@charset "UTF-8";
/* 공통 */
html, body { position: relative; width: 100%; height: 100%; font-family: "Pretendard GOV", sans-serif; color: #333; font-weight: 400; line-height: 1.5; word-break: keep-all; word-wrap: break-word; -webkit-tap-highlight-color: transparent; scroll-behavior: smooth; }
html { font-size: 62.5%; }
body { font-size: 1.7rem; overflow-x: hidden; }
*:focus-visible {
  outline-offset: 0.2rem;
  outline: 2px solid var(--krds-primary-60);
}
::-moz-selection { background: #003675; color: #fff; }
::selection { background: #003675; color: #fff; }
body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, a, button, select, ul, li, span, em, label,
:before, :after { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-text-size-adjust: none; font-family: inherit; line-height: 1.5; letter-spacing: inherit; }
pre { font-family: inherit; }
input, textarea, a, button, select, span, label, :before, :after { font-size: inherit; font-weight: inherit; }
h1, h2, h3, h4, h5, h6, strong { font-weight: 700; color:#222; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section { display: block; margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
img, fieldset { border: 0; }
fieldset { min-width: 100%; }
img { max-width: 100%; vertical-align: top; }
ul, ol { list-style: none; }
em, address, i { font-style: normal; }
a, a:hover, a:active, a:focus { color: inherit; text-decoration: none; }
.underline {text-decoration:underline; text-underline-offset:3px;}
button, input[type=submit], input[type=button] { overflow: visible; margin: 0; background-color: transparent; border: none; -webkit-appearance: button; cursor: pointer; font: inherit; color: inherit; }
button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0; }
textarea { resize: none; }
label { cursor: pointer; }
input[type=text],
input[type=tel],
input[type=password],
input[type=file],
input[type=number],
input[type=email],
input[type=date],
input[type=search],
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
caption { position: static !important; margin: 0 !important; }
table { table-layout: fixed; max-width: none; width: auto; min-width: 100%; border-collapse: collapse; }
[role=button] { cursor: pointer; }
.img img { min-width: 100%; max-width: 100%; }
.img.bg-img { background-size: cover; }
.blind, hr, .sr-only, legend, caption {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.hide { display: none !important; }
.show { display: block !important; }
.al { text-align: left !important; }
.ac { text-align: center !important; }
.ar { text-align: right !important; }
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .pc-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .mob-line {
    display: block;
    line-height: inherit;
  }
}
@media (min-width: 768px) {
  .mob-only {
    display: none !important;
  }
  .mob-only.read {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .pc-line {
    display: block;
    line-height: inherit;
  }
}

.text-white { color: #fff; }
.text-black { color: #000; }
.text-primary { color: #246BEB; }
.text-secondary { color: #003675; }
.text-point { color: #E71825; }
.text-danger { color: #EB003B; }
.text-warning { color: #FFB724; }
.text-success { color: #008A1E; }
.text-information { color: #2768FF; }
.text-primary-5 { color: #EFF5FF; }
.text-primary-10 { color: #D3E1FB; }
.text-primary-20 { color: #A7C4F7; }
.text-primary-30 { color: #7CA6F3; }
.text-primary-40 { color: #5089EF; }
.text-primary-60 { color: #1D56BC; }
.text-primary-70 { color: #16408D; }
.text-primary-80 { color: #0E2B5E; }
.text-primary-90 { color: #07152F; }
.text-secondary-5 { color: #EDF1F5; }
.text-secondary-10 { color: #CDD7E4; }
.text-secondary-20 { color: #B4C4D6; }
.text-secondary-30 { color: #99B0CB; }
.text-secondary-40 { color: #2A5C96; }
.text-secondary-60 { color: #002B5E; }
.text-secondary-70 { color: #002046; }
.text-secondary-80 { color: #00162F; }
.text-secondary-90 { color: #000B17; }
.text-point-5 { color: #FDF2F3; }
.text-point-10 { color: #FAD1D3; }
.text-point-20 { color: #F5A3A8; }
.text-point-30 { color: #F1747C; }
.text-point-40 { color: #EC4651; }
.text-point-60 { color: #B9131E; }
.text-point-70 { color: #8B0E16; }
.text-point-80 { color: #5C0A0F; }
.text-point-90 { color: #2E0507; }
.text-gray-5 { color: #F8F8F8; }
.text-gray-10 { color: #F0F0F0; }
.text-gray-20 { color: #E4E4E4; }
.text-gray-30 { color: #D8D8D8; }
.text-gray-40 { color: #C6C6C6; }
.text-gray-50 { color: #8E8E8E; }
.text-gray-60 { color: #717171; }
.text-gray-70 { color: #555555; }
.text-gray-80 { color: #2D2D2D; }
.text-gray-90 { color: #1D1D1D; }
.bg-black { background-color: #000; }
.bg-primary { background-color: #246BEB; }
.bg-secondary { background-color: #003675; }
.bg-point { background-color: #E71825; }
.bg-danger { background-color: #EB003B; }
.bg-warning { background-color: #FFB724; }
.bg-success { background-color: #008A1E; }
.bg-information { background-color: #2768FF; }
.bg-primary-5 { background-color: #EFF5FF; }
.bg-primary-10 { background-color: #D3E1FB; }
.bg-primary-20 { background-color: #A7C4F7; }
.bg-primary-30 { background-color: #7CA6F3; }
.bg-primary-40 { background-color: #5089EF; }
.bg-primary-60 { background-color: #1D56BC; }
.bg-primary-70 { background-color: #16408D; }
.bg-primary-80 { background-color: #0E2B5E; }
.bg-primary-90 { background-color: #07152F; }
.bg-secondary-5 { background-color: #EDF1F5; }
.bg-secondary-10 { background-color: #CDD7E4; }
.bg-secondary-20 { background-color: #B4C4D6; }
.bg-secondary-30 { background-color: #99B0CB; }
.bg-secondary-40 { background-color: #2A5C96; }
.bg-secondary-60 { background-color: #002B5E; }
.bg-secondary-70 { background-color: #002046; }
.bg-secondary-80 { background-color: #00162F; }
.bg-secondary-90 { background-color: #000B17; }
.bg-point-5 { background-color: #FDF2F3; }
.bg-point-10 { background-color: #FAD1D3; }
.bg-point-20 { background-color: #F5A3A8; }
.bg-point-30 { background-color: #F1747C; }
.bg-point-40 { background-color: #EC4651; }
.bg-point-60 { background-color: #B9131E; }
.bg-point-70 { background-color: #8B0E16; }
.bg-point-80 { background-color: #5C0A0F; }
.bg-point-90 { background-color: #2E0507; }
.bg-gray-5 { background-color: #F8F8F8; }
.bg-gray-10 { background-color: #F0F0F0; }
.bg-gray-20 { background-color: #E4E4E4; }
.bg-gray-30 { background-color: #D8D8D8; }
.bg-gray-40 { background-color: #C6C6C6; }
.bg-gray-50 { background-color: #8E8E8E; }
.bg-gray-60 { background-color: #717171; }
.bg-gray-70 { background-color: #555555; }
.bg-gray-80 { background-color: #2D2D2D; }
.bg-gray-90 { background-color: #1D1D1D; }


.bg-white { background-color: #fff; }

:root {
  --krds-white: #fff;
  --krds-black: #000;
  --krds-primary: #246BEB;
  --krds-secondary: #003675;
  --krds-point: #E71825;
  --krds-danger: #EB003B;
  --krds-warning: #FFB724;
  --krds-success: #008A1E;
  --krds-information: #2768FF;
  --krds-primary-5: #EFF5FF;
  --krds-primary-10: #D3E1FB;
  --krds-primary-20: #A7C4F7;
  --krds-primary-30: #7CA6F3;
  --krds-primary-40: #5089EF;
  --krds-primary-60: #1D56BC;
  --krds-primary-70: #16408D;
  --krds-primary-80: #0E2B5E;
  --krds-primary-90: #07152F;
  --krds-secondary-5: #EDF1F5;
  --krds-secondary-10: #CDD7E4;
  --krds-secondary-20: #B4C4D6;
  --krds-secondary-30: #99B0CB;
  --krds-secondary-40: #2A5C96;
  --krds-secondary-60: #002B5E;
  --krds-secondary-70: #002046;
  --krds-secondary-80: #00162F;
  --krds-secondary-90: #000B17;
  --krds-point-5: #FDF2F3;
  --krds-point-10: #FAD1D3;
  --krds-point-20: #F5A3A8;
  --krds-point-30: #F1747C;
  --krds-point-40: #EC4651;
  --krds-point-60: #B9131E;
  --krds-point-70: #8B0E16;
  --krds-point-80: #5C0A0F;
  --krds-point-90: #2E0507;
  --krds-gray-5: #F8F8F8;
  --krds-gray-10: #F0F0F0;
  --krds-gray-20: #E4E4E4;
  --krds-gray-30: #D8D8D8;
  --krds-gray-40: #C6C6C6;
  --krds-gray-50: #8E8E8E;
  --krds-gray-60: #717171;
  --krds-gray-70: #555555;
  --krds-gray-80: #2D2D2D;
  --krds-gray-90: #1D1D1D;
  --krds-fz-display-sm: 4rem;
  --krds-fz-display-md: 5rem;
  --krds-fz-display-lg: 6.6rem;
  --krds-fz-heading-sm: 3.2rem;
  --krds-fz-heading-md: 4rem;
  --krds-fz-heading-lg: 5rem;
  --krds-fz-title-xsm: 1.5rem;
  --krds-fz-title-sm: 1.7rem;
  --krds-fz-title-md: 1.9rem;
  --krds-fz-title-lg: 2.1rem;
  --krds-fz-title-xlg: 2.5rem;
  --krds-fz-title-xxlg: 3.2rem;
  --krds-fz-body-sm: 1.5rem;
  --krds-fz-body-md: 1.7rem;
  --krds-fz-body-lg: 1.9rem;
  --krds-fz-link-sm: 1.5rem;
  --krds-fz-link-md: 1.7rem;
  --krds-fz-link-lg: 1.9rem;
  --krds-fz-detail-sm: 1.3rem;
  --krds-fz-detail-md: 1.5rem;
  --krds-fz-detail-lg: 1.7rem;
  --krds-fz-label-xsm: 1.3rem;
  --krds-fz-label-sm: 1.5rem;
  --krds-fz-label-md: 1.7rem;
  --krds-fz-label-lg: 1.9rem;
  --krds-rd-1: 0.1rem;
  --krds-rd-2: 0.2rem;
  --krds-rd-4: 0.4rem;
  --krds-rd-6: 0.6rem;
  --krds-rd-8: 0.8rem;
  --krds-rd-10: 1rem;
  --krds-rd-12: 1.2rem;
  --krds-rd-full: 100%;
  --krds-btn-h-xsm: 3.2rem;
  --krds-btn-h-sm: 4rem;
  --krds-btn-h-md: 4.8rem;
  --krds-btn-h-lg: 5.6rem;
  --krds-btn-h-xlg: 6.4rem;
  --krds-btn-px-xsm: 1rem;
  --krds-btn-px-sm: 1.2rem;
  --krds-btn-px-md: 1.6rem;
  --krds-btn-px-lg: 2rem;
  --krds-btn-px-xlg: 2.4rem;
  --krds-btn-rd-xsm: 0.6rem;
  --krds-btn-rd-sm: 0.6rem;
  --krds-btn-rd-md: 0.8rem;
  --krds-btn-rd-lg: 0.8rem;
  --krds-btn-rd-xlg: 0.8rem;
  --krds-btn-fz-xsm: 1.5rem;
  --krds-btn-fz-sm: 1.7rem;
  --krds-btn-fz-md: 1.7rem;
  --krds-btn-fz-lg: 1.9rem;
  --krds-btn-fz-xlg: 1.9rem;
  --krds-btnChipFill-h-md: 3.2rem;
  --krds-btnChipFill-h-lg: 3.6rem;
  --krds-btnChipFill-pd-md: 0 1.2rem;
  --krds-btnChipFill-pd-lg: 0 1.2rem;
  --krds-btnChipFill-rd-md: 0.6rem;
  --krds-btnChipFill-rd-lg: 0.6rem;
  --krds-btnChipFill-fz-md: 1.5rem;
  --krds-btnChipFill-fz-lg: 1.7rem;
  --krds-btnChipOutline-h-md: 3.2rem;
  --krds-btnChipOutline-h-lg: 3.6rem;
  --krds-btnChipOutline-pd-md: 0 1.2rem;
  --krds-btnChipOutline-pd-lg: 0 1.2rem;
  --krds-btnChipOutline-rd-md: 10rem;
  --krds-btnChipOutline-rd-lg: 10rem;
  --krds-btnChipOutline-fz-md: 1.5rem;
  --krds-btnChipOutline-fz-lg: 1.7rem;
  --krds-btnChipOutline-gap-md: 0.2rem;
  --krds-btnChipOutline-gap-lg: 0.2rem;
  --krds-btnChipOutline-size-md: 1.2rem;
  --krds-btnChipOutline-size-lg: 1.6rem;
  --krds-input-h-sm: 4rem;
  --krds-input-h-md: 4.8rem;
  --krds-input-h-lg: 5.6rem;
  --krds-input-h-xlg: 8rem;
  --krds-input-px-sm: 1.6rem;
  --krds-input-px-md: 1.6rem;
  --krds-input-px-lg: 1.6rem;
  --krds-input-px-xlg: 2.4rem;
  --krds-input-rd-sm: 0.6rem;
  --krds-input-rd-md: 0.8rem;
  --krds-input-rd-lg: 0.8rem;
  --krds-input-rd-xlg: 1.2rem;
  --krds-input-fz-sm: 1.5rem;
  --krds-input-fz-md: 1.7rem;
  --krds-input-fz-lg: 1.9rem;
  --krds-input-fz-xlg: 2.5rem;
  --krds-rdo-size-sm: 1.6rem;
  --krds-rdo-size-md: 2rem;
  --krds-rdo-size-lg: 2.4rem;
  --krds-rdo-chk-sm: 0.8rem;
  --krds-rdo-chk-md: 1rem;
  --krds-rdo-chk-lg: 1.4rem;
  --krds-rdo-pos-sm: 0.2rem;
  --krds-rdo-pos-md: 0.5rem;
  --krds-rdo-pos-lg: 1rem;
  --krds-rdo-fz-sm: 1.5rem;
  --krds-rdo-fz-md: 1.7rem;
  --krds-rdo-fz-lg: 1.9rem;
  --krds-chk-size-sm: 1.6rem;
  --krds-chk-size-md: 2rem;
  --krds-chk-size-lg: 2.4rem;
  --krds-chk-primary-chk-sm: 1.2rem;
  --krds-chk-primary-chk-md: 1.6rem;
  --krds-chk-primary-chk-lg: 2rem;
  --krds-chk-secondary-chk-md: 2rem;
  --krds-chk-pos-md: 0.5rem;
  --krds-chk-fz-sm: 1.5rem;
  --krds-chk-fz-md: 1.7rem;
  --krds-chk-fz-lg: 1.9rem;
  --krds-select-h-sm: 4rem;
  --krds-select-h-md: 4.8rem;
  --krds-select-h-lg: 5.6rem;
  --krds-select-pd-sm: 0 5.2rem 0 1.6rem;
  --krds-select-pd-md: 0 5.2rem 0 1.6rem;
  --krds-select-pd-lg: 0 5.2rem 0 1.6rem;
  --krds-select-rd-sm: 0.6rem;
  --krds-select-rd-md: 0.8rem;
  --krds-select-rd-lg: 0.8rem;
  --krds-select-fz-sm: 1.5rem;
  --krds-select-fz-md: 1.7rem;
  --krds-select-fz-lg: 1.9rem;
  --krds-select-rn-sm: 1.6rem;
  --krds-select-rn-md: 1.6rem;
  --krds-select-rn-lg: 1.6rem;
  --krds-select-bgs-sm: 2rem;
  --krds-select-bgs-md: 2rem;
  --krds-select-bgs-lg: 2.4rem;
  --krds-switch-h-md: 2rem;
  --krds-switch-h-lg: 2.4rem;
  --krds-switch-w-md: 3.2rem;
  --krds-switch-w-lg: 4rem;
  --krds-switch-b-md: 1.6rem;
  --krds-switch-b-lg: 2rem;
  --krds-switch-br-md: 0.2rem;
  --krds-switch-br-lg: 0.2rem;
  --krds-switch-pd-md: 0.8rem;
  --krds-switch-pd-lg: 0.8rem;
  --krds-switch-rd-md: 4rem;
  --krds-switch-rd-lg: 4rem;
  --krds-switch-fz-md: 1.7rem;
  --krds-switch-fz-lg: 1.9rem;
  --krds-rdoChipOutline-h-sm: 3.2rem;
  --krds-rdoChipOutline-h-md: 4rem;
  --krds-rdoChipOutline-h-lg: 4.8rem;
  --krds-rdoChipOutline-pd-sm: 0 1rem;
  --krds-rdoChipOutline-pd-md: 0 1.2rem;
  --krds-rdoChipOutline-pd-lg: 0 1.6rem;
  --krds-rdoChipOutline-rd-sm: 0.6rem;
  --krds-rdoChipOutline-rd-md: 0.6rem;
  --krds-rdoChipOutline-rd-lg: 0.8rem;
  --krds-rdoChipOutline-fz-sm: 1.5rem;
  --krds-rdoChipOutline-fz-md: 1.7rem;
  --krds-rdoChipOutline-fz-lg: 1.7rem;
  --krds-chkChipOutline-h-sm: 3.2rem;
  --krds-chkChipOutline-h-md: 4rem;
  --krds-chkChipOutline-h-lg: 4.8rem;
  --krds-chkChipOutline-pd-sm: 0 1rem 0 0.8rem;
  --krds-chkChipOutline-pd-md: 0 1.2rem 0 1rem;
  --krds-chkChipOutline-pd-lg: 0 1rem 0 1.2rem;
  --krds-chkChipOutline-rd-sm: 0.6rem;
  --krds-chkChipOutline-rd-md: 0.6rem;
  --krds-chkChipOutline-rd-lg: 0.8rem;
  --krds-chkChipOutline-fz-sm: 1.5rem;
  --krds-chkChipOutline-fz-md: 1.7rem;
  --krds-chkChipOutline-fz-lg: 1.7rem;
  --krds-chkChipOutline-gap-sm: 0.4rem;
  --krds-chkChipOutline-gap-md: 0.4rem;
  --krds-chkChipOutline-gap-lg: 0.4rem;
  --krds-chkChipOutline-ico-sm: 1.6rem;
  --krds-chkChipOutline-ico-md: 2rem;
  --krds-chkChipOutline-ico-lg: 2rem;
  --krds-tab-h-full: 5.6rem;
  --krds-tab-h-fill: 4.8rem;
  --krds-tab-h-line: 4.8rem;
  --krds-tab-fz-full: 1.9rem;
  --krds-tab-fz-fill: 1.9rem;
  --krds-tab-fz-ilne: 1.9rem;
  --krds-tab-px-full: 0;
  --krds-tab-px-fill: 1.6rem;
  --krds-tab-px-line: 0.2rem;
  --krds-tab-ml-full: 0;
  --krds-tab-ml-fill: 0.8rem;
  --krds-tab-ml-line: 1.6rem;
  --krds-tab-rd-full: 0.8rem;
  --krds-tab-rd-fill: 0.8rem;
  --krds-tab-rd-line: 0;
  --krds-spacer-50: 20rem;
  --krds-spacer-49: 19.6rem;
  --krds-spacer-48: 19.2rem;
  --krds-spacer-47: 18.8rem;
  --krds-spacer-46: 18.4rem;
  --krds-spacer-45: 18rem;
  --krds-spacer-44: 17.6rem;
  --krds-spacer-43: 17.2rem;
  --krds-spacer-42: 16.8rem;
  --krds-spacer-41: 16.4rem;
  --krds-spacer-40: 16rem;
  --krds-spacer-39: 15.6rem;
  --krds-spacer-38: 15.2rem;
  --krds-spacer-37: 14.8rem;
  --krds-spacer-36: 14.4rem;
  --krds-spacer-35: 14rem;
  --krds-spacer-34: 13.6rem;
  --krds-spacer-33: 13.2rem;
  --krds-spacer-32: 12.8rem;
  --krds-spacer-31: 12.4rem;
  --krds-spacer-30: 12rem;
  --krds-spacer-29: 11.6rem;
  --krds-spacer-28: 11.2rem;
  --krds-spacer-27: 10.8rem;
  --krds-spacer-26: 10.4rem;
  --krds-spacer-25: 10rem;
  --krds-spacer-24: 9.6rem;
  --krds-spacer-23: 9.2rem;
  --krds-spacer-22: 8.8rem;
  --krds-spacer-21: 8.4rem;
  --krds-spacer-20: 8rem;
  --krds-spacer-19: 7.6rem;
  --krds-spacer-18: 7.2rem;
  --krds-spacer-17: 6.8rem;
  --krds-spacer-16: 6.4rem;
  --krds-spacer-15: 6rem;
  --krds-spacer-14: 5.6rem;
  --krds-spacer-13: 5.2rem;
  --krds-spacer-12: 4.8rem;
  --krds-spacer-11: 4.4rem;
  --krds-spacer-10: 4rem;
  --krds-spacer-9: 3.6rem;
  --krds-spacer-8: 3.2rem;
  --krds-spacer-7: 2.8rem;
  --krds-spacer-6: 2.4rem;
  --krds-spacer-5: 2rem;
  --krds-spacer-4: 1.6rem;
  --krds-spacer-3: 1.2rem;
  --krds-spacer-2: 0.8rem;
  --krds-spacer-1: 0.4rem;
  --krds-spacer-0: 0;
  --krds-spacer-default: 0.1rem;
  --krds-spacer-default2: 0.2rem;
  --krds-spacer-full: 100%;
}

/* btn */
.btn.xsm {
  height: 3.2rem;
  padding: 0 var(--krds-btn-px-xsm);
  border-radius: var(--krds-btn-rd-xsm);
  font-size: var(--krds-btn-fz-xsm);
}
.btn.sm {
  height: 4rem;
  padding: 0 var(--krds-btn-px-sm);
  border-radius: var(--krds-btn-rd-sm);
  font-size: var(--krds-btn-fz-sm);
}
.btn.md {
  height: 4.8rem;
  padding: 0 var(--krds-btn-px-md);
  border-radius: var(--krds-btn-rd-md);
  font-size: var(--krds-btn-fz-md);
}
.btn.lg {
  height: 5.6rem;
  padding: 0 var(--krds-btn-px-lg);
  border-radius: var(--krds-btn-rd-lg);
  font-size: var(--krds-btn-fz-lg);
}
.btn.xlg {
  height: 6.4rem;
  padding: 0 var(--krds-btn-px-xlg);
  border-radius: var(--krds-btn-rd-xlg);
  font-size: var(--krds-btn-fz-xlg);
}

.btn-chip-fill {
  height: var(--krds-btnChipFill-h-lg);
  padding: var(--krds-btnChipFill-pd-lg);
  border-radius: var(--krds-btnChipFill-rd-lg);
  font-size: var(--krds-btnChipFill-fz-lg);
}
.btn-chip-fill:focus-visible {
  outline-offset: 0.4rem;
  outline: 2px solid rgba(36, 107, 235, 0.8);
}
.btn-chip-fill.md {
  height: var(--krds-btnChipFill-h-md);
  padding: var(--krds-btnChipFill-pd-md);
  border-radius: var(--krds-btnChipFill-rd-md);
  font-size: var(--krds-btnChipFill-fz-md);
}
.btn-chip-fill.lg {
  height: var(--krds-btnChipFill-h-lg);
  padding: var(--krds-btnChipFill-pd-lg);
  border-radius: var(--krds-btnChipFill-rd-lg);
  font-size: var(--krds-btnChipFill-fz-lg);
}

.btn-chip-outline {
  height: var(--krds-btnChipOutline-h-lg);
  padding: var(--krds-btnChipOutline-pd-lg);
  border-radius: var(--krds-btnChipOutline-rd-lg);
  font-size: var(--krds-btnChipOutline-fz-lg);
}
.btn-chip-outline .btn-del {
  width: var(--krds-btnChipOutline-size-lg);
  height: var(--krds-btnChipOutline-size-lg);
  background: url(/resource/images/paid/nep/layout/component/ico_chip_del.svg) no-repeat 0 0;
  background-size: contain;
}
.btn-chip-outline .btn-del:focus-visible {
  outline-offset: 0.4rem;
  outline: 2px solid rgba(36, 107, 235, 0.8);
}
.btn-chip-outline.md {
  height: var(--krds-btnChipOutline-h-md);
  padding: var(--krds-btnChipOutline-pd-md);
  border-radius: var(--krds-btnChipOutline-rd-md);
  font-size: var(--krds-btnChipOutline-fz-md);
}
.btn-chip-outline.md .btn-del {
  width: var(--krds-btnChipOutline-size-md);
  height: var(--krds-btnChipOutline-size-md);
  background: url(/resource/images/paid/nep/layout/component/ico_chip_del.svg) no-repeat 0 0;
  background-size: contain;
}
.btn-chip-outline.lg {
  height: var(--krds-btnChipOutline-h-lg);
  padding: var(--krds-btnChipOutline-pd-lg);
  border-radius: var(--krds-btnChipOutline-rd-lg);
  font-size: var(--krds-btnChipOutline-fz-lg);
}
.btn-chip-outline.lg .btn-del {
  width: var(--krds-btnChipOutline-size-lg);
  height: var(--krds-btnChipOutline-size-lg);
  background: url(/resource/images/paid/nep/layout/component/ico_chip_del.svg) no-repeat 0 0;
  background-size: contain;
}

.form-control.sm {
  height: 4rem;
  padding: 0 var(--krds-input-px-sm);
  border-radius: var(--krds-input-rd-sm);
  font-size: var(--krds-input-fz-sm);
}

.form-control.md {
  height: 4.8rem;
  padding: 0 var(--krds-input-px-md);
  border-radius: var(--krds-input-rd-md);
  font-size: var(--krds-input-fz-md);
}

.form-control.lg {
  height: 5.6rem;
  padding: 0 var(--krds-input-px-lg);
  border-radius: var(--krds-input-rd-lg);
  font-size: var(--krds-input-fz-lg);
}

.form-control.xlg {
  height: 8rem;
  padding: 0 var(--krds-input-px-xlg);
  border-radius: var(--krds-input-rd-xlg);
  font-size: var(--krds-input-fz-xlg);
}

.form-check.sm > [type=radio] ~ label {
  font-size: var(--krds-rdo-fz-sm);
  line-height: var(--krds-rdo-size-sm);
  min-height: var(--krds-rdo-size-sm);
  padding-left: calc(var(--krds-rdo-size-sm) + 0.8rem);
}
.form-check.sm > [type=radio] ~ label::before {
  width: var(--krds-rdo-size-sm);
  height: var(--krds-rdo-size-sm);
}
.form-check.sm > [type=radio] ~ label::after {
  top: calc((var(--krds-rdo-size-sm) - var(--krds-rdo-chk-sm)) / 2);
  left: calc((var(--krds-rdo-size-sm) - var(--krds-rdo-chk-sm)) / 2);
  width: var(--krds-rdo-chk-sm);
  height: var(--krds-rdo-chk-sm);
}

.form-check.md > [type=radio] ~ label {
  font-size: var(--krds-rdo-fz-md);
  line-height: var(--krds-rdo-size-md);
  min-height: var(--krds-rdo-size-md);
  padding-left: calc(var(--krds-rdo-size-md) + 0.8rem);
}
.form-check.md > [type=radio] ~ label::before {
  width: var(--krds-rdo-size-md);
  height: var(--krds-rdo-size-md);
}
.form-check.md > [type=radio] ~ label::after {
  top: calc((var(--krds-rdo-size-md) - var(--krds-rdo-chk-md)) / 2);
  left: calc((var(--krds-rdo-size-md) - var(--krds-rdo-chk-md)) / 2);
  width: var(--krds-rdo-chk-md);
  height: var(--krds-rdo-chk-md);
}

.form-check.lg > [type=radio] ~ label {
  font-size: var(--krds-rdo-fz-lg);
  line-height: var(--krds-rdo-size-lg);
  min-height: var(--krds-rdo-size-lg);
  padding-left: calc(var(--krds-rdo-size-lg) + 0.8rem);
}
.form-check.lg > [type=radio] ~ label::before {
  width: var(--krds-rdo-size-lg);
  height: var(--krds-rdo-size-lg);
}
.form-check.lg > [type=radio] ~ label::after {
  top: calc((var(--krds-rdo-size-lg) - var(--krds-rdo-chk-lg)) / 2);
  left: calc((var(--krds-rdo-size-lg) - var(--krds-rdo-chk-lg)) / 2);
  width: var(--krds-rdo-chk-lg);
  height: var(--krds-rdo-chk-lg);
}

.form-check.sm > [type=checkbox] ~ label {
  font-size: var(--krds-chk-fz-sm);
  line-height: var(--krds-chk-size-sm);
  min-height: var(--krds-chk-size-sm);
  padding-left: calc(var(--krds-chk-size-sm) + 0.8rem);
}
.form-check.sm > [type=checkbox] ~ label::before {
  width: var(--krds-chk-size-sm);
  height: var(--krds-chk-size-sm);
}
.form-check.sm > [type=checkbox] ~ label::after {
  width: var(--krds-chk-primary-chk-sm);
  height: var(--krds-chk-primary-chk-sm);
}
.form-check.sm.ico-only > [type=checkbox] ~ label {
  padding-left: var(--krds-chk-size-sm);
}

.form-check.md > [type=checkbox] ~ label {
  font-size: var(--krds-chk-fz-md);
  line-height: var(--krds-chk-size-md);
  min-height: var(--krds-chk-size-md);
  padding-left: calc(var(--krds-chk-size-md) + 0.8rem);
}
.form-check.md > [type=checkbox] ~ label::before {
  width: var(--krds-chk-size-md);
  height: var(--krds-chk-size-md);
}
.form-check.md > [type=checkbox] ~ label::after {
  width: var(--krds-chk-primary-chk-md);
  height: var(--krds-chk-primary-chk-md);
}
.form-check.md.ico-only > [type=checkbox] ~ label {
  padding-left: var(--krds-chk-size-md);
}

.form-check.lg > [type=checkbox] ~ label {
  font-size: var(--krds-chk-fz-lg);
  line-height: var(--krds-chk-size-lg);
  min-height: var(--krds-chk-size-lg);
  padding-left: calc(var(--krds-chk-size-lg) + 0.8rem);
}
.form-check.lg > [type=checkbox] ~ label::before {
  width: var(--krds-chk-size-lg);
  height: var(--krds-chk-size-lg);
}
.form-check.lg > [type=checkbox] ~ label::after {
  width: var(--krds-chk-primary-chk-lg);
  height: var(--krds-chk-primary-chk-lg);
}
.form-check.lg.ico-only > [type=checkbox] ~ label {
  padding-left: var(--krds-chk-size-lg);
}

.form-select.sm {
  height: 4rem;
  padding: var(--krds-select-pd-sm);
  border-radius: var(--krds-select-rd-sm);
  font-size: var(--krds-select-fz-sm);
  background-size: var(--krds-select-bgs-sm);
}

.form-select.md {
  height: 4.8rem;
  padding: var(--krds-select-pd-md);
  border-radius: var(--krds-select-rd-md);
  font-size: var(--krds-select-fz-md);
  background-size: var(--krds-select-bgs-md);
}

.form-select.lg {
  height: 5.6rem;
  padding: var(--krds-select-pd-lg);
  border-radius: var(--krds-select-rd-lg);
  font-size: var(--krds-select-fz-lg);
  background-size: var(--krds-select-bgs-lg);
}

.form-switch.md [type=checkbox] ~ i::before {
  width: var(--krds-switch-b-md);
  height: var(--krds-switch-b-md);
  border-radius: var(--krds-switch-rd-md);
}
.form-switch.md [type=checkbox] ~ i::after {
  width: var(--krds-switch-w-md);
  height: var(--krds-switch-h-md);
}
.form-switch.md [type=checkbox] ~ label {
  padding-left: calc(var(--krds-switch-w-md) + var(--krds-switch-pd-md));
  margin-left: calc(var(--krds-switch-w-md) * -1);
  font-size: var(--krds-switch-fz-md);
}
.form-switch.md [type=checkbox]:checked ~ i::before {
  position: absolute;
  left: calc(var(--krds-switch-w-md) - var(--krds-switch-b-md) - var(--krds-switch-br-md));
}

.form-switch.lg [type=checkbox] ~ i::before {
  width: var(--krds-switch-b-lg);
  height: var(--krds-switch-b-lg);
  border-radius: var(--krds-switch-rd-lg);
}
.form-switch.lg [type=checkbox] ~ i::after {
  width: var(--krds-switch-w-lg);
  height: var(--krds-switch-h-lg);
}
.form-switch.lg [type=checkbox] ~ label {
  padding-left: calc(var(--krds-switch-w-lg) + var(--krds-switch-pd-lg));
  margin-left: calc(var(--krds-switch-w-lg) * -1);
  font-size: var(--krds-switch-fz-lg);
}
.form-switch.lg [type=checkbox]:checked ~ i::before {
  position: absolute;
  left: calc(var(--krds-switch-w-lg) - var(--krds-switch-b-lg) - var(--krds-switch-br-lg));
}

.form-chip.sm .radio ~ .form-chip-outline {
  gap: var(--krds-chkChipOutline-gap-sm);
  height: var(--krds-rdoChipOutline-h-sm);
  padding: var(--krds-rdoChipOutline-pd-sm);
  border-radius: var(--krds-rdoChipOutline-rd-sm);
  font-size: var(--krds-rdoChipOutline-fz-sm);
}
.form-chip.sm .radio ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-sm);
  height: var(--krds-chkChipOutline-ico-sm);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip.sm .radio:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip.sm .radio:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .radio ~ .form-chip-outline {
  background-color: #fff;
  gap: var(--krds-chkChipOutline-gap-sm);
  height: var(--krds-rdoChipOutline-h-sm);
  padding: var(--krds-rdoChipOutline-pd-sm);
  border-radius: var(--krds-rdoChipOutline-rd-sm);
  font-size: var(--krds-rdoChipOutline-fz-sm);
}
.form-chip .radio ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-sm);
  height: var(--krds-chkChipOutline-ico-sm);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .radio:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .radio:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip.md .radio ~ .form-chip-outline {
  gap: var(--krds-chkChipOutline-gap-md);
  height: var(--krds-rdoChipOutline-h-md);
  padding: var(--krds-rdoChipOutline-pd-md);
  border-radius: var(--krds-rdoChipOutline-rd-md);
  font-size: var(--krds-rdoChipOutline-fz-md);
}
.form-chip.md .radio ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-md);
  height: var(--krds-chkChipOutline-ico-md);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip.md .radio:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip.md .radio:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .radio ~ .form-chip-outline {
  background-color: #fff;
  gap: var(--krds-chkChipOutline-gap-md);
  height: var(--krds-rdoChipOutline-h-md);
  padding: var(--krds-rdoChipOutline-pd-md);
  border-radius: var(--krds-rdoChipOutline-rd-md);
  font-size: var(--krds-rdoChipOutline-fz-md);
}
.form-chip .radio ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-md);
  height: var(--krds-chkChipOutline-ico-md);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .radio:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .radio:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip.lg .radio ~ .form-chip-outline {
  gap: var(--krds-chkChipOutline-gap-lg);
  height: var(--krds-rdoChipOutline-h-lg);
  padding: var(--krds-rdoChipOutline-pd-lg);
  border-radius: var(--krds-rdoChipOutline-rd-lg);
  font-size: var(--krds-rdoChipOutline-fz-lg);
}
.form-chip.lg .radio ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-lg);
  height: var(--krds-chkChipOutline-ico-lg);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip.lg .radio:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip.lg .radio:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .radio ~ .form-chip-outline {
  background-color: #fff;
  gap: var(--krds-chkChipOutline-gap-lg);
  height: var(--krds-rdoChipOutline-h-lg);
  padding: var(--krds-rdoChipOutline-pd-lg);
  border-radius: var(--krds-rdoChipOutline-rd-lg);
  font-size: var(--krds-rdoChipOutline-fz-lg);
}
.form-chip .radio ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-lg);
  height: var(--krds-chkChipOutline-ico-lg);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .radio:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .radio:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .radio ~ .form-chip-outline {
  background-color: #fff;
  gap: var(--krds-chkChipOutline-gap-sm);
  height: var(--krds-rdoChipOutline-h-sm);
  padding: var(--krds-rdoChipOutline-pd-sm);
  border-radius: var(--krds-rdoChipOutline-rd-sm);
  font-size: var(--krds-rdoChipOutline-fz-sm);
}
.form-chip .radio ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-sm);
  height: var(--krds-chkChipOutline-ico-sm);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .radio:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .radio:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .radio ~ .form-chip-outline {
  background-color: #fff;
  gap: var(--krds-chkChipOutline-gap-md);
  height: var(--krds-rdoChipOutline-h-md);
  padding: var(--krds-rdoChipOutline-pd-md);
  border-radius: var(--krds-rdoChipOutline-rd-md);
  font-size: var(--krds-rdoChipOutline-fz-md);
}
.form-chip .radio ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-md);
  height: var(--krds-chkChipOutline-ico-md);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .radio:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .radio:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .radio ~ .form-chip-outline {
  background-color: #fff;
  gap: var(--krds-chkChipOutline-gap-lg);
  height: var(--krds-rdoChipOutline-h-lg);
  padding: var(--krds-rdoChipOutline-pd-lg);
  border-radius: var(--krds-rdoChipOutline-rd-lg);
  font-size: var(--krds-rdoChipOutline-fz-lg);
}
.form-chip .radio ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-lg);
  height: var(--krds-chkChipOutline-ico-lg);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .radio:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .radio:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .radio ~ .form-chip-outline {
  background-color: #fff;
  gap: var(--krds-chkChipOutline-gap-sm);
  height: var(--krds-rdoChipOutline-h-sm);
  padding: var(--krds-rdoChipOutline-pd-sm);
  border-radius: var(--krds-rdoChipOutline-rd-sm);
  font-size: var(--krds-rdoChipOutline-fz-sm);
}
.form-chip .radio ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-sm);
  height: var(--krds-chkChipOutline-ico-sm);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .radio:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .radio:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .radio ~ .form-chip-outline {
  background-color: #fff;
  gap: var(--krds-chkChipOutline-gap-md);
  height: var(--krds-rdoChipOutline-h-md);
  padding: var(--krds-rdoChipOutline-pd-md);
  border-radius: var(--krds-rdoChipOutline-rd-md);
  font-size: var(--krds-rdoChipOutline-fz-md);
}
.form-chip .radio ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-md);
  height: var(--krds-chkChipOutline-ico-md);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .radio:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .radio:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .radio ~ .form-chip-outline {
  background-color: #fff;
  gap: var(--krds-chkChipOutline-gap-lg);
  height: var(--krds-rdoChipOutline-h-lg);
  padding: var(--krds-rdoChipOutline-pd-lg);
  border-radius: var(--krds-rdoChipOutline-rd-lg);
  font-size: var(--krds-rdoChipOutline-fz-lg);
}
.form-chip .radio ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-lg);
  height: var(--krds-chkChipOutline-ico-lg);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .radio:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .radio:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .radio ~ .form-chip-outline {
  background-color: #fff;
  gap: var(--krds-chkChipOutline-gap-sm);
  height: var(--krds-rdoChipOutline-h-sm);
  padding: var(--krds-rdoChipOutline-pd-sm);
  border-radius: var(--krds-rdoChipOutline-rd-sm);
  font-size: var(--krds-rdoChipOutline-fz-sm);
}
.form-chip .radio ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-sm);
  height: var(--krds-chkChipOutline-ico-sm);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .radio:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .radio:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .radio ~ .form-chip-outline {
  background-color: #fff;
  gap: var(--krds-chkChipOutline-gap-md);
  height: var(--krds-rdoChipOutline-h-md);
  padding: var(--krds-rdoChipOutline-pd-md);
  border-radius: var(--krds-rdoChipOutline-rd-md);
  font-size: var(--krds-rdoChipOutline-fz-md);
}
.form-chip .radio ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-md);
  height: var(--krds-chkChipOutline-ico-md);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .radio:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .radio:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .radio ~ .form-chip-outline {
  background-color: #fff;
  gap: var(--krds-chkChipOutline-gap-lg);
  height: var(--krds-rdoChipOutline-h-lg);
  padding: var(--krds-rdoChipOutline-pd-lg);
  border-radius: var(--krds-rdoChipOutline-rd-lg);
  font-size: var(--krds-rdoChipOutline-fz-lg);
}
.form-chip .radio ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-lg);
  height: var(--krds-chkChipOutline-ico-lg);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .radio:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .radio:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip.sm .checkbox ~ .form-chip-outline {
  gap: var(--krds-chkChipOutline-gap-sm);
  height: var(--krds-chkChipOutline-h-sm);
  padding: var(--krds-chkChipOutline-pd-sm);
  border-radius: var(--krds-chkChipOutline-rd-sm);
  font-size: var(--krds-chkChipOutline-fz-sm);
}
.form-chip.sm .checkbox ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-sm);
  height: var(--krds-chkChipOutline-ico-sm);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip.sm .checkbox:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip.sm .checkbox:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .checkbox ~ .form-chip-outline {
  gap: var(--krds-chkChipOutline-gap-sm);
  height: var(--krds-chkChipOutline-h-sm);
  padding: var(--krds-chkChipOutline-pd-sm);
  border-radius: var(--krds-chkChipOutline-rd-sm);
  font-size: var(--krds-chkChipOutline-fz-sm);
}
.form-chip .checkbox ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-sm);
  height: var(--krds-chkChipOutline-ico-sm);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .checkbox:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .checkbox:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip.md .checkbox ~ .form-chip-outline {
  gap: var(--krds-chkChipOutline-gap-md);
  height: var(--krds-chkChipOutline-h-md);
  padding: var(--krds-chkChipOutline-pd-md);
  border-radius: var(--krds-chkChipOutline-rd-md);
  font-size: var(--krds-chkChipOutline-fz-md);
}
.form-chip.md .checkbox ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-md);
  height: var(--krds-chkChipOutline-ico-md);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip.md .checkbox:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip.md .checkbox:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .checkbox ~ .form-chip-outline {
  gap: var(--krds-chkChipOutline-gap-md);
  height: var(--krds-chkChipOutline-h-md);
  padding: var(--krds-chkChipOutline-pd-md);
  border-radius: var(--krds-chkChipOutline-rd-md);
  font-size: var(--krds-chkChipOutline-fz-md);
}
.form-chip .checkbox ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-md);
  height: var(--krds-chkChipOutline-ico-md);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .checkbox:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .checkbox:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip.lg .checkbox ~ .form-chip-outline {
  gap: var(--krds-chkChipOutline-gap-lg);
  height: var(--krds-chkChipOutline-h-lg);
  padding: var(--krds-chkChipOutline-pd-lg);
  border-radius: var(--krds-chkChipOutline-rd-lg);
  font-size: var(--krds-chkChipOutline-fz-lg);
}
.form-chip.lg .checkbox ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-lg);
  height: var(--krds-chkChipOutline-ico-lg);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip.lg .checkbox:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip.lg .checkbox:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .checkbox ~ .form-chip-outline {
  gap: var(--krds-chkChipOutline-gap-lg);
  height: var(--krds-chkChipOutline-h-lg);
  padding: var(--krds-chkChipOutline-pd-lg);
  border-radius: var(--krds-chkChipOutline-rd-lg);
  font-size: var(--krds-chkChipOutline-fz-lg);
}
.form-chip .checkbox ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-lg);
  height: var(--krds-chkChipOutline-ico-lg);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .checkbox:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .checkbox:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .checkbox ~ .form-chip-outline {
  gap: var(--krds-chkChipOutline-gap-sm);
  height: var(--krds-chkChipOutline-h-sm);
  padding: var(--krds-chkChipOutline-pd-sm);
  border-radius: var(--krds-chkChipOutline-rd-sm);
  font-size: var(--krds-chkChipOutline-fz-sm);
}
.form-chip .checkbox ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-sm);
  height: var(--krds-chkChipOutline-ico-sm);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .checkbox:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .checkbox:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .checkbox ~ .form-chip-outline {
  gap: var(--krds-chkChipOutline-gap-md);
  height: var(--krds-chkChipOutline-h-md);
  padding: var(--krds-chkChipOutline-pd-md);
  border-radius: var(--krds-chkChipOutline-rd-md);
  font-size: var(--krds-chkChipOutline-fz-md);
}
.form-chip .checkbox ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-md);
  height: var(--krds-chkChipOutline-ico-md);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .checkbox:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .checkbox:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .checkbox ~ .form-chip-outline {
  gap: var(--krds-chkChipOutline-gap-lg);
  height: var(--krds-chkChipOutline-h-lg);
  padding: var(--krds-chkChipOutline-pd-lg);
  border-radius: var(--krds-chkChipOutline-rd-lg);
  font-size: var(--krds-chkChipOutline-fz-lg);
}
.form-chip .checkbox ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-lg);
  height: var(--krds-chkChipOutline-ico-lg);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .checkbox:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .checkbox:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .checkbox ~ .form-chip-outline {
  gap: var(--krds-chkChipOutline-gap-sm);
  height: var(--krds-chkChipOutline-h-sm);
  padding: var(--krds-chkChipOutline-pd-sm);
  border-radius: var(--krds-chkChipOutline-rd-sm);
  font-size: var(--krds-chkChipOutline-fz-sm);
}
.form-chip .checkbox ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-sm);
  height: var(--krds-chkChipOutline-ico-sm);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .checkbox:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .checkbox:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .checkbox ~ .form-chip-outline {
  gap: var(--krds-chkChipOutline-gap-md);
  height: var(--krds-chkChipOutline-h-md);
  padding: var(--krds-chkChipOutline-pd-md);
  border-radius: var(--krds-chkChipOutline-rd-md);
  font-size: var(--krds-chkChipOutline-fz-md);
}
.form-chip .checkbox ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-md);
  height: var(--krds-chkChipOutline-ico-md);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .checkbox:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .checkbox:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .checkbox ~ .form-chip-outline {
  gap: var(--krds-chkChipOutline-gap-lg);
  height: var(--krds-chkChipOutline-h-lg);
  padding: var(--krds-chkChipOutline-pd-lg);
  border-radius: var(--krds-chkChipOutline-rd-lg);
  font-size: var(--krds-chkChipOutline-fz-lg);
}
.form-chip .checkbox ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-lg);
  height: var(--krds-chkChipOutline-ico-lg);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .checkbox:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .checkbox:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .checkbox ~ .form-chip-outline {
  gap: var(--krds-chkChipOutline-gap-sm);
  height: var(--krds-chkChipOutline-h-sm);
  padding: var(--krds-chkChipOutline-pd-sm);
  border-radius: var(--krds-chkChipOutline-rd-sm);
  font-size: var(--krds-chkChipOutline-fz-sm);
}
.form-chip .checkbox ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-sm);
  height: var(--krds-chkChipOutline-ico-sm);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .checkbox:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .checkbox:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .checkbox ~ .form-chip-outline {
  gap: var(--krds-chkChipOutline-gap-md);
  height: var(--krds-chkChipOutline-h-md);
  padding: var(--krds-chkChipOutline-pd-md);
  border-radius: var(--krds-chkChipOutline-rd-md);
  font-size: var(--krds-chkChipOutline-fz-md);
}
.form-chip .checkbox ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-md);
  height: var(--krds-chkChipOutline-ico-md);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .checkbox:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .checkbox:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .checkbox ~ .form-chip-outline {
  gap: var(--krds-chkChipOutline-gap-lg);
  height: var(--krds-chkChipOutline-h-lg);
  padding: var(--krds-chkChipOutline-pd-lg);
  border-radius: var(--krds-chkChipOutline-rd-lg);
  font-size: var(--krds-chkChipOutline-fz-lg);
}
.form-chip .checkbox ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-lg);
  height: var(--krds-chkChipOutline-ico-lg);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .checkbox:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .checkbox:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .checkbox ~ .form-chip-outline {
  gap: var(--krds-chkChipOutline-gap-sm);
  height: var(--krds-chkChipOutline-h-sm);
  padding: var(--krds-chkChipOutline-pd-sm);
  border-radius: var(--krds-chkChipOutline-rd-sm);
  font-size: var(--krds-chkChipOutline-fz-sm);
}
.form-chip .checkbox ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-sm);
  height: var(--krds-chkChipOutline-ico-sm);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .checkbox:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .checkbox:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .checkbox ~ .form-chip-outline {
  gap: var(--krds-chkChipOutline-gap-md);
  height: var(--krds-chkChipOutline-h-md);
  padding: var(--krds-chkChipOutline-pd-md);
  border-radius: var(--krds-chkChipOutline-rd-md);
  font-size: var(--krds-chkChipOutline-fz-md);
}
.form-chip .checkbox ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-md);
  height: var(--krds-chkChipOutline-ico-md);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .checkbox:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .checkbox:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .checkbox ~ .form-chip-outline {
  gap: var(--krds-chkChipOutline-gap-lg);
  height: var(--krds-chkChipOutline-h-lg);
  padding: var(--krds-chkChipOutline-pd-lg);
  border-radius: var(--krds-chkChipOutline-rd-lg);
  font-size: var(--krds-chkChipOutline-fz-lg);
}
.form-chip .checkbox ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-lg);
  height: var(--krds-chkChipOutline-ico-lg);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .checkbox:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .checkbox:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .checkbox ~ .form-chip-outline {
  gap: var(--krds-chkChipOutline-gap-sm);
  height: var(--krds-chkChipOutline-h-sm);
  padding: var(--krds-chkChipOutline-pd-sm);
  border-radius: var(--krds-chkChipOutline-rd-sm);
  font-size: var(--krds-chkChipOutline-fz-sm);
}
.form-chip .checkbox ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-sm);
  height: var(--krds-chkChipOutline-ico-sm);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .checkbox:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .checkbox:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .checkbox ~ .form-chip-outline {
  gap: var(--krds-chkChipOutline-gap-md);
  height: var(--krds-chkChipOutline-h-md);
  padding: var(--krds-chkChipOutline-pd-md);
  border-radius: var(--krds-chkChipOutline-rd-md);
  font-size: var(--krds-chkChipOutline-fz-md);
}
.form-chip .checkbox ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-md);
  height: var(--krds-chkChipOutline-ico-md);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .checkbox:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .checkbox:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

.form-chip .checkbox ~ .form-chip-outline {
  gap: var(--krds-chkChipOutline-gap-lg);
  height: var(--krds-chkChipOutline-h-lg);
  padding: var(--krds-chkChipOutline-pd-lg);
  border-radius: var(--krds-chkChipOutline-rd-lg);
  font-size: var(--krds-chkChipOutline-fz-lg);
}
.form-chip .checkbox ~ .form-chip-outline::before {
  width: var(--krds-chkChipOutline-ico-lg);
  height: var(--krds-chkChipOutline-ico-lg);
  background: url(/resource/images/paid/nep/layout/component/ico_check_chip.svg) no-repeat 0 0;
  background-size: contain;
}
.form-chip .checkbox:checked ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_checked.svg);
}
.form-chip .checkbox:disabled ~ .form-chip-outline::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_chip_disabled.svg);
}

@media (max-width: 1023px) {
  /* input setting */
  :root {
    --krds-fz-display-sm: 2.5rem;
    --krds-fz-display-md: 3.2rem;
    --krds-fz-display-lg: 4rem;
    --krds-fz-heading-sm: 2.5rem;
    --krds-fz-heading-md: 3.2rem;
    --krds-fz-heading-lg: 4rem;
    --krds-fz-title-xxlg: 2.5rem;
    /* input setting */
    --krds-input-h-xlg: 5.6rem;
    --krds-input-px-xlg: 1.6rem;
    --krds-input-rd-xlg: 0.8rem;
    --krds-input-fz-xlg: 1.9rem;
  }
  .form-control.xlg {
    height: 5.6rem;
    padding: 0 var(--krds-input-px-xlg);
    border-radius: var(--krds-input-rd-xlg);
    font-size: var(--krds-input-fz-xlg);
  }
}

.accordion {
  border-top: 1px solid #C6C6C6;
}

.accordion-item {
  background-color: #fff;
  border-bottom: 1px solid #C6C6C6;
}
.accordion-item .btn-accordion {
  position: relative;
  width: 100%;
  min-height: 6.4rem;
  padding: 2rem 4rem 2rem 0;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: left;
}
.accordion-item .btn-accordion::after {
  position: absolute;
  top: 2.2rem;
  right: 0;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(/resource/images/paid/nep/layout/component/ico_arr_accordion.svg) no-repeat center;
  background-size: 2rem;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion-item .btn-accordion.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion-item .accordion-collapse {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.accordion-item.active .accordion-collapse {
  height: auto;
  max-height: 1000vh;
  -webkit-transition: max-height 1.5s ease-in-out;
  transition: max-height 1.5s ease-in-out;
}
.accordion-item .accordion-body {
  padding-top: 0.4rem;
  padding-bottom: 2rem;
}

.btn-wrap.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.6rem;
  padding: 3.2rem 0 2.4rem;
}
@media (max-width: 767px) {
  .btn-wrap.search .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: 4.8rem;
    padding: 0 1.6rem;
    border-radius: 0.8rem;
    font-size: 1.7rem;
  }
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.4rem;
  width: auto;
  height: 5.6rem;
  padding: 0 2rem;
  background-color: #246BEB;
  border: 1px solid #246BEB;
  border-radius: 0.8rem;
  font-size: 1.9rem;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.btn:hover {
  background-color: #1D56BC;
  border-color: #1D56BC;
}
.btn:active {
  background-color: #16408D;
  border-color: #16408D;
}
.btn:focus-visible {
  outline-offset: -0.4rem;
  outline: 2px solid rgba(255, 255, 255, 0.9);
  -webkit-transition: none;
  transition: none;
}
.btn[disabled] {
  background-color: #D8D8D8;
  border-color: #D8D8D8;
  color: #717171;
  cursor: default;
}
.btn.primary {
  background-color: #246BEB;
  border: 1px solid #246BEB;
  color: #fff;
}
.btn.primary:hover {
  background-color: #1D56BC;
  border-color: #1D56BC;
}
.btn.primary:active {
  background-color: #16408D;
  border-color: #16408D;
}
.btn.primary[disabled] {
  background-color: #D8D8D8;
  border-color: #C6C6C6;
  color: #717171;
}
.btn.secondary {
  background-color: #EFF5FF;
  border: 1px solid #246BEB;
  color: #1D56BC;
}
.btn.secondary:hover {
  background-color: #D3E1FB;
}
.btn.secondary:active {
  background-color: #A7C4F7;
}
.btn.secondary:focus-visible {
  outline-offset: -0.4rem;
  outline: 2px solid rgba(36, 107, 235, 0.8);
}
.btn.secondary[disabled] {
  background-color: #D8D8D8;
  border-color: #C6C6C6;
  color: #717171;
}
.btn.secondary.ico-arr-down::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_arr_20_down_blue.svg);
  background-size: contain;
  background-position: center;
}
.btn.secondary.active.ico-arr-down::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn.tertiary {
  background-color: #fff;
  border: 1px solid #1D1D1D;
  color: #000B17;
}
.btn.tertiary:hover {
  background-color: #F8F8F8;
}
.btn.tertiary:active {
  background-color: #F0F0F0;
}
.btn.tertiary:focus-visible {
  outline-offset: -0.4rem;
  outline: 2px solid rgba(36, 107, 235, 0.8);
}
.btn.tertiary[disabled] {
  background-color: #D8D8D8;
  border-color: #C6C6C6;
  color: #717171;
}
.btn.home {
  gap: 0.3rem;
  padding: 1rem 2rem;
  background-color: #f8f8f8;
  border-color: #e4e4e4;
  border-radius: 4rem;
  color: #1D1D1D;
}
.btn[class*=ico-]::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.btn[class*=ico-].ico-before::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.btn[class*=ico-].ico-before::after {
  display: none;
}
.btn[class*=ico-].md::before, .btn[class*=ico-].md::after {
  width: 2rem;
  height: 2rem;
}
.btn.ico-sch::before, .btn.ico-sch::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_sch_20_wh.svg);
}
.btn.ico-reset::before, .btn.ico-reset::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_refresh_16.svg);
}
.btn.ico-arr::before, .btn.ico-arr::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico-arr-right.svg);
}
.btn.ico-upload::before, .btn.ico-upload::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_upload_20_wh.svg);
}
.btn[class*=ico-].ico-home::before, .btn[class*=ico-].ico-home::after {
  width: 4.8rem;
  height: 4.8rem;
  background-image: url(/resource/images/paid/nep/layout/component/ico_home_48.svg);
}
.btn.xsm[class*=ico-]::after {
  width: 1.6rem;
  height: 1.6rem;
}
.btn.sm .btn[class*=ico-]::after {
  width: 2rem;
  height: 2rem;
}

.modal .btn {
  height: 4.8rem;
  padding: 0 1.6rem;
  border-radius: 0.8rem;
  font-size: 1.7rem;
}
.modal .btn.home {
  gap: 1.2rem;
  border-radius: 4rem;
  height: 6.8rem;
  padding: 1rem 2rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .modal .btn.home {
    padding: 1rem;
  }
}
/* **** button : only icon **** */
.btn-ico {
  padding: 0 !important;
  color: inherit;
  border: 0;
  background-color: inherit;
}
.btn-ico:hover, .btn-ico:active {
  background-color: inherit;
}
.btn-ico:focus-visible {
  outline-offset: 0.4rem;
  outline: 2px solid rgba(36, 107, 235, 0.8);
}
.btn-ico[class*=ico-] {
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.btn-ico[class*=ico-]::after {
  display: none;
}
.btn-ico[class*=ico-].md {
  width: 2.4rem;
  height: 2.4rem;
}
.btn-ico[class*=ico-].sm {
  width: 2rem;
  height: 2rem;
}
.btn-ico[class*=ico-].sm-m {
  width: 2.4rem;
  height: 2.4rem;
}
.btn-ico[class*=ico-].sm-l {
  width: 3.2rem;
  height: 3.2rem;
}
.btn-ico[class*=ico-].xsm {
  width: 1.6rem;
  height: 1.6rem;
}
.btn-ico.ico-sch {
  background-image: url(/resource/images/paid/nep/layout/component/ico_sch_40.svg);
}
.btn-ico.ico-info {
  background-image: url(../img/pattern/common/ico_info.svg);
}
.btn-ico.ico-info.sm {
  background-position: center;
  background-size: 1.6rem;
}
.btn-ico.ico-refresh {
  border-radius: 10rem;
  border: 0.1rem solid #C6C6C6;
  background-color: #fff;
  background-image: url(/resource/images/paid/nep/layout/component/ico_refresh_16.svg);
  background-size: 1.6rem;
}
.btn-ico.ico-toggle-r {
  border-radius: 10rem;
  border: 0.1rem solid #C6C6C6;
  background-color: #fff;
  background-image: url(/resource/images/paid/nep/layout/component/ico_arr_16_down.svg);
  background-size: 1.6rem;
}
.btn-ico.ico-pw-visible {
  background-image: url(/resource/images/paid/nep/layout/component/ico_pw_visible_off.svg);
}
.btn-ico.ico-pw-visible.on {
  background-image: url(/resource/images/paid/nep/layout/component/ico_pw_visible_on.svg);
}
.btn-ico.ico-trash {
  background-image: url(/resource/images/paid/nep/layout/component/ico_trash.svg);
  display: block;
  margin: 0 auto;
}
.btn-ico.ico-help {
  background-image: url(/resource/images/paid/nep/layout/component/ico_help_24.svg);
}
.btn-ico.ico-page-prev {
  border-radius: 10rem;
  border: 0.1rem solid #C6C6C6;
  background-color: #fff;
  background-image: url(/resource/images/paid/nep/layout/component/ico_swiper_prev.svg);
  background-size: 2.4rem;
}
.btn-ico.ico-page-prev.disabled {
  background-color: #EDF1F5;
}
.btn-ico.ico-page-next {
  border-radius: 10rem;
  border: 0.1rem solid #C6C6C6;
  background-color: #fff;
  background-image: url(/resource/images/paid/nep/layout/component/ico_swiper_next.svg);
  background-size: 2.4rem;
}
.btn-ico.ico-page-next.disabled {
  background-color: #EDF1F5;
}

/* **** button : text button **** */
.btn-txt {
  padding: 0 0.2rem !important;
  color: inherit;
  border: 0;
  background-color: inherit;
}
.btn-txt:hover, .btn-txt:active {
  background-color: inherit;
}
.btn-txt:hover {
  background-color: #EDF1F5;
}
.btn-txt:active {
  background-color: #CDD7E4;
}
.btn-txt:focus-visible {
  outline-offset: 0.4rem;
  outline: 2px solid rgba(36, 107, 235, 0.8);
}
.btn-txt[disabled] {
  color: #8E8E8E;
}
.btn-txt[class*=ico-]::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.btn-txt[class*=ico-].ico-before::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.btn-txt[class*=ico-].ico-before::after {
  display: none;
}
.btn-txt[class*=ico-].ico-call::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_call.svg);
}
.btn-txt[class*=ico-].ico-call::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_call.svg);
}
.btn-txt[class*=ico-].ico-faq::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_faq.svg);
}
.btn-txt[class*=ico-].ico-faq::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_faq.svg);
}
.btn-txt.underline {
  text-decoration: underline;
}
.btn-txt.link {
  height: auto;
  text-decoration: underline !important;
}
.btn-txt.ico-like::before, .btn-txt.ico-like::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_like_20.svg);
}
.btn-txt.ico-share::before, .btn-txt.ico-share::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_share_20.svg);
}
.btn-txt.ico-close::before, .btn-txt.ico-close::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_close.svg);
}
.btn-txt.ico-arr::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico-arr-right.svg);
}
.btn-txt.ico-arr-down::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_arr_16_down.svg);
}
.btn-txt.ico-more::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_arr1_20_right.svg);
}
.btn-txt.ico-sch::before, .btn-txt.ico-sch::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_sch_40.svg);
}
.btn-txt.ico-sch1::before, .btn-txt.ico-sch1::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_sch1_20.svg);
}
.btn-txt.ico-go::before, .btn-txt.ico-go::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_go_20.svg);
}
.btn-txt.ico-down::before, .btn-txt.ico-down::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_file_20.svg);
}
.btn-txt.ico-filter {
  position: relative;
}
.btn-txt.ico-filter::before, .btn-txt.ico-filter::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_filter_20.svg);
}
.btn-txt.ico-filter .num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 0.1rem;
  z-index: 1;
  height: 2rem;
  font-size: 1.5rem;
  color: #fff;
  padding: 0 0.8rem;
  margin-top: -3rem;
  border-radius: 2rem;
  background-color: #246BEB;
}
.btn-txt.ico-reset::before, .btn-txt.ico-reset::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_refresh_16.svg);
}
.btn-txt.ico-log::before, .btn-txt.ico-log::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_login_20.svg);
}
.btn-txt.ico-func {
  gap: 0.8rem;
}
.btn-txt.ico-func::before, .btn-txt.ico-func::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_arr_func_20.svg);
}
.btn-txt.ico-logout {
  gap: 0.8rem;
}
.btn-txt.ico-logout::before, .btn-txt.ico-logout::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_logout_16.svg);
}
.btn-txt.ico-email {
  gap: 0.8rem;
}
.btn-txt.ico-email::before, .btn-txt.ico-email::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_email_20.svg);
}
.btn-txt.ico-print {
  gap: 0.8rem;
}
.btn-txt.ico-print::before, .btn-txt.ico-print::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_print_20.svg);
}
.btn-txt.ico-scrap {
  gap: 0.8rem;
}
.btn-txt.ico-scrap::before, .btn-txt.ico-scrap::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_scrap_20.svg);
}
.btn-txt.ico-del {
  gap: 0.8rem;
}
.btn-txt.ico-del::before, .btn-txt.ico-del::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_del1_20.svg);
}
.btn-txt.ico-plus {
  gap: 0.8rem;
}
.btn-txt.ico-plus::before, .btn-txt.ico-plus::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_plus_24.svg);
}
.btn-txt.ico-setting {
  gap: 0.8rem;
}
.btn-txt.ico-setting::before, .btn-txt.ico-setting::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_setting_20.svg);
}
.btn-txt.ico-link {
  gap: 0.8rem;
}
.btn-txt.ico-link::before, .btn-txt.ico-link::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_link_16.svg);
}
.btn-txt.ico-comment {
  gap: 0.8rem;
}
.btn-txt.ico-comment::before, .btn-txt.ico-comment::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_comment_16.svg);
}
.btn-txt.ico-prev {
  gap: 0.8rem;
}
.btn-txt.ico-prev::before, .btn-txt.ico-prev::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico-prev_24.svg);
}
.btn-txt.sm[class*=ico-]::before, .btn-txt.sm[class*=ico-]::after {
  width: 2rem;
  height: 2rem;
}
.btn-txt.xsm[class*=ico-] {
  gap: 0.2rem;
}
.btn-txt.xsm[class*=ico-]::before, .btn-txt.xsm[class*=ico-]::after {
  width: 1.6rem;
  height: 1.6rem;
}
.btn-txt.h-auto {
  height: auto;
  padding: 0.2rem !important;
}

.link-txt {
  text-decoration: underline;
}

/* **** button : chips **** */
.btn-chip-fill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #F0F0F0;
}
.btn-chip-fill:hover {
  background-color: #EDF1F5;
}
.btn-chip-fill:active {
  background-color: #CDD7E4;
}
.btn-chip-fill[disabled], .btn-chip-fill.disabled {
  background-color: #D8D8D8;
}

.btn-chip-outline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 0.2rem;
  background-color: #fff;
  border: 0.1rem solid #C6C6C6;
}
.btn-chip-outline:hover {
  background-color: #EDF1F5;
}
.btn-chip-outline:active {
  background-color: #CDD7E4;
}
.btn-chip-outline:disabled, .btn-chip-outline.disabled {
  background-color: #D8D8D8;
}

/* **** button area **** */
.btn-wrap {
  width: 100%;
}

@media (max-width: 767px) {
  .btn-ico[class*=ico-] {
    width: 2.4rem;
    height: 2.4rem;
  }
}
/* 파일 업로드 */
.file-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
  padding: 6.4rem 4rem;
  border-radius: 12px;
  border: 0.1rem dashed #C6C6C6;
  background-color: #F0F0F0;
}
.file-upload .txt {
  font-size: 1.9rem;
  text-align: center;
}
.file-upload.type-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2rem 2.8rem;
}
.file-upload.type-row .txt {
  text-align: left;
}
@media (max-width: 767px) {
  .file-upload.type-row {
    gap: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .file-upload.type-row .btn {
    width: 100%;
  }
}

.file-upload-result {
  margin-top: 2.4rem;
}
.file-upload-result .upload-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.file-upload-result .upload-top .file-total {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
}
.file-upload-result .upload-top .file-total .current {
  color: #246BEB;
}
.file-upload-result .upload-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  margin-top: 2.4rem;
}
.file-upload-result .upload-list > li {
  padding: 1.2rem 1.6rem;
  border-radius: 0.6rem;
  border: 0.1rem solid #D8D8D8;
}
.file-upload-result .upload-list > li.is-error {
  border: 0.2rem solid #EB003B;
  background-color: #FDF2F3;
}
.file-upload-result .upload-list > li.is-error .file-hint {
  color: #EB003B;
}
.file-upload-result .upload-list .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.6rem;
}
.file-upload-result .upload-list .in > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.file-upload-result .upload-list .in .file-name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: inline-block;
  white-space: nowrap;
}
.file-upload-result .upload-list .in .file-btn {
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .file-upload-result .upload-list .in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .file-upload-result .upload-list .in .file-name {
    white-space: normal;
  }
  .file-upload-result .upload-list .in .file-btn {
    margin-left: auto;
  }
}
.file-upload-result .upload-list .in .ico-invalid {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: center;
}
.file-upload-result .upload-list .in .ico-invalid.error {
  background-image: url(/resource/images/paid/nep/layout/component/ico_invalid_error_20.svg);
}
.file-upload-result .upload-list .in .ico-invalid.ok {
  background-image: url(/resource/images/paid/nep/layout/component/ico_invalid_ok_20.svg);
}
.file-upload-result .upload-list .file-hint {
  padding-top: 1.6rem;
  margin-top: 1.6rem;
  border-top: 0.1rem solid #D8D8D8;
}

.txt-refer {
  margin-top: 2rem;
  color: #555555;
}

.tbl-refer {
  padding: 0.8rem 1rem;
  color: #1D1D1D;
  font-size: 1.5rem;
  font-size: 1.2rem;
}

.modal-back,
.modal {
  display: none;
  visibility: hidden;
  z-index: -1;
}
.modal-back.in,
.modal.in {
  visibility: visible;
}

.modal-back {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.modal-back.in {
  display: block;
  z-index: 1000;
}

.modal {
  /*@include flex-layout($ai: center, $jc: center, $fd: column);*/
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-family: var(--krds--fz-body-md);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  -webkit-transition: visibility 0.15s 0.3s, z-index 0s 0.3s, opacity 0.2s;
  transition: visibility 0.15s 0.3s, z-index 0s 0.3s, opacity 0.2s;
}
.modal > * {
  width: 100%;
}
.modal.sm .modal-dialog {
  max-width: 56rem;
}
.modal.sm .modal-dialog .modal-conts {
  gap: 2.4rem;
  padding: 4rem 4rem 0;
}
.modal.sm .modal-dialog .modal-btn {
  padding: 3.2rem 4rem 4rem;
}
.modal.sm .modal-dialog .modal-btn .btn {
  min-width: 9.2rem;
  width: auto;
  height: 4.8rem;
  font-size: 1.7rem;
}
@media (max-width: 450px) {
  .modal.sm .modal-dialog .modal-conts {
    padding: 3.2rem 1.6rem 0;
  }
  .modal.sm .modal-dialog .modal-btn {
    padding: 3.2rem 1.6rem;
  }
  .modal.sm .modal-dialog .modal-btn.top-border {
    border-top: 0.1rem solid #C6C6C6;
  }
  .modal.sm .modal-dialog .modal-btn .btn {
    width: 100%;
    min-width: 0;
    height: 6.4rem;
    font-size: 1.9rem;
  }
  .modal.sm .modal-dialog .modal-btn .btn.btn-txt {
    width: auto;
  }
}
.modal.notice .modal-dialog {
  max-width: 56rem;
}
.modal.notice .modal-dialog .modal-header {
  display: none;
}
.modal.notice .modal-dialog .modal-conts .sec-tit {
  font-size: 1.9rem;
}
.modal.notice .modal-dialog .modal-btn {
  padding: 3.2rem 4rem 3.2rem;
}
.modal.notice .modal-dialog .modal-btn .btn {
  min-width: 0;
  font-size: 1.7rem;
}
.modal.notice .modal-dialog .btn-close {
  display: none;
}
@media (max-width: 767px) {
  .modal.notice .modal-dialog {
    max-width: 100%;
  }
  .modal.notice .modal-dialog .modal-header {
    display: block;
  }
  .modal.notice .modal-dialog .modal-conts {
    padding: 3.2rem 1.6rem 0;
  }
  .modal.notice .modal-dialog .modal-btn {
    padding: 2.4rem 1.6rem;
  }
  .modal.notice .modal-dialog .modal-btn.top-border {
    border-top: 0.1rem solid #C6C6C6;
  }
  .modal.notice .modal-dialog .modal-btn .btn {
    width: 100%;
    min-width: 0;
  }
  .modal.notice .modal-dialog .modal-btn .btn.btn-txt {
    width: auto;
  }
  .modal.notice .modal-dialog .btn-close {
    display: block;
  }
}
.modal.win-pop {
  display: block;
  visibility: visible;
  z-index: 0;
  opacity: 1;
}
.modal.win-pop .modal-dialog {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
}
.modal.win-pop .modal-dialog .modal-header,
.modal.win-pop .modal-dialog .btn-close {
  display: none;
}
.modal.win-pop .modal-conts {
  padding-top: 4rem;
}
.modal.in {
  z-index: 1010;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 1;
}
.modal.shown {
  display: block;
}
.modal .modal-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  z-index: 1020;
  max-width: 84.6rem;
  width: calc(100% - 3.2rem);
  height: calc(100% - 8rem * 2);
  min-height: calc(100% - 8rem * 2);
  margin: 8rem auto;
}
.modal .modal-dialog .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 100%;
  background-color: #fff;
  border-radius: 1.2rem;
  outline-color: transparent;
  -webkit-transition: outline-color 0.1s;
  transition: outline-color 0.1s;
}
.modal .modal-dialog .modal-content > * {
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-title {
  display: none;
}
.modal .modal-dialog .modal-content:focus-visible {
  outline-offset: 0.4rem;
  outline: 2px solid rgba(255, 255, 255, 0.9);
}
.modal .modal-dialog .modal-header {
  width: 100%;
  padding: 4rem 6.8rem 0 4rem;
  background-color: inherit;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.modal .modal-dialog .modal-header .modal-title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1.7rem;
  font-weight: 700;
}
.modal .modal-dialog .modal-conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  padding: 0 4rem;
  color: #1D1D1D;
  padding-top: 4rem;
}
.modal .modal-dialog .modal-conts::-webkit-scrollbar {
  width: 0.8rem;
}
.modal .modal-dialog .modal-conts::-webkit-scrollbar-thumb {
  background-color: #C6C6C6;
  border-radius: 0.8rem;
}
.modal .modal-dialog .modal-conts::-webkit-scrollbar-track {
  background-color: #D8D8D8;
}
.modal .modal-dialog .modal-conts > * {
  width: 100%;
}
.modal .modal-dialog .modal-conts .sec-tit + .sec-desc,
.modal .modal-dialog .modal-conts .sec-tit + .info-list.decimal {
  margin-top: 2.4rem;
}
.modal .modal-dialog .modal-conts [class^=section-conts] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
}
.modal .modal-dialog .modal-conts [class^=section-conts] > * {
  margin-top: 0;
  margin-bottom: 0;
}
.modal .modal-dialog .modal-conts [class^=section-conts].top-line {
  padding-top: 4rem;
  border-top: 1px solid #C6C6C6;
}
.modal .modal-dialog .modal-conts .notice-conts {
  height: 38.3rem;
  overflow: auto;
}
.modal .modal-dialog .modal-conts .notice-conts::-webkit-scrollbar {
  width: 0.8rem;
}
.modal .modal-dialog .modal-conts .notice-conts::-webkit-scrollbar-thumb {
  background-color: #C6C6C6;
  border-radius: 0.8rem;
}
.modal .modal-dialog .modal-conts .notice-conts::-webkit-scrollbar-track {
  background-color: #D8D8D8;
}
.modal .modal-dialog .modal-conts .notice-conts .tbl-wrap {
  margin-top: 3.2rem;
}
.modal .modal-dialog .modal-conts .section-conts40 {
  gap: 4rem;
}
.modal .modal-dialog .modal-conts .section-conts40.mgt40 {
  margin-top: 4rem;
}
.modal .modal-dialog .modal-conts .section-conts40.top-line {
  padding-top: 4rem;
  border-top: 1px solid #C6C6C6;
}
.modal .modal-dialog .modal-conts .section-conts40 + .section-conts40 {
  margin-top: 3.2rem;
}
.modal .modal-dialog .modal-conts .section-conts40 .tit-wrap + .txt-box:not(.gap-sm) {
  margin-top: -1.6rem;
}
.modal .modal-dialog .modal-conts .section-conts40 .box-group-area {
  margin-top: -0.8rem;
}
.modal .modal-dialog .modal-conts .section-conts24 {
  gap: 2.4rem;
}
.modal .modal-dialog .modal-conts .section-conts20 {
  gap: 2rem;
}
.modal .modal-dialog .modal-conts .sec-desc {
  color: #555;
}
.modal .modal-dialog .modal-conts .conts-tit {
  font-size: 1.9rem;
  font-weight: 700;
}
.modal .modal-dialog .modal-conts .conts-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
}
.modal .modal-dialog .modal-conts .conts-area > * {
  width: 100%;
}
.modal .modal-dialog .modal-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.8rem;
  width: 100%;
  padding: 3.2rem 4rem 4rem;
}
.modal .modal-dialog .modal-btn.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal .modal-dialog .modal-btn .btn {
  min-width: 9.2rem;
}
.modal .modal-dialog .btn-close {
  position: absolute;
  top: 3.2rem;
  right: 3.2rem;
  z-index: 901;
  width: 3.6rem;
  height: 3.6rem;
  background: url(/resource/images/paid/nep/layout/component/ico_close_modal.svg) no-repeat center;
  background-size: 2rem;
}
.modal.alert .modal-dialog {
  width: 56rem;
}
.modal.alert .modal-dialog .modal-conts {
  gap: 2.4rem;
}
.modal.alert .modal-dialog .modal-btn .btn {
  min-width: 7.8rem;
}
.modal .modal-conts .tit-wrap {
  width: 100%;
}
.modal .modal-conts .tit-wrap.between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px) {
  .modal .modal-conts .tit-wrap.between .btn.home span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}
.modal .modal-conts .txt-box.bg-white .terms-agree-ul {
  gap: 0;
}
.modal .modal-conts .txt-box.bg-white .terms-agree-ul li {
  padding: 4rem 0;
  border-top: none;
}
.modal .modal-conts .txt-box.bg-white .terms-agree-ul li:first-child {
  padding-top: 0;
}
.modal .modal-conts .txt-box.bg-white .terms-agree-ul li:last-child {
  padding-bottom: 0;
}
.modal .modal-conts .txt-box.bg-white .form-group {
  width: 100%;
  font-size: 1.9rem;
}
.modal .modal-conts .txt-box.bg-white .txt-box {
  margin-top: 0;
}
.modal .modal-conts + .terms-agree-ul {
  padding: 3.2rem 4rem 0;
}
.modal .modal-conts + .terms-agree-ul li:first-child {
  padding-bottom: 0;
}
.modal .modal-conts .user-info-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.modal .modal-conts .user-info-main .ico-gov24 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  width: 20rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 2rem;
}
.modal .modal-conts .user-info-main .ico-gov24::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 0.1rem;
  height: 6rem;
  margin-top: -3rem;
  background: #D8D8D8;
}
.modal .modal-conts .user-info-main p {
  padding-left: 2rem;
  color: #555;
}
@media (max-width: 767px) {
  .modal .modal-conts + .terms-agree-ul {
    padding: 3.2rem 1.6rem 0;
  }
  .modal .modal-conts + .terms-agree-ul + .modal-btn {
    margin-top: 3.2rem;
    border-top: 0.1rem solid #C6C6C6;
  }
  .modal .modal-conts .user-info-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
  }
  .modal .modal-conts .user-info-main .ico-gov24 {
    width: auto;
  }
  .modal .modal-conts .user-info-main .ico-gov24::after {
    display: none;
  }
  .modal .modal-conts .user-info-main p {
    padding-left: 0;
  }
}
.modal .modal-conts .user-info-tit {
  font-size: 2.5rem;
  font-weight: 700;
}
.modal .modal-conts .user-info-tit::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 0.4rem;
  vertical-align: middle;
  background: url(/resource/images/paid/nep/layout/component/ico_list_check.svg) no-repeat center/contain;
}
.modal .modal-conts .user-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 2.4rem;
  -webkit-column-gap: 2.4rem;
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
  padding: 4rem 0;
}
.modal .modal-conts .user-info-list.row-3 p {
  white-space: nowrap;
  width: calc(33.33% - 2.4rem * 2 / 3);
}
@media (max-width: 699px) {
  .modal .modal-conts .user-info-list.row-3 p {
    width: calc(50% - 2.4rem);
  }
}
@media (max-width: 767px) {
  .modal .modal-conts .user-info-list {
    padding: 3.2rem 0;
  }
  .modal .modal-conts .user-info-list.row-3 p {
    width: 100%;
  }
}
.modal .modal-conts .user-info-list .ico-check::before {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  vertical-align: middle;
  background: url(/resource/images/paid/nep/layout/component/ico_check.svg) no-repeat center/contain;
}
.modal .modal-conts .user-info-desc {
  padding-top: 4rem;
  border-top: 1px dashed #C6C6C6;
}
@media (max-width: 767px) {
  .modal .modal-conts .user-info-desc {
    padding-top: 3.2rem;
  }
}

/* modal open 시 contents (전체모달 아닌경우) */
.modal-open {
  overflow: hidden;
}

/* mobile */
@media (max-width: 767px) {
  .modal.notice {
    width: 100%;
  }
  .modal.win-pop .modal-conts {
    padding-top: 3.2rem;
  }
  .modal.inner-pop .modal-dialog .modal-btn {
    padding: 3.2rem 1.6rem;
    border-top: 0;
  }
  .modal.inner-pop .modal-dialog .modal-btn .btn {
    height: 4.8rem;
    padding: 0 1.6rem;
    border-radius: 0.8rem;
    font-size: 1.7rem;
  }
  .modal .modal-dialog {
    width: 100%;
    height: 100%;
    min-height: calc(100% - 1.6rem * 2);
    margin: 0;
  }
  .modal .modal-dialog .modal-header {
    padding: 2rem 1.6rem;
    border-bottom: 0.1rem solid #D8D8D8;
  }
  .modal .modal-dialog .modal-content {
    height: 100%;
    border-radius: 0;
  }
  .modal .modal-dialog .modal-conts {
    gap: 3.2rem;
    height: 100%;
    padding: 0 1.6rem;
    padding-top: 3.2rem;
  }
  .modal .modal-dialog .modal-conts .conts-area {
    gap: 2.4rem;
  }
  .modal .modal-dialog .modal-conts .conts-area > * {
    width: 100%;
  }
  .modal .modal-dialog .modal-btn {
    padding: 3.2rem 1.6rem;
  }
  .modal .modal-dialog .modal-btn.top-border {
    border-top: 0.1rem solid #C6C6C6;
  }
  .modal .modal-dialog .modal-btn .btn {
    width: 100%;
    min-width: 0;
    height: 6.4rem;
    font-size: 1.9rem;
  }
  .modal .modal-dialog .modal-btn .btn.btn-txt {
    width: auto;
  }
  .modal .modal-dialog .btn-close {
    position: absolute;
    top: 1.4rem;
    right: 1rem;
  }
  .modal.alert .modal-dialog {
    width: calc(100% - 3.2rem);
  }
  .modal.alert .modal-dialog .modal-btn .btn {
    width: auto;
    min-width: 7.8rem;
  }
  .modal .modal-conts .txt-box.bg-white .terms-agree-ul li {
    border-top: 0.1rem solid #F0F0F0;
  }
  .modal .modal-conts .txt-box.bg-white .terms-agree-ul li:first-child {
    border-top: 0;
  }
}
@media (min-width: 500px) and (max-width: 699px) {
  .modal-conts .user-info-list.row-3 p {
    width: calc(50% - 2.4rem / 2);
  }
}
@media (max-width: 499px) {
  .modal-conts .user-info-list.row-3 p {
    width: 100%;
  }
}
.tbl-group {
  width: 100%;
}
.tbl-group .form-tit {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .tbl-group .form-tit {
    margin-bottom: 2.4rem;
  }
}

.tbl-wrap .tbl.data th,
.tbl-wrap .tbl.data td {
  padding: 0.4rem 1.6rem;
  border-bottom: 1px solid;
  line-height: 1.5;
  vertical-align: middle;
}
.tbl-wrap .tbl.data thead th {
  height: 4rem;
  background-color: #EDF1F5;
  border-bottom: 1px solid #99B0CB;
  font-size: 1.5rem;
  color: #1D1D1D;
  font-weight: 700;
  text-align: left;
}
.tbl-wrap .tbl.data tbody th,
.tbl-wrap .tbl.data tbody td {
  height: 5.6rem;
  background-color: #fff;
  border-bottom: 1px solid #D8D8D8;
  color: #1D1D1D;
  font-weight: 400;
  text-align: left;
  height: 4rem;
  font-size: 1.5rem;
}
.tbl-wrap .tbl.row th,
.tbl-wrap .tbl.row td {
  padding: 0.4rem 1.6rem;
  border-bottom: 1px solid;
  line-height: 1.5;
  vertical-align: middle;
}
.tbl-wrap .tbl.row thead th {
  height: 4rem;
  background-color: #EDF1F5;
  border-bottom: 1px solid #99B0CB;
  font-size: 1.5rem;
  color: #1D1D1D;
  font-weight: 700;
  text-align: left;
}
.tbl-wrap .tbl.row tbody th,
.tbl-wrap .tbl.row tbody td {
  height: 5.6rem;
  background-color: #fff;
  border-bottom: 1px solid #D8D8D8;
  color: #1D1D1D;
  font-weight: 400;
  text-align: left;
  height: 4rem;
  font-size: 1.5rem;
}
.tbl-wrap .tbl.row thead th {
  border-bottom: none;
}
.tbl-wrap .tbl.row tbody tr:first-child {
  border-top: 1px solid #99B0CB;
}
.tbl-wrap .tbl.row tbody tr:last-child th, .tbl-wrap .tbl.row tbody tr:last-child td {
  border-bottom: 1px solid #99B0CB;
}
.tbl-wrap .tbl.row tbody th {
  background-color: #EDF1F5;
  font-weight: 700;
}
.tbl-wrap .tbl.center thead th,
.tbl-wrap .tbl.center tbody th,
.tbl-wrap .tbl.center tbody td {
  text-align: center;
}
.tbl-wrap .tbl tbody td.nodata {
  text-align: center;
  color: #8E8E8E;
}
.tbl-wrap .tbl td .blue {
  color: #1D56BC;
}
.tbl-wrap.scroll {
  overflow-x: auto;
  overflow-y: hidden;
}
.tbl-wrap.scroll .tbl th,
.tbl-wrap.scroll .tbl td {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tbl-wrap.trans colgroup col {
    display: none;
  }
  .tbl-wrap.trans .tbl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tbl-wrap.trans .tbl th,
  .tbl-wrap.trans .tbl td {
    display: block;
  }
  .tbl-wrap.trans .tbl thead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tbl-wrap.trans .tbl thead tr {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tbl-wrap.trans .tbl tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tbl-wrap.trans .tbl tbody tr {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.tbl-wrap .def-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #8E8E8E;
  border-bottom: 1px solid #8E8E8E;
  padding: 0.8rem 0;
}
.tbl-wrap .def-list > dt,
.tbl-wrap .def-list > dd {
  min-height: 4.8rem;
  padding-top: 0.9rem;
  padding-bottom: 1rem;
  color: #1D1D1D;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}
.tbl-wrap .def-list > dt {
  width: 12.8rem;
  font-weight: 700;
}
.tbl-wrap .def-list > dd {
  width: calc(100% - 12.8rem);
}

@media (max-width: 767px) {
  .tbl-wrap.mob-scroll {
    width: 100%;
  }
  .tbl-wrap.mob-scroll th,
  .tbl-wrap.mob-scroll td {
    white-space: nowrap;
  }
}
.tab-area {
  width: 100%;
}

.tab > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: auto;
  width: 100%;
}
.tab li,
.tab .btn-tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  white-space: nowrap;
}
.tab .btn-tab {
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  color: #555555;
  font-weight: 700;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.tab .btn-tab:not(:disabled):hover {
  border-radius: 0.6rem;
  background-color: #EDF1F5;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.tab .btn-tab:not(:disabled):active {
  background-color: #CDD7E4;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.tab .btn-tab[disabled] {
  color: #8E8E8E;
  cursor: default;
}
.tab li {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.tab.full {
  width: 100%;
}
.tab.full .btn-tab {
  height: 5.6rem !important;
  font-size: 1.9rem !important;
}
.tab.full > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  width: 100%;
}
.tab.full > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
}
.tab.fill .btn-tab {
  height: 4.8rem;
  padding: 0 1.6rem;
  font-size: 1.9rem;
}
.tab.fill .active .btn-tab {
  background-color: #003675;
  border-color: #003675;
  color: #fff;
}
.tab.fill > ul > li + li {
  margin-left: 0.8rem;
}
.tab.fill > ul > li .btn-tab {
  border-radius: 0.8rem;
}
.tab.fill.full .btn-tab {
  border: 1px solid #B4C4D6;
}
.tab.fill.full .active .btn-tab {
  background-color: #003675;
  border-color: #003675;
  color: #fff;
}
.tab.fill.full > ul > li + li {
  margin-left: 0;
}
.tab.fill.full > ul > li + li .btn-tab {
  border-left: none;
}
.tab.fill.full > ul > li .btn-tab {
  border-radius: 0;
}
.tab.fill.full > ul > li:first-of-type .btn-tab {
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}
.tab.fill.full > ul > li:last-of-type .btn-tab {
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
.tab.line .btn-tab {
  height: 4.8rem;
  padding: 0 0.2rem;
  font-size: 1.9rem;
}
.tab.line .btn-tab:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 0.2rem;
  background-color: #003675;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.tab.line .active .btn-tab {
  color: #003675;
}
.tab.line .active .btn-tab:before {
  position: absolute;
  left: 0;
  width: 100%;
}
.tab.line > ul > li + li {
  margin-left: 1.6rem;
}
.tab.line.full .btn-tab {
  padding-left: 0;
  padding-right: 0;
  border: 0;
  border-bottom: 0.2rem solid #D8D8D8;
}
.tab.line.full .btn-tab:before {
  bottom: -0.2rem;
  height: 0.4rem;
}
.tab.line.full .btn-tab:hover, .tab.line.full .btn-tab:active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.tab.line.full > ul > li + li {
  margin-left: 0;
}

.tab-conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
  display: none;
  margin-top: 4rem;
  /*position: absolute;
  z-index: -1;
  opacity: 0;
  transition: $transition-fade;*/
}
.tab-conts.mgt0 {
  margin-top: 0;
}
.tab-conts > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}
.tab-conts.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*position: relative;
  z-index: auto;
  opacity: 1;*/
}

@media (max-width: 767px) {
  .tab.full {
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
  .tab-conts {
    margin-top: 4rem;
  }
  .tab-conts.active {
    gap: 3.2rem;
  }
  .tab.m-hide + .tab-conts-wrap .tab-conts {
    margin-top: 0;
  }
  .tab.m-hide + .tab-conts-wrap .tab-conts:not(.m-hide) {
    display: block;
  }
}
.krds-tooltip-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 100%;
}
.krds-tooltip-wrap .tool-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.4rem;
  font-size: 1.7rem;
}
.krds-tooltip-wrap .tool-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.4rem;
}
.krds-tooltip-wrap .tool-btn::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(/resource/images/paid/nep/layout/component/ico_tooltip_20.svg) no-repeat center;
  background-size: contain;
}
.krds-tooltip-wrap .tool-in {
  display: none;
  position: absolute;
  z-index: 3;
  font-size: 1.5rem;
  width: 56rem;
  padding: 2.4rem;
  border-radius: 0.6rem;
  border: 0.1rem solid #C6C6C6;
  background-color: #fff;
}
.krds-tooltip-wrap .tool-in::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  position: absolute;
  z-index: 4;
  width: 2.2rem;
  height: 1.2rem;
  background: url(/resource/images/paid/nep/layout/component/ico_tool_arr.svg) no-repeat center;
  background-size: contain;
}
.krds-tooltip-wrap .tool-in .tool-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.6rem;
}
.krds-tooltip-wrap .tool-in .tool-tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-right: 4rem;
}
.krds-tooltip-wrap .tool-in .tool-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 4rem;
  height: 4rem;
  background: url(/resource/images/paid/nep/layout/component/ico_del_20.svg) no-repeat center;
}
.krds-tooltip-wrap .tool-in .tool-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 1.6rem;
}
.krds-tooltip-wrap.left .tool-in {
  left: 0;
}
.krds-tooltip-wrap.left .tool-in::before {
  left: 2.4rem;
}
.krds-tooltip-wrap.center .tool-in {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.krds-tooltip-wrap.center .tool-in::before {
  left: 50%;
  margin-left: -1.1rem;
}
.krds-tooltip-wrap.right .tool-in {
  right: 0;
}
.krds-tooltip-wrap.right .tool-in::before {
  right: 2.4rem;
}
.krds-tooltip-wrap.top .tool-in {
  bottom: 100%;
  margin-bottom: 1.2rem;
}
.krds-tooltip-wrap.top .tool-in::before {
  top: 100%;
}
.krds-tooltip-wrap.bottom .tool-in {
  top: 100%;
  margin-top: 1.2rem;
}
.krds-tooltip-wrap.bottom .tool-in::before {
  bottom: 100%;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (max-width: 767px) {
  .krds-tooltip-wrap .tool-in {
    width: auto !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .krds-tooltip-wrap .tool-in::before {
    display: none;
  }
}
/* form */
/*
 * name : Checkbox Css
 * date : 2024-01-03
 */
/* **** checkbox : switch type **** */
.form-switch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.form-switch label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.9rem;
}
.form-switch [type=checkbox] ~ i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-switch [type=checkbox] ~ i::before, .form-switch [type=checkbox] ~ i::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
}
.form-switch [type=checkbox] ~ i::before {
  position: absolute;
  left: 0.2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 4rem;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-switch [type=checkbox] ~ i::after {
  width: 4rem;
  height: 2.4rem;
  border-radius: 4rem;
  background-color: #B4C4D6;
}
.form-switch [type=checkbox] ~ label {
  z-index: 1;
  padding-left: calc(4rem + 0.8rem);
  margin-left: calc(4rem * -1);
  font-size: 1.9rem;
}
.form-switch [type=checkbox]:checked ~ i::before {
  position: absolute;
  left: calc(4rem - 2rem - 0.2rem);
}
.form-switch [type=checkbox]:checked ~ i::after {
  background-color: #246BEB;
}
.form-switch [type=checkbox]:disabled ~ i::before {
  border-color: #E4E4E4;
  background-color: #C6C6C6;
}
.form-switch [type=checkbox]:disabled ~ i::after {
  background-color: #E4E4E4;
}
.form-switch [type=checkbox]:disabled ~ label {
  color: #8E8E8E;
  cursor: inherit;
}
.form-switch [type=checkbox]:focus-visible ~ label {
  outline-offset: 0.4rem;
  outline: 2px solid rgba(36, 107, 235, 0.8);
}

/* **** checkbox : chip type **** */
.form-chip .checkbox ~ .form-chip-outline::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
}
.form-chip .checkbox:focus-visible ~ .form-chip-outline {
  outline-offset: -0.4rem;
  outline: 2px solid rgba(36, 107, 235, 0.8);
  border-radius: 0.8rem;
}
.form-chip.md .checkbox:focus-visible ~ .form-chip-outline {
  border-radius: 0.6rem;
}
.form-chip.sm .checkbox:focus-visible ~ .form-chip-outline {
  border-radius: 0.6rem;
}

.datepicker-area {
  display: none;
  position: relative;
  z-index: 1000;
}
.datepicker-wrap {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #C6C6C6;
  border-radius: 0.8rem;
}
.datepicker-wrap:focus-visible {
  outline-offset: -0.4rem;
  outline: 2px solid rgba(36, 107, 235, 0.8);
}
.datepicker-wrap.bottom {
  top: 0;
}
.datepicker-wrap .datepicker-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 6.4rem;
  padding: 0 1.2rem;
  background-color: #EDF1F5;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  font-size: 1.9rem;
}
.datepicker-wrap .datepicker-head .btn-cal-move {
  width: 4rem;
  height: 4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url(/resource/images/paid/nep/layout/component/ico_cal_move.svg) no-repeat center;
  background-size: 1.6rem;
}
.datepicker-wrap .datepicker-head .btn-cal-move.next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.datepicker-wrap .datepicker-head .datepicker-switch-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 0 1.2rem;
}
.datepicker-wrap .datepicker-head .datepicker-switch-wrap .btn-cal-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 50%;
  height: 3.8rem;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.8rem;
  text-align: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.datepicker-wrap .datepicker-head .datepicker-switch-wrap .btn-cal-switch::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.4rem;
  background: url(/resource/images/paid/nep/layout/component/ico_cal_dropdown.svg) no-repeat center;
  background-size: 1.6rem;
}
.datepicker-wrap .datepicker-head .datepicker-switch-wrap .btn-cal-switch:hover {
  background-color: #CDD7E4;
}
.datepicker-wrap .datepicker-head .datepicker-switch-wrap .btn-cal-switch:focus, .datepicker-wrap .datepicker-head .datepicker-switch-wrap .btn-cal-switch:active {
  border: 1px solid #CDD7E4;
}
.datepicker-wrap .datepicker-tbl-wrap {
  padding: 0 1.2rem;
}
.datepicker-wrap .datepicker-tbl-wrap .datepicker-tbl th,
.datepicker-wrap .datepicker-tbl-wrap .datepicker-tbl td {
  width: 14.2857142857%;
  padding-top: 0.4rem;
}
.datepicker-wrap .datepicker-tbl-wrap .datepicker-tbl th > button,
.datepicker-wrap .datepicker-tbl-wrap .datepicker-tbl td > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
.datepicker-wrap .datepicker-tbl-wrap .datepicker-tbl th.old, .datepicker-wrap .datepicker-tbl-wrap .datepicker-tbl th.new,
.datepicker-wrap .datepicker-tbl-wrap .datepicker-tbl td.old,
.datepicker-wrap .datepicker-tbl-wrap .datepicker-tbl td.new {
  color: rgba(113, 113, 113, 0.3);
}
.datepicker-wrap .datepicker-tbl-wrap .datepicker-tbl th.period .btn-set-date,
.datepicker-wrap .datepicker-tbl-wrap .datepicker-tbl td.period .btn-set-date {
  background-color: #D3E1FB;
}
.datepicker-wrap .datepicker-tbl-wrap .datepicker-tbl th.period.start > .btn-set-date, .datepicker-wrap .datepicker-tbl-wrap .datepicker-tbl th.period.end > .btn-set-date,
.datepicker-wrap .datepicker-tbl-wrap .datepicker-tbl td.period.start > .btn-set-date,
.datepicker-wrap .datepicker-tbl-wrap .datepicker-tbl td.period.end > .btn-set-date {
  background-color: #246BEB;
  color: #fff;
}
.datepicker-wrap .datepicker-tbl-wrap .datepicker-tbl th.period.start > .btn-set-date:focus-visible, .datepicker-wrap .datepicker-tbl-wrap .datepicker-tbl th.period.end > .btn-set-date:focus-visible,
.datepicker-wrap .datepicker-tbl-wrap .datepicker-tbl td.period.start > .btn-set-date:focus-visible,
.datepicker-wrap .datepicker-tbl-wrap .datepicker-tbl td.period.end > .btn-set-date:focus-visible {
  outline-offset: -0.4rem;
  outline: 2px solid rgba(255, 255, 255, 0.9);
}
.datepicker-wrap .datepicker-tbl-wrap .datepicker-tbl th.period.start > .btn-set-date,
.datepicker-wrap .datepicker-tbl-wrap .datepicker-tbl td.period.start > .btn-set-date {
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
}
.datepicker-wrap .datepicker-tbl-wrap .datepicker-tbl th.period.end > .btn-set-date,
.datepicker-wrap .datepicker-tbl-wrap .datepicker-tbl td.period.end > .btn-set-date {
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
}
.datepicker-wrap .datepicker-body {
  position: relative;
}
.datepicker-wrap .datepicker-body .sel.year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 14rem;
  margin: 0 auto;
}
.datepicker-wrap .datepicker-body .sel.year li,
.datepicker-wrap .datepicker-body .sel.year .btn {
  width: 100%;
}
.datepicker-wrap .datepicker-body .sel.month {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  row-gap: 0.8rem;
}
.datepicker-wrap .datepicker-body .sel.month > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.datepicker-wrap .datepicker-body .sel.month > li .btn {
  width: 100%;
}
.datepicker-wrap .datepicker-body .sel .btn {
  background-color: transparent;
  border-color: transparent;
  color: #1D1D1D;
}
.datepicker-wrap .datepicker-body .sel .btn:focus-visible {
  outline-offset: -0.2rem;
  outline: 2px solid rgba(36, 107, 235, 0.8);
}
.datepicker-wrap .datepicker-body .sel .btn.active {
  background-color: #246BEB;
  border-color: #246BEB;
  color: #fff;
}
.datepicker-wrap .datepicker-body .sel .btn.active:focus-visible {
  outline-offset: -0.4rem;
  outline: 2px solid rgba(255, 255, 255, 0.9);
}
.datepicker-wrap .datepicker-body .datepicker-conts {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.datepicker-wrap .datepicker-body .datepicker-conts.active {
  visibility: visible;
  z-index: auto;
  opacity: 1;
}
.datepicker-wrap .datepicker-mon-wrap,
.datepicker-wrap .datepicker-year-wrap {
  overflow-x: hidden;
  overflow-y: auto;
}
.datepicker-wrap .datepicker-mon-wrap {
  padding: 2rem 2.4rem 0;
}
.datepicker-wrap .datepicker-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.8rem;
  margin: 0 calc(1.2rem * -1);
  padding: 1.6rem;
  border-top: 1px solid #E4E4E4;
}

.datepicker-area.active {
  display: block;
}

.row .datepicker-wrap.bottom {
  bottom: 12.8rem;
}

@media (min-width: 361px) {
  .datepicker-wrap {
    width: 36rem;
  }
}
@media (min-width: 1024px) {
  .datepicker-year-wrap::-webkit-scrollbar {
    width: 0.8rem;
  }
  .datepicker-year-wrap::-webkit-scrollbar-thumb {
    background-color: #C6C6C6;
    border-radius: 0.8rem;
  }
  .datepicker-year-wrap::-webkit-scrollbar-track {
    background-color: #D8D8D8;
  }
}
/*
 * name : Input Css
 * date : 2024-01-03
 */
/* input style */
.form-control {
  position: relative;
  width: 100%;
  height: var(--krds-input-h-lg);
  padding: 0 0.4rem;
  background-color: #fff;
  border: 1px solid #717171;
  border-radius: var(--krds-input-rd-sm);
  font-family: inherit;
  font-size: var(--krds-input-fz-lg);
  color: #1D1D1D;
  /*-webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;*/
}
.form-control.cal {
  background: url(/resource/images/paid/nep/layout/component/ico_calendar.svg) no-repeat right 1.6rem top 50%;
  background-size: 2.4rem;
}

.modal .form-conts.full .form-control {
  max-width: 100%;
}
.modal .form-conts.form-phone .form-control {
  max-width: 30rem;
}
.modal .form-conts.form-phone .btn {
  min-width: 12.2rem;
  width: 12.2rem;
}
.modal .form-conts.form-identity-number .form-conts {
  max-width: 20rem;
}
.modal .form-conts.form-identity-number.full .form-conts {
  max-width: 100%;
}
.modal .form-control {
  max-width: 20rem;
  height: var(--krds-input-h-md);
  padding: 0 var(--krds-input-px-md);
  border-radius: var(--krds-input-rd-md);
  font-size: var(--krds-input-fz-md);
}

@media (max-width: 767px) {
  .modal .form-conts.form-identity-number .form-conts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal .form-conts.form-identity-number .form-control::-webkit-input-placeholder {
    color: transparent;
  }
  .modal .form-conts.form-identity-number .form-control::-moz-placeholder {
    color: transparent;
  }
  .modal .form-conts.form-identity-number .form-control:-ms-input-placeholder {
    color: transparent;
  }
  .modal .form-conts.form-identity-number .form-control::-ms-input-placeholder {
    color: transparent;
  }
  .modal .form-conts.form-identity-number .form-control::placeholder {
    color: transparent;
  }
  .modal .form-conts.form-identity-number .bar {
    margin-top: 3.6rem;
  }
}
.form-control:focus {
  border-color: #246BEB;
  border-width: 2px;
  outline: none;
}

.form-control[type=password]:-moz-read-only {
  font-size: 7rem;
  letter-spacing: -2rem;
}

.form-control[type=password]:read-only {
  font-size: 7rem;
  letter-spacing: -2rem;
}
.form-control[type=password]:read-only::-webkit-input-placeholder {
  font-size: 0;
  letter-spacing: normal;
  line-height: normal;
}
.form-control[type=password]:read-only::-moz-placeholder {
  font-size: 0;
  letter-spacing: normal;
  line-height: normal;
}
.form-control[type=password]:read-only:-ms-input-placeholder {
  font-size: 0;
  letter-spacing: normal;
  line-height: normal;
}
.form-control[type=password]:read-only::-ms-input-placeholder {
  font-size: 0;
  letter-spacing: normal;
  line-height: normal;
}
.form-control[type=password]:-moz-read-only::placeholder {
  font-size: 0;
  letter-spacing: normal;
  line-height: normal;
}
.form-control[type=password]:read-only::placeholder {
  font-size: 0;
  letter-spacing: normal;
  line-height: normal;
}

.form-control[readonly] {
  background-color: #D8D8D8;
  border-color: #C6C6C6;
  color: #555555;
}
.form-control[readonly].datepicker {
  background-color: #fff;
  border-color: #717171;
  color: #1D1D1D;
}
.form-control[readonly]::-webkit-input-placeholder {
  color: #717171;
}
.form-control[readonly]::-moz-placeholder {
  color: #717171;
}
.form-control[readonly]:-ms-input-placeholder {
  color: #717171;
}
.form-control[readonly]::-ms-input-placeholder {
  color: #717171;
}

.form-control[disabled] {
  background-color: #D8D8D8;
  border-color: #C6C6C6;
  color: #717171;
}
.form-control[disabled]::-webkit-input-placeholder {
  color: #717171;
}
.form-control[disabled]::-moz-placeholder {
  color: #717171;
}
.form-control[disabled]:-ms-input-placeholder {
  color: #717171;
}
.form-control[disabled]::-ms-input-placeholder {
  color: #717171;
}

.error .form-control,
.error.form-control,
.error .form-control:focus,
.error.form-control:focus {
  border-color: #E71825;
  border-width: 2px;
}

.validation-chk,
.form-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 2.4rem;
  margin-top: 1.2rem;
  font-size: 1.5rem;
  color: #555555;
  line-height: 2.4rem;
}

.validation-chk:empty {
  display: none;
}

.validation-chk:before,
.form-info:before {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  content: "";
  margin-right: 0.4rem;
  background-color: #D8D8D8;
}

.error .validation-chk,
.error .form-info {
  color: #EB003B;
}

textarea.form-control {
  height: 20rem;
  padding: 1.6rem;
  line-height: 1.5;
}

.textarea-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.textarea-wrap .form-control:-moz-placeholder-shown {
  -webkit-box-orient: inherit;
}
.textarea-wrap .form-control:-ms-input-placeholder {
  -webkit-box-orient: inherit;
}
.textarea-wrap .form-control:placeholder-shown {
  -webkit-box-orient: inherit;
}

.textarea-count {
  font-size: 1.5rem;
  width: 100%;
  margin-top: 1.2rem;
  text-align: right;
}
.textarea-count .text-num {
  margin-left: 0.2rem;
}

input[type=number] {
  -moz-appearance: textfield;
  margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text]::-ms-clear {
  display: none;
}

/* placeholder style */
.form-control::-webkit-input-placeholder {
  color: #8E8E8E;
}

.form-control::-moz-placeholder {
  color: #8E8E8E;
}

.form-control:-ms-input-placeholder {
  color: #8E8E8E;
}

.form-control::-ms-input-placeholder {
  color: #8E8E8E;
}

.form-control:-moz-placeholder-shown {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.form-control:-ms-input-placeholder {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.form-control:placeholder-shown {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* 날짜선택 */
.datepicker-input {
  position: relative;
  z-index: 1;
}
.datepicker-input .form-control {
  padding-right: 4rem;
  background-image: none;
}
.datepicker-input .form-btn-datepicker {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  width: 4rem;
  height: 4rem;
  padding: 1.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/resource/images/paid/nep/layout/component/ico_calendar.svg) no-repeat center;
  background-size: 2.4rem;
}
.datepicker-input .range::after {
  display: none;
}

/* form layouts */
.form-wrap {
  display: grid;
  gap: 2.4rem;
}
.form-wrap > li, .form-wrap.standalone,
.form-wrap > .row {
  line-height: 1;
}
.form-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 1.5rem;
  color: #1D1D1D;
  /*line-height: $line-height-none;*/
  font-size: 1.9rem;
  font-weight: 700;
}
.form-tit .date.blue {
  color: #1D56BC;
}

.form-wrap .form-conts.group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  width: 100%;
}
.form-wrap .form-conts.group > .form-control {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  width: 1%;
  min-width: 0;
  margin-right: 0.8rem;
}

/* radio checkbox */
/*
input[type=radio],
input[type=checkbox] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
*/

.chk-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
.chk-area.chk-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.chip-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.8rem;
}
.chip-wrap .form-chip {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.chip-wrap .form-chip .radio:not(:checked) ~ .form-chip-outline::before {
  display: none;
}
.chip-wrap .form-chip .radio ~ .form-chip-outline {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0;
}
.form-check {
  text-align: left;
}
.form-check input[type=radio] ~ label,
.form-check input[type=checkbox] ~ label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: var(--krds-rdo-size-md);
  padding-left: calc(var(--krds-rdo-size-md) + 0.8rem);
  font-size: var(--krds-rdo-fz-md);
  line-height: var(--krds-rdo-size-md);
}
.form-check input[type=radio] ~ label:before, .form-check input[type=radio] ~ label:after,
.form-check input[type=checkbox] ~ label:before,
.form-check input[type=checkbox] ~ label:after {
  display: block;
  content: "";
  -webkit-transition: 0.4s cubic-bezier(0.4, 0, 0.23, 1);
  transition: 0.4s cubic-bezier(0.4, 0, 0.23, 1);
}
.form-check input[type=radio] ~ label:before,
.form-check input[type=checkbox] ~ label:before {
  z-index: 3;
}
.form-check input[type=radio] ~ label:after,
.form-check input[type=checkbox] ~ label:after {
  z-index: 4;
}
.form-check input[type=radio]:focus-visible ~ label,
.form-check input[type=checkbox]:focus-visible ~ label {
  outline-offset: 0.4rem;
  outline: 2px solid rgba(36, 107, 235, 0.8);
}
.form-check input[type=radio]:disabled + label,
.form-check input[type=checkbox]:disabled + label {
  color: #8E8E8E;
  cursor: default;
}
.form-check input[type=radio] ~ label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--krds-rdo-size-md);
  height: var(--krds-rdo-size-md);
  background-color: #fff;
  border: 1px solid #717171;
  border-radius: 100%;
}
.form-check input[type=radio] ~ label:after {
  position: absolute;
  top: calc((var(--krds-rdo-size-md) - var(--krds-rdo-chk-md)) / 2);
  left: calc((var(--krds-rdo-size-md) - var(--krds-rdo-chk-md)) / 2);
  width: var(--krds-rdo-chk-md);
  height: var(--krds-rdo-chk-md);
  background-color: #fff;
  border-radius: 100%;
}
.form-check input[type=radio]:checked ~ label:before {
  border-color: #246BEB;
}
.form-check input[type=radio]:checked ~ label:after {
  background-color: #246BEB;
}
.form-check input[type=radio]:checked:disabled ~ label:before {
  border-color: #C6C6C6;
  background-color: #E4E4E4;
}
.form-check input[type=radio]:checked:disabled ~ label:after {
  display: block;
  background-color: #C6C6C6;
}
.form-check input[type=radio]:disabled ~ label:before {
  border-color: #C6C6C6;
  background-color: #E4E4E4;
}
.form-check input[type=radio]:disabled ~ label:after {
  display: none;
  background-color: #C6C6C6;
}
.form-check input[type=checkbox] ~ label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--krds-chk-size-md);
  height: var(--krds-chk-size-md);
  background-color: #fff;
  border: 1px solid #717171;
  border-radius: 0.4rem;
}
.form-check input[type=checkbox] ~ label:after {
  position: absolute;
  top: calc((var(--krds-chk-size-md) - var(--krds-chk-primary-chk-md)) / 2);
  left: calc((var(--krds-chk-size-md) - var(--krds-chk-primary-chk-md)) / 2);
  width: var(--krds-chk-primary-chk-md);
  height: var(--krds-chk-primary-chk-md);
  background: url(/resource/images/paid/nep/layout/component/ico_check_primary_checked.svg) no-repeat 0 0;
  background-size: contain;
  opacity: 0;
}
.form-check input[type=checkbox]:checked ~ label:before {
  background-color: #246BEB;
  border-color: #246BEB;
}
.form-check input[type=checkbox]:checked ~ label:after {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.form-check input[type=checkbox]:disabled ~ label:before {
  border-color: #C6C6C6;
  background-color: #E4E4E4;
}
.form-check input[type=checkbox]:disabled ~ label:after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_primary_disabled.svg);
}
.form-check.ico-only {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.form-check.ico-only > [type=checkbox] ~ label {
  padding-left: var(--krds-chk-size-md) !important;
}
.form-check.ico-only > [type=radio] ~ label {
  padding-left: var(--krds-rdo-size-md) !important;
}

.chk-secondary .form-check input[type=checkbox] ~ label:before {
  background-color: transparent;
  border-color: transparent;
}
.chk-secondary .form-check input[type=checkbox] ~ label:after {
  position: absolute;
  top: calc((var(--krds-chk-size-md) - var(--krds-chk-secondary-chk-md)) / 2);
  left: calc((var(--krds-chk-size-md) - var(--krds-chk-secondary-chk-md)) / 2);
  width: var(--krds-chk-secondary-chk-md);
  height: var(--krds-chk-secondary-chk-md);
  background: url(/resource/images/paid/nep/layout/component/ico_check_secondary.svg) no-repeat 0 0;
  opacity: 1;
}
.chk-secondary .form-check input[type=checkbox]:checked ~ label:before {
  background-color: transparent;
  border-color: transparent;
}
.chk-secondary .form-check input[type=checkbox]:checked ~ label:after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_secondary_checked.svg);
}
.chk-secondary .form-check input[type=checkbox]:disabled ~ label:before {
  background-color: transparent;
  border-color: transparent;
}
.chk-secondary .form-check input[type=checkbox]:disabled ~ label:after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_check_secondary_disabled.svg);
}

.chk-group-area > * {
  width: 100%;
}
.chk-group-area .chk-all-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #1D1D1D;
}
.chk-group-area .chk-all-wrap .form-group {
  width: auto;
}
.chk-group-area .chk-group-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.chk-group-area .chk-group-wrap > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
  padding: 2.4rem;
  border: 1px solid #C6C6C6;
  border-radius: 1.2rem;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.chk-group-area .chk-group-wrap > li .btn {
  color: #1D1D1D;
}
.chk-group-area .chk-group-wrap > li.checked label, .chk-group-area .chk-group-wrap > li.checked .label {
  border-color: #246BEB;
}
.chk-group-area .chk-group-wrap > li.disabled label, .chk-group-area .chk-group-wrap > li.disabled .label {
  background-color: #F8F8F8;
  border-color: #D8D8D8;
}
.chk-group-area .chk-group-wrap > li.disabled .btn {
  color: #8E8E8E;
}
.chk-group-area .chk-group-wrap > li.disabled .btn.btn-txt.ico-arr::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_arr_20_right_disabled.svg);
  background-position: center;
  background-size: 1.6rem;
}
.chk-group-area .chk-group-wrap input[type=radio] + label,
.chk-group-area .chk-group-wrap input[type=checkbox] + label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-left: 4.4rem;
}
.chk-group-area .chk-group-wrap input[type=radio] + label .tit,
.chk-group-area .chk-group-wrap input[type=checkbox] + label .tit {
  font-weight: 700;
  color: #1D1D1D;
}
.chk-group-area .chk-group-wrap input[type=radio] + label .tit + .conts-desc,
.chk-group-area .chk-group-wrap input[type=checkbox] + label .tit + .conts-desc {
  margin-top: 1.6rem;
}
.chk-group-area .chk-group-wrap input[type=radio]:disabled + label,
.chk-group-area .chk-group-wrap input[type=checkbox]:disabled + label {
  color: #8E8E8E;
}
.chk-group-area .chk-group-wrap input[type=radio]:disabled + label .tit,
.chk-group-area .chk-group-wrap input[type=checkbox]:disabled + label .tit {
  color: inherit;
}
.chk-group-area .chk-group-wrap .btn-wrap {
  width: initial;
  margin-left: 4.4rem;
}
.chk-group-area.no-icon {
  width: 100%;
}
.chk-group-area.no-icon .chk-group-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 2.4rem;
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
}
.chk-group-area.no-icon .chk-group-wrap > li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
  border: none;
}
.chk-group-area.no-icon .chk-group-wrap > li.checked label {
  border-color: #246BEB;
}
.chk-group-area.no-icon .chk-group-wrap > li label, .chk-group-area.no-icon .chk-group-wrap > li .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 3.2rem 2.4rem 2.4rem;
  border-radius: inherit;
  border: 1px solid #C6C6C6;
}
.chk-group-area.no-icon .chk-group-wrap > li label, .chk-group-area.no-icon .chk-group-wrap > li .label {
  min-width: 17rem; /*width: 17rem;*/
  height: 24rem;
}
.chk-group-area.no-icon .chk-group-wrap > li .brand {
  margin-top: 3.2rem;
  font-weight: 700;
  white-space: nowrap;
}
.chk-group-area.no-icon .chk-group-wrap input[type=radio]:focus-visible + label,
.chk-group-area.no-icon .chk-group-wrap input[type=checkbox]:focus-visible + label {
  outline-offset: -0.4rem;
  outline: 2px solid rgba(36, 107, 235, 0.8);
}
.chk-group-area.no-icon .chk-group-wrap input[type=radio] + label,
.chk-group-area.no-icon .chk-group-wrap input[type=checkbox] + label {
  text-align: center;
}
@media (max-width: 767px) {
  .chk-group-area.no-icon .chk-group-wrap {
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 0.8rem), calc(50% - 0.8rem)));
  }
  .chk-group-area.no-icon .chk-group-wrap > li label, .chk-group-area.no-icon .chk-group-wrap > li .label {
    min-width: unset;
    width: 100%;
    height: 17rem;
  }
  .chk-group-area.no-icon .chk-group-wrap > li .brand {
    margin-top: 1.6rem;
  }
}
.chk-group-area.no-icon .chk-group-wrap.row-2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11rem, calc(50% - 1rem))); /*확장형*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 2.4rem;
}
.chk-group-area.no-icon .chk-group-wrap.row-2 > li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*확장형*/
}
.chk-group-area.no-icon .chk-group-wrap.row-2 > li label, .chk-group-area.no-icon .chk-group-wrap.row-2 > li .label {
  min-width: 11rem; /*width: 11rem;*/
  height: 24rem;
}
.chk-group-area.no-icon .chk-group-wrap.row-2 > li .brand {
  margin-top: 3.2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .chk-group-area.no-icon .chk-group-wrap.row-2 {
    row-gap: 1.6rem;
  }
  .chk-group-area.no-icon .chk-group-wrap.row-2 > li {
    position: relative;
    padding-bottom: 100%;
  }
  .chk-group-area.no-icon .chk-group-wrap.row-2 > li .label {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
  }
  .chk-group-area.no-icon .chk-group-wrap.row-2 > li .brand {
    margin-top: 2.4rem;
  }
}
.chk-group-area.no-icon .chk-group-wrap.row-3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11rem, calc(33.33% - 0.67rem))); /*확장형*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1.6rem;
}
.chk-group-area.no-icon .chk-group-wrap.row-3 > li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*확장형*/
}
.chk-group-area.no-icon .chk-group-wrap.row-3 > li label, .chk-group-area.no-icon .chk-group-wrap.row-3 > li .label {
  min-width: 11rem; /*width: 11rem;*/
  height: 11rem;
}
.chk-group-area.no-icon .chk-group-wrap.row-3 > li .brand {
  margin-top: 0.8rem;
  font-weight: 700;
}
.chk-group-area.no-icon .chk-group-wrap.row-3.square .brand {
  margin-top: 3.2rem;
  font-size: 1.9rem;
}
.chk-group-area.no-icon .chk-group-wrap.row-4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17rem, calc(25% - 0.8rem))); /*확장형*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1.6rem;
}
.chk-group-area.no-icon .chk-group-wrap.row-4 > li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.chk-group-area.no-icon .chk-group-wrap.row-4 > li label, .chk-group-area.no-icon .chk-group-wrap.row-4 > li .label {
  min-width: 17rem; /*width: 17rem;*/
  height: 24rem;
}
.chk-group-area.no-icon .chk-group-wrap.row-4 > li .brand {
  margin-top: 3.2rem;
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .chk-group-area.no-icon .chk-group-wrap.row-4 {
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 0.8rem), calc(50% - 0.8rem)));
  }
  .chk-group-area.no-icon .chk-group-wrap.row-4 > li label, .chk-group-area.no-icon .chk-group-wrap.row-4 > li .label {
    min-width: unset;
    width: 100%;
    height: 17rem;
  }
  .chk-group-area.no-icon .chk-group-wrap.row-4 > li .brand {
    margin-top: 1.6rem;
  }
}
.chk-group-area.no-icon .chk-group-wrap.row-5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11rem, calc(20% - 0.8rem))); /*확장형*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 2.4rem;
}
.chk-group-area.no-icon .chk-group-wrap.row-5 > li {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.chk-group-area.no-icon .chk-group-wrap.row-5 > li label, .chk-group-area.no-icon .chk-group-wrap.row-5 > li .label {
  min-width: 11rem; /*width: 11rem;*/
  height: 11rem;
}
.chk-group-area.no-icon .chk-group-wrap.row-5 > li .brand {
  margin-top: 1.2rem;
  font-weight: 700;
}
.chk-group-area.no-icon .chk-group-wrap.row-5.scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 1.6rem;
}
.chk-group-area.no-icon .chk-group-wrap.row-5.scroll::-webkit-scrollbar {
  width: 0.8rem;
}
.chk-group-area.no-icon .chk-group-wrap.row-5.scroll::-webkit-scrollbar-thumb {
  background-color: #C6C6C6;
  border-radius: 0.8rem;
}
.chk-group-area.no-icon .chk-group-wrap.row-5.scroll::-webkit-scrollbar-track {
  background-color: #D8D8D8;
}
.chk-group-area.no-icon .chk-group-wrap.row-5.scroll::-webkit-scrollbar {
  height: 0.8rem;
}
.chk-group-area.no-icon .chk-group-wrap.row-5.scroll > li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: auto;
}
.chk-group-area.no-icon .chk-group-wrap.row-5.scroll > li label, .chk-group-area.no-icon .chk-group-wrap.row-5.scroll > li .label {
  min-width: 13.8rem;
  width: 13.8rem;
  height: 11.6rem;
}
.chk-group-area.no-icon .chk-group-wrap.row-5 .app-name {
  margin-top: 2rem;
  font-weight: 700;
}
.chk-group-area.no-icon .chk-group-wrap.square > li {
  position: relative;
}
.chk-group-area.no-icon .chk-group-wrap.square > li::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.chk-group-area.no-icon .chk-group-wrap.square > li label, .chk-group-area.no-icon .chk-group-wrap.square > li .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .chk-group-area.no-icon .chk-group-wrap {
    gap: 1.6rem;
  }
  .chk-group-area.no-icon .chk-group-wrap input[type=radio] + label,
  .chk-group-area.no-icon .chk-group-wrap input[type=checkbox] + label {
    padding-left: 2.4rem;
  }
}

.is-error .form-control {
  border-color: #E71825;
  border-width: 2px;
}

/* form area */
.fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}

.form-group-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 100%;
}
.form-group-column.w120 .form-tit {
  width: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.form-group-column .form-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-group-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2.4rem;
}
.form-group-row .form-group .form-control {
  max-width: 100%;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.6rem;
  width: 100%;
}
.form-group.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2.4rem;
}
.form-group.row .form-conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.8rem;
}
.fieldset .form-group {
  margin-bottom: 2.4rem;
}
.fieldset > .form-group:last-child {
  margin-bottom: 0;
}
.form-group .form-conts .form-tit {
  width: 100%;
}
.form-group .form-tit {
  font-size: 1.9rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .form-group .form-tit {
    font-size: 1.8rem;
  }
}
.form-group .form-tit .require {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.form-group .form-tit .require::after {
  content: "*";
  position: absolute;
  top: -0.2rem;
  right: -0.8rem;
  font-size: 1.4rem;
  display: inline-block;
  color: #E71825;
}
.form-group .form-tit .sub {
  font-weight: 400;
}
.form-group .form-sub-tit {
  font-size: 1.5rem;
  font-weight: 400;
}
.form-group .form-conts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
}
.form-group .form-conts input[type="text"],
.form-group .form-conts input[type="password"] {
  height: 4.8rem;
}
.form-group .form-conts.md {
  max-width: 300px;
}
.form-group .form-conts.md .form-control {
  max-width: 100%;
}
.form-group .form-conts.form-biz-number {
  letter-spacing: -0.05rem;
}
.form-group .form-conts.form-biz-number input::-webkit-input-placeholder {
  letter-spacing: -0.12rem;
}
.form-group .form-conts.form-biz-number input::-moz-placeholder {
  letter-spacing: -0.12rem;
}
.form-group .form-conts.form-biz-number input:-ms-input-placeholder {
  letter-spacing: -0.12rem;
}
.form-group .form-conts.form-biz-number input::-ms-input-placeholder {
  letter-spacing: -0.12rem;
}
.form-group .form-conts.form-biz-number input::placeholder {
  letter-spacing: -0.12rem;
}
.form-group .form-conts.form-biz-number input:nth-of-type(2) {
  width: 7.2rem;
}
.form-group .form-conts.form-date {
  position: relative;
}
.form-group .form-conts.form-date .form-control:-moz-read-only {
  background: #fff;
}
.form-group .form-conts.form-date .form-control:read-only {
  background: #fff;
}
.form-group .form-conts.keyword-sch {
  width: 58.8rem;
}
.form-group .form-conts.file-upload-result {
  margin-top: 0;
  overflow: hidden;
}
.form-group .form-conts.file-upload-result .upload-list {
  width: 100%;
  margin-top: 0;
}
.form-group .form-conts .form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  width: 100%;
}
.form-group .form-conts.btn-ico-wrap {
  position: relative;
}
.form-group .form-conts.btn-ico-wrap .form-control {
  padding-right: 5.6rem;
}
.form-group .form-conts.btn-ico-wrap .btn {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-group .form-conts.datepicker-conts {
  gap: 0;
}
.form-group .form-conts .form-check .form-check-cnt {
  margin-top: 1.2rem;
}
.form-group .form-conts .form-check .form-check-cnt .form-check-p {
  color: #555555;
}
.form-group > p {
  width: 100%;
}
.form-group [class^=form-hint] {
  font-size: 1.5rem;
  color: #555555;
  padding-left: calc(2rem + 0.4rem);
}
.form-group [class^=form-hint]::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  content: "";
  margin-left: calc((2rem + 0.4rem) * -1);
  margin-right: 0.4rem;
  vertical-align: top;
  background: url(/resource/images/paid/nep/layout/component/ico_hint_20.svg) no-repeat center;
  background-size: contain;
}
.form-group .form-hint-invalid {
  display: none;
}
.form-group .is-error .form-hint {
  display: none;
}
.form-group .is-error ~ .form-hint-invalid, .form-group .is-error .form-hint-invalid {
  display: block;
  color: #E71825;
}
.form-group .is-error ~ .form-hint-invalid::before, .form-group .is-error .form-hint-invalid::before {
  background-color: transparent;
  background-image: url(/resource/images/paid/nep/layout/component/ico_hint_error.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 767px) {
  .form-group-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-group.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.form-checks-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.input-group.range {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.input-group.range > li:not(.mark) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
  gap: 1.2rem;
}
.input-group.range > li.mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: var(--krds-input-h-lg);
  text-align: center;
}
.input-group.range > li.mark.md {
  height: var(--krds-input-h-md);
}
.input-group.range > li.mark.sm {
  height: var(--krds-input-h-sm);
}
.input-group.range.set {
  height: 4.8rem;
  background-color: #fff;
  border: 1px solid #717171;
  border-radius: var(--krds-input-rd-lg);
}
.input-group.range.set .form-control {
  background-color: transparent;
  border-color: transparent;
}
.input-group.range.set::after {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(/resource/images/paid/nep/layout/component/ico_calendar.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.row .input-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.row .input-group.range > li {
  width: 100%;
}

/* for common */
.radio ~ .form-chip-outline,
.checkbox ~ .form-chip-outline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: #C6C6C6;
}
.radio:focus ~ .form-chip-outline,
.checkbox:focus ~ .form-chip-outline {
  border-color: #246BEB;
}
.radio:checked ~ .form-chip-outline,
.checkbox:checked ~ .form-chip-outline {
  background-color: #EFF5FF;
  border-color: #2768FF;
  color: #1D56BC;
}
.radio:disabled ~ .form-chip-outline,
.checkbox:disabled ~ .form-chip-outline {
  pointer-events: none;
  background-color: #D8D8D8;
  border-color: #C6C6C6;
  color: #717171;
}

/* 검색 폼 */
.sch-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.6rem;
}
.sch-form-wrap.vert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sch-form-wrap.vert .sch-input {
  width: 100%;
}
.sch-form-wrap .input-group .form-select {
  width: auto;
}
.sch-form-wrap .btn-txt.ico-sch1::before {
  width: 2.4rem;
  height: 2.4rem;
}

.sch-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.sch-input .form-control {
  padding: 0 4.8rem 0 1.6rem;
}
.sch-input .form-control ~ .ico-sch {
  width: 2.4rem;
  height: 2.4rem;
}
.sch-input .form-control.xlg {
  font-weight: 700;
  padding: 0 7.2rem 0 2.4rem;
}
.sch-input .form-control.xlg ~ .ico-sch {
  right: 2.4rem;
  width: 4rem;
  height: 4rem;
}
.sch-input .ico-sch {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .form-group .form-conts.keyword-sch {
    width: 100%;
  }
  /* 검색 폼 */
  .sch-form-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sch-input .form-control.xlg {
    padding: 0 4.8rem 0 1.6rem;
  }
  .sch-input .form-control.xlg ~ .ico-sch {
    right: 1.6rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}
/*
 * name : Radio Css
 * date : 2024-01-03
 */
/* **** radio : chip type **** */
.form-chip .radio ~ .form-chip-outline::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
}
.form-chip .radio:focus-visible ~ .form-chip-outline {
  outline-offset: -0.4rem;
  outline: 2px solid rgba(36, 107, 235, 0.8);
  border-radius: 0.8rem;
}
.form-chip.md .radio:focus-visible ~ .form-chip-outline {
  border-radius: 0.6rem;
}
.form-chip.sm .radio:focus-visible ~ .form-chip-outline {
  border-radius: 0.6rem;
}

/* select style */
.form-select {
  width: 100%;
  height: var(--krds-select-h-lg);
  padding: var(--krds-select-pd-lg);
  background-color: #fff;
  background-image: url(/resource/images/paid/nep/layout/component/ico_select_lg.svg);
  background-repeat: no-repeat;
  background-position: center right var(--krds-select-rn-lg);
  border: 1px solid #717171;
  border-radius: var(--krds-select-rd-lg);
  font-family: inherit;
  font-size: var(--krds-select-fz-lg);
  color: #1D1D1D;
  opacity: 1;
}
.form-select:focus-visible {
  border-color: #246BEB;
  border-width: 2px;
  outline-offset: -0.5rem;
}
.form-select[disabled] {
  background-color: #D8D8D8;
  border-color: #C6C6C6;
  color: #717171;
}
.form-select.error {
  border-color: #E71825;
  border-width: 2px;
}

.is-error .form-select {
  border-color: #E71825;
  border-width: 2px;
}

/*  */
/* **** COMMON **** */
/* ** accessibility ** */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ** area control ** */
.scroll-no {
  overflow: hidden;
}

.w-hide {
  display: none !important;
}

.w-br {
  display: block !important;
}

.m-hide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.tb-hide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.pc-hide {
  display: none !important;
}

/* ** font & text ** */
.text-bold {
  font-weight: 700;
}

.text-underline {
  text-decoration: underline;
}

.text-point-primary {
  color: #246BEB;
}

/* ** align ** */
.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

/* ** margin ** */
.mgt0 {
  margin-top: 0 !important;
}

/* ** drop down ** */
.krds-drop-wrap[data-type=info] .drop-btn::before {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.krds-drop-wrap[data-type=info] .drop-btn.active::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.krds-drop-wrap[data-type=info] .drop-menu {
  left: 0;
  width: 37rem;
  padding: 2.4rem;
  margin-top: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  border-radius: 1.2rem;
  background-color: #F8F8F8;
}
.krds-drop-wrap[data-type=info] .drop-menu::before {
  display: none;
}

/* ** bullet list ** */
.list-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.list-bullet > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.4rem;
  color: #555555;
}
.list-bullet > li::before {
  content: "•";
}

/* ** swiper ** */
.swiper-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.swiper-indicator.text-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.swiper-indicator .swiper-pagination {
  top: auto;
  bottom: auto;
  width: auto;
}
.swiper-indicator .swiper-pagination:not(.swiper-pagination-fraction) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 4rem;
  padding: 1.2rem;
  border-radius: 4rem;
  background-color: #fff;
}
.swiper-indicator .swiper-pagination.swiper-pagination-fraction.swiper-pagination-bg {
  font-weight: 700;
  padding: 1.2rem;
  border-radius: 4rem;
  background-color: #fff;
}
.swiper-indicator .swiper-button-next,
.swiper-indicator .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: auto;
}
.swiper-indicator .swiper-navigation {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.8rem;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  top: auto;
  bottom: auto;
  height: 4rem;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  opacity: 0.4;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2rem;
  border-radius: 14rem;
  background-color: #246BEB;
  opacity: 1;
}
.swiper-pagination.swiper-pagination-fraction {
  gap: 0.4rem;
}
.swiper-pagination.swiper-pagination-fraction .swiper-pagination-current {
  color: #003675;
}

.swiper-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.8rem;
}

[class^=swiper-button-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  border: 0.1rem solid #E4E4E4;
  background-color: #fff;
}
[class^=swiper-button-]::after {
  content: "";
  font-size: 0 !important;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
}

.swiper-button-more::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_swiper_more.svg);
}

.swiper-button-play::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_swiper_play.svg);
}

.swiper-button-stop::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_swiper_stop.svg);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  background-position: center;
  background-size: contain;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #EDF1F5;
}
.swiper-button-next:active,
.swiper-button-prev:active {
  background-color: #003675;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  background-color: #F0F0F0;
  opacity: 1;
}

.swiper-button-next {
  right: 0;
}
.swiper-button-next::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_swiper_next.svg);
}
.swiper-button-next:active::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_swiper_next_wh.svg);
}
.swiper-button-next.swiper-button-disabled::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_swiper_next_gray.svg);
}

.swiper-button-prev {
  left: 0;
}
.swiper-button-prev::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_swiper_prev.svg);
}
.swiper-button-prev:active::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_swiper_prev_wh.svg);
}
.swiper-button-prev.swiper-button-disabled::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_swiper_prev_gray.svg);
}

/* **** PAGE LAYOUT ELEMENT **** */
/* ** 페이지 타이틀 ** */
.page-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 8rem;
}
.page-title-wrap.type2 {
  margin-bottom: 4rem;
}
.page-title-wrap .h-tit {
  font-size: 4rem;
  font-weight: 700;
}
.page-title-wrap .h-tit .small-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.9rem;
}
.page-title-wrap .h-tit .sub-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: 400;
  color: #555555;
}
.page-title-wrap .h-tit .krds-badge-wrap {
  font-weight: 400;
  margin-top: 3.2rem;
}
.page-title-wrap .h-txt {
  font-size: 1.9rem;
  color: #555555;
}
.page-title-wrap.between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* ** 페이지 하단 버튼 ** */
.page-btn-wrap {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1.6rem;
  margin-top: 6.4rem;
  background-color: #fff;
}
.page-btn-wrap.guide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-btn-wrap.guide .btn {
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
}
.page-btn-wrap.guide .guide-txt {
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  text-align: center;
}
.page-btn-wrap.both {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-btn-wrap.both .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  width: auto;
}
.page-btn-wrap.coach-highligt {
  position: relative;
  z-index: 5;
}
.page-btn-wrap.coach-highligt > .coach-balloon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
}

/* ** 페이지 상세 영역 ** */
.conts-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
}

.conts-area.type-api {
  padding-top: 4rem;
  border-top: 1px solid #ddd;
  gap: 2rem !important;
}

.conts-area.type-api .select-method-area {
  padding: 0 0 4rem 0;
  margin-top: 0;
}

.conts-area.type-api h3 {
  font-size: 2.8rem;
}

/* **** breadcrumb **** */
.breadcrumb-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 2.4rem;
}
.breadcrumb-wrap .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.4rem;
  width: 100%;
  max-width: 130rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.breadcrumb-wrap .breadcrumb li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 1.5rem;
}
.breadcrumb-wrap .breadcrumb li .txt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  line-height: 1.2;
  border-bottom: 0.1rem solid #8E8E8E;
}
.breadcrumb-wrap .breadcrumb li span.txt {
  color: #1D1D1D;
  border-color: #1D1D1D;
}
.breadcrumb-wrap .breadcrumb li:not(:last-child)::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.4rem;
  background: url(../img/pattern/common/ico_bread_arr.svg) no-repeat;
  background-size: contain;
}
.breadcrumb-wrap .breadcrumb .home {
  gap: 0;
}
.breadcrumb-wrap .breadcrumb .home::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/pattern/common/ico_bread_home.svg) no-repeat;
  background-size: contain;
}

/* **** ELEMENT **** */
/* ** guide txt ** */
.guide-txt {
  font-size: 1.7rem;
  padding: 1.6rem 2.4rem;
  border-radius: 0.8rem;
  background-color: #EDF1F5;
}

/* ** pagination ** */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.8rem;
  width: 100%;
  margin-top: 4rem;
}
.pagination .page-navi {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #555555;
  min-width: 6.2rem;
  height: 4rem;
}
.pagination .page-navi:hover {
  border-radius: 0.6rem;
  background-color: #EDF1F5;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.pagination .page-navi:active {
  background-color: #CDD7E4;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.pagination .page-navi.prev {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding: 0 0.8rem 0 0.4rem;
}
.pagination .page-navi.prev::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url(/resource/images/paid/nep/layout/component/ico_page_arr_left.svg);
  background-repeat: no-repeat;
}
.pagination .page-navi.next {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding: 0 0.4rem 0 0.8rem;
}
.pagination .page-navi.next::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url(/resource/images/paid/nep/layout/component/ico_page_arr_right.svg);
  background-repeat: no-repeat;
}
.pagination .page-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  gap: 0.8rem;
}
.pagination .page-links .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #555555;
  min-width: 4rem;
  height: 4rem;
}
.pagination .page-links .page-link:hover {
  border-radius: 0.6rem;
  background-color: #EDF1F5;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.pagination .page-links .page-link:active {
  background-color: #CDD7E4;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.pagination .page-links .page-link.link-dot {
  background-image: url(/resource/images/paid/nep/layout/component/ico_page_dot.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.pagination .page-links .page-link.active {
  font-weight: 700;
  color: #fff;
  border-radius: 6px;
  background-color: #003675;
}
.pagination.m-page {
  display: none;
}
.pagination + .helper-box {
  margin-top: 4rem;
}

/* ** badge ** */
.krds-badge-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}

.krds-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 1.5rem;
  font-weight: 400;
  color: #1D56BC;
  height: 2.4rem;
  padding: 0 0.8rem;
  border-radius: 0.4rem;
  background-color: #EFF5FF;
}
.krds-badge.bg1 {
  color: #fff;
  background-color: #246BEB;
}
.krds-badge.bg2 {
  color: #2D2D2D;
  background-color: #E4E4E4;
}
.krds-badge.bg3 {
  color: #008A1E;
  background-color: #E3F3E6;
}
.krds-badge.bg4 {
  color: #ff0000;
  background-color: rgba(224, 0, 0, 0.1);
}

/* **** POPUP **** */
.popup-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 1.2rem;
}
.popup-wrap .popup-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  height: 100%;
}
.popup-wrap .popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.popup-wrap .popup .popup-head .pop-tit {
  font-size: 2.5rem;
}
.popup-wrap .popup .popup-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup-wrap .popup .popup-body::-webkit-scrollbar {
  width: 0.8rem;
}
.popup-wrap .popup .popup-body::-webkit-scrollbar-thumb {
  background-color: #C6C6C6;
  border-radius: 0.8rem;
}
.popup-wrap .popup .popup-body::-webkit-scrollbar-track {
  background-color: #D8D8D8;
}
.popup-wrap .popup-close {
  background: url(../img/pattern/common/ico_close_48.svg) no-repeat;
  background-size: 2.4rem;
  background-position: center;
}
.popup-wrap[data-type=full] {
  gap: 4rem;
  max-height: 100%;
  background-color: #DEE2E8;
}
.popup-wrap[data-type=full] .popup-in {
  padding: 8rem 0;
}
.popup-wrap[data-type=full] .popup {
  gap: 4rem;
  width: 100%;
  max-width: 128rem;
  height: 100%;
}
.popup-wrap[data-type=full] .popup-close {
  position: absolute;
  top: 8rem;
  right: 8rem;
  z-index: 3;
  width: 4.8rem;
  height: 4.8rem;
  background: url(../img/pattern/common/ico_close_48.svg) no-repeat;
  background-size: contain;
}
.popup-wrap[data-type=full].is-open {
  display: block;
}
.popup-wrap[data-type=bottom] {
  display: block;
  top: auto;
  bottom: -5rem;
  height: 0;
}
.popup-wrap[data-type=bottom]::after {
  display: none;
  content: "";
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  -webkit-transition: all ease 0.6s 0.4s;
  transition: all ease 0.6s 0.4s;
}
.popup-wrap[data-type=bottom] .popup-in {
  height: 0;
}
.popup-wrap[data-type=bottom] .popup {
  position: fixed;
  left: 0;
  bottom: -100%;
  z-index: 2;
  width: 100%;
  max-height: 90%;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
  background-color: #fff;
  -webkit-transition: all ease 0.6s 0.2s;
  transition: all ease 0.6s 0.2s;
}
.popup-wrap[data-type=bottom] .popup-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 7.2rem;
  padding: 0 1.6rem;
}
.popup-wrap[data-type=bottom] .popup-body {
  padding: 0 1.6rem;
}
.popup-wrap[data-type=bottom] .popup-close {
  width: 2.4rem;
  height: 2.4rem;
}
.popup-wrap[data-type=bottom] .popup-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 5;
  gap: 1.6rem;
  padding: 2.4rem 1.6rem 4rem;
  border-top: 0.1rem solid #C6C6C6;
  background-color: #fff;
}
.popup-wrap[data-type=bottom] .popup-btm .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.popup-wrap[data-type=bottom].is-open::after {
  display: block;
  opacity: 0.5;
}
.popup-wrap[data-type=bottom].is-open .popup {
  bottom: 0;
}
.popup-wrap[data-type=bottom].is-close::after {
  display: block;
  opacity: 0.5;
}

@media (min-width: 1024px) {
  /* **** PAGE LAYOUT ELEMENT **** */
  /* ** 페이지 타이틀 ** */
  .page-title-wrap {
    gap: 4rem;
  }
}
@media (max-width: 1023px) {
  /* **** PAGE LAYOUT ELEMENT **** */
  /* ** 페이지 타이틀 ** */
  .page-title-wrap {
    gap: 3.2rem;
    margin-bottom: 6.4rem;
  }
  .page-title-wrap .h-txt .br {
    display: none;
  }
  /* **** ELEMENT **** */
  /* pagination */
  .pagination.w-page {
    display: none;
  }
  .pagination.m-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
  }
  .pagination.m-page .page-navis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0.8rem;
  }
  .pagination + .helper-box {
    margin-top: 3.2rem;
  }
  /* **** POPUP **** */
  .popup-wrap[data-type=full] .popup-close {
    top: 2.4rem;
    right: 1.6rem;
  }
}
@media (max-width: 1023px) {
  .tb-hide {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* **** COMMON **** */
  /* ** area control ** */
  .w-hide {
    display: block !important;
  }
  .m-hide {
    display: none !important;
  }
  .pc-hide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .w-br {
    display: none !important;
  }
  /* **** PAGE LAYOUT ELEMENT **** */
  /* ** breadcrumb ** */
  .breadcrumb-wrap .breadcrumb li {
    display: none;
  }
  .breadcrumb-wrap .breadcrumb li.home, .breadcrumb-wrap .breadcrumb li:last-child {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .breadcrumb-wrap .breadcrumb li:not(:nth-child(2)):last-child {
    gap: 0.4rem;
  }
  .breadcrumb-wrap .breadcrumb li:not(:nth-child(2)):last-child::before {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    background: url(/resource/images/paid/nep/layout/component/ico_bread_dot.svg) no-repeat;
    background-size: contain;
  }
  .breadcrumb-wrap .breadcrumb li:not(:nth-child(2)):last-child::after {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    background: url(../img/pattern/common/ico_bread_arr.svg) no-repeat;
    background-size: contain;
  }
  .breadcrumb-wrap .breadcrumb li:not(:nth-child(2)):last-child .txt {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  /* ** 페이지 타이틀 ** */
  .page-title-wrap .h-tit {
    font-size: 4rem;
  }
  .page-title-wrap.between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* ** 페이지 하단 버튼 ** */
  .page-btn-wrap {
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 2.4rem 1.6rem;
    margin: 2rem -1.6rem -6.4rem;
    border-top: 0.1rem solid #C6C6C6;
  }
  .page-btn-wrap .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .page-btn-wrap.both .btn {
    padding: 0 1rem;
  }
  .page-btn-wrap.both .btn + .btn-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 2.4;
    -ms-flex: 2.4;
    flex: 2.4;
  }
  .page-btn-wrap.both .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    width: 100%;
  }
  .page-btn-wrap.both .btn-wrap .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0;
  }
  .page-btn-wrap.coach-highligt > .coach-balloon {
    top: 2.4rem;
    right: 1.6rem;
    width: 100%;
    max-width: calc(100% - 3.2rem);
    background-color: #fff;
  }
  /* **** ELEMENT **** */
  /* ** swiper ** */
  .swiper-indicator.w-hide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .swiper-indicator .swiper-navigation.w-hide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* ** step ** */
  /* ** guide txt ** */
  .guide-txt {
    padding: 1.6rem;
  }
  /* **** POPUP **** */
  .popup-wrap[data-type=full] {
    padding: 0 0.8rem;
  }
  .popup-wrap[data-type=full] .popup-in {
    padding: 2.4rem 0;
  }
  .popup-wrap[data-type=full] .popup {
    gap: 3.2rem;
  }
  .popup-wrap[data-type=full] .popup-head {
    padding: 0 0.8rem;
  }
  .popup-wrap[data-type=full] .popup-head .pop-tit {
    font-size: 1.9rem;
  }
  .popup-wrap[data-type=full] .popup-body {
    padding: 0 0.8rem;
  }
  .popup-wrap[data-type=full] .popup-close {
    width: 2.4rem;
    height: 2.4rem;
  }
}
/* **** Layout  **** */
#wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}
#wrap[class^=scroll] #header {
  position: relative;
  border-bottom: 0.1rem solid #D8D8D8;
}
#wrap[class^=scroll] #header .header-in {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  border-bottom: 0.1rem solid #D8D8D8;
  background-color: #fff;
  -webkit-transition: -webkit-transform ease 0.4s 0.01s;
  transition: -webkit-transform ease 0.4s 0.01s;
  transition: transform ease 0.4s 0.01s;
  transition: transform ease 0.4s 0.01s, -webkit-transform ease 0.4s 0.01s;
}
#wrap.scroll-down #header .header-in {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
#wrap.scroll-up #header .header-in {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}


/* ***** CONTENT ***** */
/* ** 로그인 ** */
.login-form-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.link-group > li .btn.btn-txt {
  height: 4rem;
  padding: 0 1rem;
}
.link-group > li + li {
  position: relative;
  margin-left: 0.8rem;
  padding-left: calc(0.8rem + 0.1rem);
}
.link-group > li + li::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 0.1rem;
  height: 1.6rem;
  background-color: #D8D8D8;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.login-form-area .in {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.login-form-area .login-wrap {
  position: relative;
  width: 50%;
  padding: 0 4rem 0 0;
}
.login-form-area .login-info-wrap {
  width: 50%;
  padding: 0 0 0 4rem;
}
.login-form-area .login-wrap::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0.1rem;
  height: 100%;
  background-color: #D8D8D8;
}
.login-form-area.type-tab .login-info-wrap .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.login-form-area.type-tab .login-info-wrap .tit {
  font-weight: 700;
}
.login-form-area.type-tab .login-info-wrap .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.login-form-area.type-tab .login-info-wrap .btn-wrap .btn {
  width: 100%;
}
.login-form-area.type-tab .login-info-wrap .btn-wrap .btn.btn-func {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.login-form-area.type-tab .login-info-wrap .btn-wrap.login-method {
  gap: 1.6rem;
}
.login-form-area.type-tab .login-info-wrap .btn-wrap:not(.login-method) .btn {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .login-form-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .login-form-area .in {
    padding: 0;
  }
  .login-form-area .login-wrap {
    width: 100%;
    padding: 2.4rem 0.8rem;
  }
  .login-form-area .login-wrap::after {
    display: none;
  }
  .login-form-area .login-info-wrap {
    width: 100%;
    padding: 2.4rem 0.8rem 0;
    border-top: 1px solid #d8d8d8;
  }
}

/* 텍스트 목록 */
.info-list {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  gap: 0.6rem;
}
.info-list > li {
  position: relative;
  padding-left: 1.5rem;
  color: #464c53;
  font-size: 1.7rem;
}
.info-list > li::before {
  position: absolute;
  top: 1rem;
  left: 0;
}
.info-list > li > .info-list {
  gap: 0.8rem;
  margin-top: 1.6rem;
}
.info-list > li > .info-list > li {
  padding-left: 2.4rem;
  color: #464c53;
  font-size: 1.7rem;
}
.info-list > li > .info-list > li > .info-list {
  margin-top: 1.2rem;
}
.info-list > li > .info-list > li > .info-list > li {
  padding-left: 2rem;
  color: #464c53;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .info-list > li {
    font-size: 1.6rem;
  }
  .info-list > li > .info-list > li {
    font-size: 1.5rem;
  }
  .info-list > li > .info-list > li > .info-list > li {
    font-size: 1.5rem;
  }
}
.info-list > li > .info-txt {
  margin-top: 1.2rem;
}
.info-list.decimal > li::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-color: #464c53;
  border-radius: 100px;
}
.info-list.dash > li::before {
  content: "-";
}
.info-list.hollow {
  gap: 0.8rem;
}
.info-list.hollow > li {
  padding-left: 2rem;
}
.info-list.hollow > li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border: 0.1rem solid #464c53;
  border-radius: 100px;
  top: 0.95rem;
  left: 0.8rem;
}
.info-list.ordered > li .num {
  position: absolute;
  top: 0;
  left: 0;
}
.info-list.ordered > li::before {
  display: none;
}

/* 비회원 로그인 선택 */
.select-method-area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 2rem;
}
.select-method-area li {
  width: calc(33.333% - 14px);
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #F8F8F8;
  border: 1px solid #E4E4E4;
  border-radius: 1.2rem;
}
.select-method-area li:hover {
  outline: 0.2rem solid #256ef4;
  outline-offset: 0;
  border-color: transparent;
}
.select-method-area li a {
  padding: 2.4rem 0;
}
.select-method-area .method > i {
  width: 3.2rem;
  height: 3.2rem;
  display: block;
  margin: 0 auto 1rem auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.select-method-area .method > .ico-login-certi {
  background-image:url(/resource/images/paid/nep/layout/component/ico_login_certify_type_03.svg);
}
.select-method-area .method > .ico-login-mobile {
  background-image:url(/resource/images/paid/nep/layout/component/ico-certification-mobile.svg);
}
.select-method-area .method > .ico-login-official {
  background-image:url(/resource/images/paid/nep/layout/component/ico-certification-official.svg);
}
.select-method-area .method > .ico-login-financial {
  background-image:url(/resource/images/paid/nep/layout/component/ico-certification-finanace.svg);
}
.select-method-area .method > .ico-login-phone {
  background-image:url(/resource/images/paid/nep/layout/component/ico-certification-phone.svg);
}
.select-method-area .method > .ico-login-ipin {
  background-image:url(/resource/images/paid/nep/layout/component/ico_login_certify_type_06.svg);
}
.select-method-area .method > .ico-login-public {
  background-image:url(/resource/images/paid/nep/layout/component/ico_login_certify_type_01.svg);
}
.select-method-area .method > .ico-login-onepass {
  background-image:url(/resource/images/paid/nep/layout/component/ico_login_certify_type_09.svg);
}
.select-method-area .method > .ico-login-kakao {
  background-image:url(/resource/images/paid/nep/layout/component/ico_login_sns_kakao.svg);
}
.select-method-area .method > .ico-login-naver {
  background-image:url(/resource/images/paid/nep/layout/component/ico_login_sns_naver.svg);
}
.select-method-area .method .tit {
  display: block;
  text-align: center;
  font-weight:700;
  font-size: 2rem;
}

@media only screen and (max-width:767px) {
  .select-method-area {
    padding: 2.4rem 0;
  }
  .select-method-area li {
    width: 100%;
    flex-direction: row;
  }
  .select-method-area li a {
    display: flex;
    align-items: center;
    gap: 1.6rem;
    padding: 2rem;
    width: 100%;
  }
  .select-method-area .method > i {
    margin: 0;
  }
  .select-method-area .method .tit {
    font-size: 1.7rem;
  }
}


.certify-sel-wrap.type-slim .certify-opt-tit {
  margin-top: 0;
}
.certify-sel-wrap.type-slim .certify-option > li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .certify-sel-wrap.type-slim .certify-option > li {
    padding-top: 0;
  }
}
.certify-sel-wrap.type-slim .certify-type {
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.certify-sel-wrap.type-slim .certify-type > li {
  max-width: unset;
  width: calc(50% - 1.6rem * 1 / 2);
}
@media (max-width: 767px) {
  .certify-sel-wrap.type-slim .certify-type > li {
    width: 100%;
  }
}

.krds-tooltip-wrap.register .tool-in {
  left: -4.1rem;
  width: 52rem;
}
.krds-tooltip-wrap.register .tool-in::before {
  left: 37.2rem;
}

.krds-tooltip-wrap.register {
  width: 100%;
}

.krds-tooltip-wrap.sso .tool-in {
  left: -2.1rem;
  width: 43rem;
}
.krds-tooltip-wrap.sso .tool-in::before {
  left: 2.4rem;
}

.krds-tooltip-wrap.keyboard .tool-in {
  left: -2.1rem;
  width: 43rem;
}
.krds-tooltip-wrap.keyboard .tool-in::before {
  left: 2.4rem;
}

@media (max-width: 767px) {
  .krds-tooltip-wrap.register .tool-in {
    left: -2.5rem;
    max-width: calc(100% + 5rem);
  }
  .krds-tooltip-wrap.sso .tool-in,
  .krds-tooltip-wrap.keyboard .tool-in {
    left: 0;
    max-width: 100%;
  }
}
/* 약관동의 */
.terms-agree-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.terms-agree-all .form-check input[type=checkbox] ~ label {
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 2.4rem;
  padding-left: 4rem;
}
.terms-agree-all .form-check input[type=checkbox] ~ label::before {
  width: 2.4rem;
  height: 2.4rem;
}
.terms-agree-all .form-check input[type=checkbox] ~ label::after {
  width: 2rem;
  height: 2rem;
  background-size: contain;
}
.terms-agree-all .conts-desc {
  padding-left: 4rem;
}

.terms-agree-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.terms-agree-ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  padding: 3.2rem 0;
  border-top: 0.1rem solid #C6C6C6;
}
.terms-agree-ul li:first-child {
  padding-top: 0;
  border-top: 0;
}
.terms-agree-ul .agree-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.terms-agree-ul .agree-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: auto;
  padding: 2rem 2.4rem;
}

/* ** 검색 : 공통 ** */
/* 필터칩 박스 */
.filter-chip-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.6rem;
  padding: 1.6rem 2.4rem;
  margin-bottom: 4rem;
  border-radius: 0.8rem;
  background: #EDF1F5;
}
.filter-chip-box dt {
  font-weight: 700;
}
.filter-chip-box dt .num {
  color: #1D56BC;
}
.filter-chip-box dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.8rem;
}

/* 아코디언  리스트 */
.acco-list .li {
  padding: 2.8rem 0;
}
.acco-list .li:not(:first-child) {
  border-top: 0.1rem solid #C6C6C6;
}
.acco-list .li.active .acco-head .acco-btn::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.acco-list .acco-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.4rem;
  position: relative;
  font-size: 1.9rem;
  font-weight: 700;
  cursor: pointer;
}
.acco-list .acco-head .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.4rem;
}
.acco-list .acco-head .num {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  height: 2rem;
  padding: 0 0.8rem;
  border-radius: 2rem;
  background-color: #246BEB;
}
.acco-list .acco-head .acco-btn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.acco-list .acco-head .acco-btn::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 0;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(/resource/images/paid/nep/layout/component/ico_arr_16_down.svg) no-repeat center;
  background-size: contain;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.acco-list .acco-body {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.acco-list .acco-body .acco-in {
  padding-top: 2.4rem;
}

/* ** 통합검색 ** */
/* 통합검색 : 결과 탭메뉴 */
.tab-area.mutation .tab-conts.active {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  gap: 0;
}

.tab.tab-mutation {
  position: relative;
  z-index: 60;
  margin-bottom: 4rem;
}
.tab.tab-mutation .m-tab-btn {
  display: none;
}
.tab.is-open .tab {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* ** 신청하기 목록 ** */
/* 신청하기 검색 폼 */
.search-top-box .sch-form-wrap {
  margin-bottom: 4rem;
}
.search-top-box .sch-form-wrap .input-group {
  width: 48rem;
}
.search-top-box .sch-form-wrap .input-group .sch-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.search-top-box .sch-form-wrap .input-group .sch-input .form-control {
  width: 100%;
}
.search-top-box .sch-form-wrap .sch-input .form-control {
  width: 54.8rem;
}

.sch-filter-box {
  padding: 4rem;
  border-radius: 1.2rem;
  background: #EDF1F5;
}
.sch-filter-box.column-type .form-conts.datepicker-conts {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sch-filter-box.column-type .form-conts.datepicker-conts .datepicker-input {
  width: 33rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sch-filter-box.column-type .form-conts.datepicker-conts .form-period {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 0.8rem;
}
.sch-filter-box.column-type .form-conts.datepicker-conts .form-period .form-chip {
  width: 100%;
}
.sch-filter-box.column-type .form-period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.sch-filter-box.column-type .form-period .form-chip .radio ~ .form-chip-outline {
  padding: 0 0.4rem;
  width: 100%;
  min-width: 7.8rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
}
.sch-filter-box.column-type .form-period .form-chip .radio ~ .form-chip-outline::before {
  display: none;
}
.sch-filter-box.column-type .form-period .form-chip .radio:checked ~ .form-chip-outline::before {
  display: block;
}
.sch-filter-box.column-type .filter-form .form-select {
  max-width: 33rem;
}
@media (max-width: 767px) {
  .sch-filter-box.column-type {
    padding: 3.2rem 2.4rem;
  }
  .sch-filter-box.column-type .form-conts.datepicker-conts .datepicker-input {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .sch-filter-box.column-type .form-period .form-chip .radio ~ .form-chip-outline {
    height: var(--krds-rdoChipOutline-h-sm);
    font-size: var(--krds-rdoChipOutline-fz-sm);
  }
  .sch-filter-box.column-type .form-period .form-chip .radio ~ .form-chip-outline::before {
    width: 1.6rem;
    height: 1.6rem;
  }
  .sch-filter-box.column-type .filter-form .form-select {
    max-width: 100%;
  }
}
.sch-filter-box .filter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2.4rem;
  max-width: 100%;
}
.sch-filter-box .filter-form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
}
.sch-filter-box .filter-form .label {
  font-weight: 700;
  white-space: nowrap;
  min-width: 6.3rem;
}
.sch-filter-box .filter-form .form-select {
  width: 100%;
  max-width: 18rem;
}
.sch-filter-box .filter-form .form-control {
  width: 100%;
  max-width: 18rem;
}
.sch-filter-box .filter-form + .filter-form {
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 0.1rem solid #C6C6C6;
}
.sch-filter-box .filter-chip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.6rem;
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 0.1rem solid #C6C6C6;
}
.sch-filter-box .filter-chip dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  white-space: nowrap;
  height: 3.2rem;
}
.sch-filter-box .filter-chip dt .num {
  color: #1D56BC;
}
.sch-filter-box .filter-chip dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sch-filter-box .filter-chip dd .ico-refresh {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sch-filter-box .filter-chip dd .chip-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.8rem;
}

.tbl-wrap .def-list .btn-txt.sm {
  height: 2.4rem;
}

/* ** 바구니 ** */
.txt-box .conts-desc-wrap .krds-drop-wrap[data-type=info] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.txt-box .conts-desc-wrap .krds-drop-wrap[data-type=info] .drop-menu {
  max-width: 100%;
}

.sec-tit {
  font-size: 2.5rem;
  font-weight: 700;
}

.btn-wrap .guide-txt {
  padding: 1.6rem 0 0 0;
  background-color: transparent;
  border-radius: 0;
  text-align: center;
}

.txt-box {
  padding: 4rem;
  background-color: #F8F8F8;
  border: 1px solid #C6C6C6;
  border-radius: 1.2rem;
  color: #1D1D1D;
}
.txt-box .conts-desc {
  padding-bottom: 2.4rem;
}

.box-group-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
.box-group-area > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  min-height: 6.4rem;
  padding: 1.2rem 1.6rem;
  border: 1px solid #C6C6C6;
  border-radius: 0.6rem;
  color: #1D1D1D;
}
.box-group-area > li .btn-wrap {
  width: auto;
  padding-left: 2.4rem;
}

.txt-box.bg-gray .btm-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.6rem;
}
.txt-box.bg-gray .btm-btn-wrap .btn {
  min-width: 9.1rem;
}
.txt-box.bg-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
  background-color: #fff;
}
.txt-box.bg-white .box-tit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.txt-box.bg-white .box-tit1 {
  font-size: 2.5rem;
  color: #1D1D1D;
}
.txt-box.bg-white .box-tit2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 0.8rem;
  font-size: 1.9rem;
  font-weight: 700;
}
.txt-box.bg-white .box-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6.4rem;
}
.txt-box.bg-white .box-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.txt-box.bg-white .tbl-no-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.9rem;
  color: #555555;
  padding: 5.2rem 2.4rem;
  text-align: center;
  border-radius: 0.8rem;
  background-color: #F8F8F8;
}
.txt-box.bg-white .form-group-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2.4rem;
  width: 58.8rem;
  max-width: 100%;
}
.txt-box.bg-white .form-group-row .form-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.txt-box.bg-white .form-group {
  width: 58.8rem;
  max-width: 100%;
}
.txt-box.bg-white .form-group.full {
  width: 100%;
}
.txt-box.bg-white .form-conts + .form-conts {
  margin-top: 1.2rem;
}
.txt-box.bg-white .form-check-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  padding-left: 3.2rem;
}
.txt-box.bg-white .form-check-cnt .form-label {
  margin-bottom: 1.2rem;
}
.txt-box.bg-white .form-group-addr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 58.8rem;
  max-width: 100%;
  gap: 1.6rem;
}
.txt-box.bg-white .form-group-addr .form-group {
  width: 100%;
}
.txt-box.bg-white .form-group-addr .addr-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.txt-box.bg-white .form-group-addr .addr-number > .form-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.txt-box.bg-white .form-group-addr .addr-division {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.txt-box.bg-white .form-addr-result {
  padding: 2.4rem;
  border-radius: 8px;
  background-color: #F8F8F8;
}
.txt-box.bg-white .form-addr-result .info-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.txt-box.bg-white .form-addr-result .info-ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2.4rem;
}
.txt-box.bg-white .form-addr-result .info-ul li .key {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 24rem;
}
.txt-box.bg-white .form-addr-result .info-ul li .value {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.txt-box.bg-white .form-addr-result .info-ul + .info-ul {
  padding-top: 2.4rem;
  margin-top: 2.4rem;
  border-top: 0.1rem solid #D8D8D8;
}
.txt-box.bg-white .btn-txt.sm {
  height: auto;
}

/* ** 도움말 박스 ** */
.helper-box {
  width: 100%;
  padding: 2.4rem;
  background-color: #EDF1F5;
  border-radius: 1.2rem;
}
.helper-box .helper-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #003675;
  font-weight: 700;
  font-size: 1.7rem;
}
.helper-box .helper-tit::before {
  margin-right: 0.4rem;
  content: "";
  width: 2rem;
  height: 2rem;
  margin-top: 0.2rem;
  background-image: url(/resource/images/paid/nep/layout/component/ico_information_fill.svg);
  background-size: contain;
}
.helper-box .helper-desc-wrap {
  margin-top: 2rem;
  margin-left: 1rem;
}
.helper-box.refer {
  padding: 1.6rem;
  background-color: #F8F8F8;
  font-size: 1.5rem;
}
.helper-box.refer .helper-tit {
  color: #1D1D1D;
}
.helper-box.refer .helper-tit::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_helper_info_trans.svg);
}
.helper-box.refer .helper-desc-wrap {
  margin-top: 1.6rem;
}

.info-list .helper-box {
  width: initial;
  margin-left: calc(1.6rem * -1);
}
.info-list > li > .helper-box {
  margin-top: 2.4rem;
}
.info-list > li .info-list > li > .helper-box {
  margin-top: 1.6rem;
}

/* 컨텐츠 상세 */
.agree-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 6.4rem;
  background-color: #F0F0F0;
  border-radius: 0.8rem;
}
.agree-box .form-check {
  text-align: center;
}
.agree-box .form-check label {
  color: #1D1D1D;
}

/* **** POPUP **** */
/* 푸터 - 관련 기관 링크 */
.pop-foot-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0.8rem 1.6rem;
}
.pop-foot-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.4rem;
  padding: 1.2rem 0.8rem;
  border-radius: 0.8rem;
  word-break: break-all;
}
.pop-foot-links li a::before {
  content: "･";
  margin-top: 0.1rem;
}
.pop-foot-links li a:hover {
  background-color: #CDD7E4;
}
.pop-foot-links li a:active {
  background-color: #B4C4D6;
}

/* 로그인 약관 동의 */
.pop-agree-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  gap: 3.2rem;
}
.pop-agree-wrap .agree-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.6rem;
}
.pop-agree-wrap .agree-head .tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.9rem;
}
.pop-agree-wrap .agree-head .tit.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.pop-agree-wrap .agree-head .agree-navigation {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.8rem;
}
.pop-agree-wrap .agree-head .agree-navigation .btn {
  width: 4rem;
  height: 4rem;
}
.pop-agree-wrap .agree-info {
  margin-bottom: 2.4rem;
  padding: 2.4rem;
  background-color: #f8f8f8;
  font-size: 1.5rem;
  color: #1D1D1D;
  border-radius: 0.8rem;
}
.pop-agree-wrap .agree-body {
  height: 38rem;
  padding: 0.4rem;
  overflow: hidden;
  border-radius: 1.2rem;
  border: 0.1rem solid #C6C6C6;
}
.pop-agree-wrap .agree-body.agree-terms {
  font-size: 1.2rem;
}
.pop-agree-wrap .agree-body.agree-terms .tbl-wrap .tbl th,
.pop-agree-wrap .agree-body.agree-terms .tbl-wrap .tbl td {
  font-size: 1.2rem;
}
.pop-agree-wrap .agree-body.agree-terms .tbl-wrap .tbl th {
  padding: 0.8rem 1rem;
  font-weight: 700;
}
.pop-agree-wrap .agree-body.agree-terms .tbl-wrap .tbl td {
  padding: 0.8rem;
}
.pop-agree-wrap .agree-body.agree-terms .info-list > li + li {
  margin-top: 0.8rem;
}
.pop-agree-wrap .agree-body.agree-terms .info-list.ordered > li,
.pop-agree-wrap .agree-body.agree-terms .info-list.ordered > li > .ordered > li {
  padding-left: 1.6rem;
}
.pop-agree-wrap .agree-body.agree-terms .agree-t1 {
  font-weight: 700;
  font-size: 1.4rem;
}
.pop-agree-wrap .agree-body.agree-terms .agree-t1:not(:first-child) {
  margin-top: 1.6rem;
}
.pop-agree-wrap .agree-body.agree-terms .agree-t1.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.pop-agree-wrap .agree-body.agree-terms .agree-t2 {
  margin-top: 1.6rem;
  font-size: 1.2rem;
  font-weight: 700;
}
.pop-agree-wrap .agree-body.agree-terms .tbl-wrap .tbl.data th,
.pop-agree-wrap .agree-body.agree-terms .tbl-wrap .tbl.data td {
  height: 3.2rem;
  padding: 0.4rem 0.8rem;
  font-size: 1.2rem;
}
.pop-agree-wrap .agree-body .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 38rem;
  gap: 0.8rem;
  padding: 2rem;
  overflow: hidden;
  overflow-y: auto;
}
.pop-agree-wrap .agree-body .in::-webkit-scrollbar {
  width: 0.8rem;
}
.pop-agree-wrap .agree-body .in::-webkit-scrollbar-thumb {
  background-color: #C6C6C6;
  border-radius: 0.8rem;
}
.pop-agree-wrap .agree-body .in::-webkit-scrollbar-track {
  background-color: #D8D8D8;
}
.pop-agree-wrap .agree-body .tit {
  font-size: 1.9rem;
  font-weight: 700;
}
.pop-agree-wrap .agree-body .tit.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.pop-agree-wrap .agree-body .agree-t1 {
  font-weight: 700;
  font-size: 1.6rem;
}
.pop-agree-wrap .agree-body .agree-t1.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.pop-agree-wrap .agree-body .agree-t2 {
  margin-top: 1.6rem;
  font-size: 1.2rem;
  font-weight: 700;
}
.pop-agree-wrap .agree-body .swiper-agree {
  width: 100%;
  height: inherit;
}
.pop-agree-wrap .agree-body .tbl-wrap .tbl.data td {
  padding: 1.6rem;
}
.pop-agree-wrap .agree-body .tbl-wrap .tbl.data th,
.pop-agree-wrap .agree-body .tbl-wrap .tbl.data td {
  height: 4rem;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  /* 로그인 약관 동의 */
  .pop-agree-wrap .agree-body {
    height: 100%;
  }
  .pop-agree-wrap .agree-body .in {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* 신청 : 리스트 */
  .search-top-box .sch-form-wrap .sch-input {
    width: 70%;
  }
  .search-top-box .sch-form-wrap .sch-input .form-control {
    width: 100%;
  }
  .search-top-box .sch-filter-box .filter-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search-top-box .sch-filter-box .filter-form > div {
    width: 100%;
  }
  .search-top-box .sch-filter-box .filter-form .form-select,
  .search-top-box .sch-filter-box .filter-form .form-control {
    width: 100%;
    max-width: 100%;
    max-width: 33rem;
  }
  .search-top-box .sch-filter-box .filter-form .btn.primary {
    width: 100%;
  }
  .search-list-top.type1, .search-list-top.type2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3.2rem 0;
  }
  .search-list-top.type1 .sch-info, .search-list-top.type2 .sch-info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .search-list-top.type1 .sch-sort, .search-list-top.type2 .sch-sort {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .search-list {
    grid-template-columns: 1fr 1fr;
  }
  .search-list .card-top {
    gap: 0;
  }
  .search-list .card-top .btn-area {
    gap: 0.8rem;
  }
}
@media (max-width: 1023px) {
  /* 통합검색 : 탭메뉴 */
  .tab-area.mutation .tab-conts {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .pop-agree-wrap .agree-body {
    height: 100%;
  }
  .main-box-responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-box-responsive .d-fix {
    width: 100%;
  }
  .main-box-responsive.type-wrap {
    gap: 6.4rem;
  }
  .main-box-responsive.type-wrap > div {
    gap: 3.2rem;
  }
  /* ** 로그인 ** */
  .conts-area {
    gap: 3.2rem;
  }
  /* 회원가입 유도 */
  /* 도움말 박스 */
  .helper-box {
    padding: 2.4rem 1.6rem;
  }
  .helper-box .helper-desc-wrap {
    margin-top: 1.6rem;
  }
  .helper-box .info-list > li + li {
    margin-top: 0.4rem;
  }
  /* 약관동의 */
  .terms-agree-ul li {
    padding: 2.4rem 0 0;
  }
  .terms-agree-ul .agree-tit {
    gap: 1.6rem;
  }
  .terms-agree-ul .agree-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
    padding: 2rem 1.6rem;
  }
  /* ** 신청하기 검색 ** */
  /* 신청하기 검색 폼 */
  .search-top-box {
    margin-bottom: 3.2rem;
  }
  .search-top-box .sch-form-wrap {
    margin-bottom: 3.2rem;
  }
  .search-top-box .sch-form-wrap .sch-input {
    width: 100%;
  }
  .search-top-box .sch-form-wrap .sch-input .form-control {
    width: 100%;
    max-width: 100%;
  }
  .search-top-box .sch-form-wrap .input-group {
    width: 100%;
  }
  .conts-wrap {
    gap: 4rem;
  }
  .conts-wrap.scroll-check {
    gap: 0;
  }
  .conts-wrap.scroll-check .section-link + .section-link {
    padding-top: 4rem;
  }
  .conts-wrap .conts-wrap {
    gap: 3.2rem;
  }
  .outline {
    gap: 3.2rem;
  }
  .outline .conts-desc-wrap {
    padding-top: 3.2rem;
  }
  .box-group-area > li {
    gap: 1.6rem;
  }
  .box-group-area > li .btn-wrap {
    padding-left: 0;
    text-align: right;
  }
  .box-group-area > li .btn-wrap .btn-txt.sm {
    height: auto;
  }
  .chk-group-area .chk-all-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.4rem;
  }
  .chk-group-area .chk-all-wrap .chk-num {
    width: 100%;
    text-align: right;
  }
  .chk-group-area .chk-group-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
  }
  .chk-group-area .chk-group-wrap > li {
    padding: 2.4rem 1.6rem 1.6rem;
  }
  .chk-group-area .chk-group-wrap input[type=radio] + label,
  .chk-group-area .chk-group-wrap input[type=checkbox] + label {
    padding-left: 3.6rem;
  }
  .chk-group-area .chk-group-wrap .btn-wrap {
    margin-left: 3.6rem;
  }
  .txt-box {
    padding: 3.2rem 2.4rem;
  }
  .txt-box .outline {
    padding: 3.2rem 2.4rem;
  }
  /* ** 신청안내 : 등본 발급 ** */
  .txt-box.bg-gray .btm-btn-wrap .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .txt-box.bg-white {
    gap: 3.2rem;
  }
  .txt-box.bg-white .box-cnt {
    gap: 4rem;
  }
  .txt-box.bg-white .box-tit-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
  }
  .txt-box.bg-white .form-group-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .txt-box.bg-white .form-group {
    width: 100%;
  }
  .txt-box.bg-white .form-conts {
    width: 100%;
  }
  .txt-box.bg-white .form-conts > .input-group {
    width: 100%;
  }
  .txt-box.bg-white .form-check-cnt {
    width: 100%;
  }
  .txt-box.bg-white .form-group-addr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .txt-box.bg-white .input-group.m-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .txt-box.bg-white .input-group.m-column .btn {
    width: 100%;
  }
  .txt-box.bg-white .tbl-wrap .tbl.data thead th {
    word-break: break-all;
    padding: 0.8rem;
  }
  .txt-box.bg-white .tbl-wrap .tbl.data tbody td {
    word-break: break-all;
    padding: 0.8rem;
  }
  /* **** POPUP **** */
  /* 푸터 - 관련 기관 링크 */
  /* 통합검색 */
}
@media (max-width: 767px) and (max-width: 767px) {
  .txt-box.bg-white .tbl-wrap.trans .tbl thead tr:first-child, .txt-box.bg-white .tbl-wrap.trans .tbl tbody tr:first-child {
    border-top: 1px solid #99B0CB;
  }
  .txt-box.bg-white .tbl-wrap.trans .tbl thead tr:last-child, .txt-box.bg-white .tbl-wrap.trans .tbl tbody tr:last-child {
    border-bottom: 1px solid #99B0CB;
  }
  .txt-box.bg-white .tbl-wrap.trans .tbl thead th, .txt-box.bg-white .tbl-wrap.trans .tbl thead td, .txt-box.bg-white .tbl-wrap.trans .tbl tbody th, .txt-box.bg-white .tbl-wrap.trans .tbl tbody td {
    border-bottom: 1px solid #D8D8D8;
    padding: 0.8rem 1.6rem;
  }
  .txt-box.bg-white .tbl-wrap.trans .tbl thead th:last-child,
  .txt-box.bg-white .tbl-wrap.trans .tbl thead td:last-child, .txt-box.bg-white .tbl-wrap.trans .tbl tbody th:last-child,
  .txt-box.bg-white .tbl-wrap.trans .tbl tbody td:last-child {
    border-bottom: none;
  }
  .txt-box.bg-white .tbl-wrap.trans .tbl thead th, .txt-box.bg-white .tbl-wrap.trans .tbl tbody th {
    background-color: #EDF1F5;
    text-align: left;
  }
  .txt-box.bg-white .tbl-wrap.trans .tbl thead td, .txt-box.bg-white .tbl-wrap.trans .tbl tbody td {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .txt-box .book-info-ul {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
  .txt-box .book-info-ul > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
  }
  .pop-foot-links {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
  }
}
.timer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 43rem;
}
.timer-wrap .time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #EB003B;
  font-size: 1.5rem;
  line-height: 2rem;
}
.timer-wrap .time::before {
  width: 2rem;
  height: 2rem;
  margin-right: 0.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/resource/images/paid/nep/layout/component/ico_timer.svg);
}
.timer-wrap .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
.timer-wrap .btns .btn-txt {
  text-underline-offset: 2px;
}

/* datepicker */
.ui-datepicker.ui-widget-content {
  width: 30rem;
  padding: 0 1.2rem 1.2rem;
  border-radius: 0.8rem;
  border: 1px solid #c6c6c6;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: none;
  width: 3.8rem;
  height: 3.8rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  color: #1d1d1d;
  border-radius: 50%;
}

.ui-datepicker .ui-datepicker-header {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
  margin-bottom: 0.8rem;
  padding: 1.2rem 1.2rem;
  background: #EDF1F5;
}

.ui-datepicker th span {
  color: #1d1d1d;
  font-size: 1.5rem;
}

.ui-state-hover, .ui-widget-content .ui-state-hover {
  background: #EDF1F5;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #246BEB;
  color: #fff;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  font-size: 1.7rem;
  background: url(/resource/images/paid/nep/layout/component/ico_cal_dropdown.svg) no-repeat right 0 top 50%/1.2rem;
  border: none;
}
.ui-datepicker select.ui-datepicker-month:focus-visible, .ui-datepicker select.ui-datepicker-year:focus-visible {
  outline-offset: 0.4rem;
  outline: 2px solid rgba(36, 107, 235, 0.8);
}

.ui-datepicker select.ui-datepicker-year {
  width: 7.6rem;
}

.ui-datepicker select.ui-datepicker-month {
  width: 4.6rem;
  margin-left: 2rem;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  background: url(/resource/images/paid/nep/layout/component/ico_cal_move.svg) no-repeat right 0 top 50%/1.6rem;
}

.ui-datepicker .ui-datepicker-next {
  background: url(/resource/images/paid/nep/layout/component/ico_cal_move.svg) no-repeat right 0 top 50%/1.6rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

button.ui-datepicker-trigger {
  position: absolute;
  right: 1.2rem;
  top: 0.8rem;
  width: 3.2rem;
  height: 3.2rem;
  background: url(/resource/images/paid/nep/layout/component/ico_calendar.svg) no-repeat center center/2.4rem;
}

.krds-tooltip-wrap .tool-btn.white {
  background: none;
}

.krds-tooltip-wrap .tool-btn.white::after {
  margin-left: 0.4rem;
  background-image: url(../img/pattern/common/ico_info.svg);
  background-size: 1.6rem;
}

.box-group-area > li {
  min-height: 5.6rem;
  padding: 0 1.6rem;
}

.tab-conts .inn {
  padding: 0 4rem 4rem;
}
.tab-conts .inn.ai-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 14.2rem;
}
.tab-conts .inn.bottom-line {
  border-bottom: 1px solid #d8d8d8;
}
.tab-conts .inn .noti-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.tab-conts .inn .noti-box-wrap .noti-box {
  width: 100%;
}
.tab-conts .inn .noti-box-wrap .btn {
  margin-top: 4rem;
}

.noti-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.8rem;
  padding: 1.6rem;
  border-radius: 0.8rem;
}
.noti-box .noti-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.noti-box .noti-badge::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.noti-box.info {
  border: 0.1rem solid #D4E1FF;
  background: #E9F0FF;
}
.noti-box.info .noti-badge::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_noti_info.svg);
}
.noti-box.error {
  border: 0.1rem solid #FCD4DE;
  background: #FEECF0;
}
.noti-box.error .noti-badge::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_noti_error.svg);
}
.qr-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.qr-area .qr-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  width: 50%;
}
.qr-area .qr-code .img {
  width: 10rem;
  height: 10rem;
}
.qr-area .qr-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  width: 50%;
  padding: 3.2rem 4rem;
  border-left: 1px solid #D8D8D8;
}
.qr-area .qr-info .label {
  color: #246BEB;
}
.qr-area .qr-info .timer {
  color: #246BEB;
  font-size: 25px;
  font-weight: 700;
}
.qr-area .qr-info .info {
  color: #555;
}

@media (max-width: 499px) {
  .modal-conts .user-info-list.row-3 p {
    width: 100%;
  }
}
.txt-box.bg-white.gap-sm {
  gap: 2.4rem;
  border-radius: 0.8rem;
}
.txt-box.bg-white.mgt40 {
  margin-top: 4rem;
}
.txt-box.bg-white.h-100 {
  height: 667px;
}
@media (max-width: 767px) {
  .txt-box.bg-white.h-100 {
    height: 100%;
  }
}
.txt-box.bg-gray {
  width: 100%;
  border-color: #E4E4E4;
}
.txt-box.bg-gray .img-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 40rem;
}
.txt-box.bg-gray .img-hdd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 4rem 0;
}

.btn.ico-refresh::before, .btn.ico-refresh::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico_refresh_20_bk.svg);
}

.agree-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2rem;
}
.agree-list.box {
  padding: 4rem;
  border-radius: 1.2rem;
  border: 0.1rem solid #C6C6C6;
}
@media (max-width: 767px) {
  .agree-list.box {
    padding: 2rem;
  }
}
.agree-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 1.5rem;
}
.agree-list a:before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  margin-right: 0.8rem;
  background: url(/resource/images/paid/nep/layout/component/ico_sp_1.svg) no-repeat center center/4rem 4rem;
}
.agree-list a:nth-child(1):before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_sp_1.svg);
}
.agree-list a:nth-child(2):before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_sp_2.svg);
}
.agree-list a:nth-child(3):before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_sp_3.svg);
}
.agree-list a:nth-child(4):before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_sp_4.svg);
}
.agree-list a:nth-child(5):before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_sp_5.svg);
}
.agree-list a:nth-child(6):before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_sp_6.svg);
}
.agree-list a:nth-child(7):before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_sp_7.svg);
}
.agree-list a:nth-child(8):before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_sp_8.svg);
}
.agree-list a:nth-child(9):before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_sp_9.svg);
}
.agree-list a:nth-child(10):before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_sp_10.svg);
}
.agree-list a:nth-child(11):before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_sp_11.svg);
}
.agree-list a:nth-child(12):before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_sp_12.svg);
}
.agree-list a:nth-child(13):before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_sp_13.svg);
}
.agree-list a:nth-child(14):before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_sp_14.svg);
}

.agree-detail {
  font-size: 1.5rem;
}
.agree-detail .agree-t1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 1.6rem;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #d7d7d7;
  color: #0049BE;
  font-weight: 700;
  font-size: 1.7rem;
}
.agree-detail .agree-t1 [class^=ico-terms-]::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  margin-right: 0.8rem;
}
.agree-detail .agree-t1 .ico-terms-1:before {
  background: url(/resource/images/paid/nep/layout/component/ico_sp_1.svg) no-repeat center center/4rem 4rem;
}
.agree-detail .agree-t1 .ico-terms-2:before {
  background: url(/resource/images/paid/nep/layout/component/ico_sp_2.svg) no-repeat center center/4rem 4rem;
}
.agree-detail .agree-t1 .ico-terms-3:before {
  background: url(/resource/images/paid/nep/layout/component/ico_sp_3.svg) no-repeat center center/4rem 4rem;
}
.agree-detail .agree-t1 .ico-terms-4:before {
  background: url(/resource/images/paid/nep/layout/component/ico_sp_4.svg) no-repeat center center/4rem 4rem;
}
.agree-detail .agree-t1 .ico-terms-5:before {
  background: url(/resource/images/paid/nep/layout/component/ico_sp_5.svg) no-repeat center center/4rem 4rem;
}
.agree-detail .agree-t1 .ico-terms-6:before {
  background: url(/resource/images/paid/nep/layout/component/ico_sp_6.svg) no-repeat center center/4rem 4rem;
}
.agree-detail .agree-t1 .ico-terms-7:before {
  background: url(/resource/images/paid/nep/layout/component/ico_sp_7.svg) no-repeat center center/4rem 4rem;
}
.agree-detail .agree-t1 .ico-terms-8:before {
  background: url(/resource/images/paid/nep/layout/component/ico_sp_8.svg) no-repeat center center/4rem 4rem;
}
.agree-detail .agree-t1 .ico-terms-9:before {
  background: url(/resource/images/paid/nep/layout/component/ico_sp_9.svg) no-repeat center center/4rem 4rem;
}
.agree-detail .agree-t1 .ico-terms-10:before {
  background: url(/resource/images/paid/nep/layout/component/ico_sp_10.svg) no-repeat center center/4rem 4rem;
}
.agree-detail .agree-t1 .ico-terms-11:before {
  background: url(/resource/images/paid/nep/layout/component/ico_sp_11.svg) no-repeat center center/4rem 4rem;
}
.agree-detail .agree-t1 .ico-terms-12:before {
  background: url(/resource/images/paid/nep/layout/component/ico_sp_12.svg) no-repeat center center/4rem 4rem;
}
.agree-detail .agree-t1 .ico-terms-13:before {
  background: url(/resource/images/paid/nep/layout/component/ico_sp_13.svg) no-repeat center center/4rem 4rem;
}
.agree-detail .agree-t1 .ico-terms-14:before {
  background: url(/resource/images/paid/nep/layout/component/ico_sp_14.svg) no-repeat center center/4rem 4rem;
}
.agree-detail .agree-con {
  padding-bottom: 4rem;
  border-bottom: 0.1rem solid #d7d7d7;
}
.agree-detail .agree-con > * + * {
  margin-top: 1.2rem;
}
.agree-detail .info-list {
  row-gap: 1.2rem;
}
.agree-detail .info-list > li > *:not(.num) {
  margin-top: 1.2rem;
}
.agree-detail .info-list > li > .info-list {
  row-gap: 0.8rem;
}
.agree-detail .info-list > li > .info-list.no-indent:not(.ordered) > li {
  padding-left: 0;
}
.agree-detail .info-list > li > .info-list.no-indent:not(.ordered) > li > * {
  margin-top: 0.8rem;
}
.agree-detail .info-list > li .no-indent > li {
  padding-left: 0;
}
.agree-detail .l-cluster-lnk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.8rem;
}
.agree-detail .l-cluster-lnk a {
  color: #0049BE;
}

.info-list.ordered > li {
  padding-left: 2.4rem;
}
.info-list.ordered > li .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
}
.info-list.ordered > li .num.round {
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #666;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .txt-box.bg-white .form-group-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 3.2rem;
  }
  .box-group-area > li {
    padding: 1.2rem 1.6rem;
  }
  .tab-conts .inn {
    padding-left: 0;
    padding-right: 0;
  }
  .qr-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .qr-area .qr-code {
    width: 100%;
  }
  .qr-area .qr-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-left: none;
  }
  .qr-area .qr-info .info {
    text-align: center;
  }
  .txt-box.bg-white.sm {
    padding: 1.6rem;
  }
}
/* lib 보안 키보드 */
[class*=transkey] a:focus-visible {
  outline-offset: -0.4rem;
  outline: 2px solid rgba(36, 107, 235, 0.8);
  border-radius: 0.8rem;
}

.transkey_divLayout.shown {
  display: block;
}


/* 로그인 영역 */
.auth-inner {
  width: 100%;
  max-width: 124.8rem;
  margin: 0 auto;
}
.auth-inner.narrow {
  max-width: 108rem;
}
.auth-inner.type-short {
  padding: 0 2.4rem;
}

@media (max-width: 767px) {
  .auth-inner.type-short .page-title-wrap .h-tit{
    font-size: 2.8rem;
  }
  .auth-inner.type-short .page-title-wrap .h-txt{
    display: none;
  }
  .auth-inner.type-short .login-opt-wrap {
    display: none;
  }
  .auth-inner.type-short .conts-area.login-type {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .auth-inner {
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 1023px) {
  .auth-inner {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.auth-inner .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.4rem;
  width: auto;
  /*height: 5.6rem;*/
  padding: 0 2rem;
  /*background-color: #246BEB;*/
  /*border: 1px solid #246BEB;*/
  border-radius: 0.8rem;
  /*font-size: 1.9rem;*/
  color: #fff;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.auth-inner .btn[disabled] {
  background-color: #D8D8D8;
  border-color: #D8D8D8;
  color: #717171;
  cursor: default;
}
.auth-inner .btn.tertiary {
  background-color: #fff;
  border: 1px solid #1D1D1D;
  color: #000B17;
}
.auth-inner .btn.tertiary:hover {
  background-color: #F8F8F8;
}
.auth-inner .btn.tertiary:active {
  background-color: #F0F0F0;
}
.auth-inner .btn.tertiary[disabled] {
  background-color: #D8D8D8;
  border-color: #C6C6C6;
  color: #717171;
}
.auth-inner .btn[class*=ico-]::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.auth-inner .btn[class*=ico-].ico-before::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.auth-inner .btn[class*=ico-].ico-before::after {
  display: none;
}
.auth-inner .btn.ico-arr::before, .auth-inner .btn.ico-arr::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico-arr-right.svg);
}
.auth-inner .btn.sm .auth-inner .btn[class*=ico-]::after {
  width: 2rem;
  height: 2rem;
}
.auth-inner .btn-txt {
  padding: 0 0.2rem !important;
  color: inherit;
  border: 0;
  background-color: inherit;
}
.auth-inner .btn-txt:hover, .auth-inner .btn-txt:active {
  background-color: inherit;
}
.auth-inner .btn-txt:hover {
  background-color: #EDF1F5;
}
.auth-inner .btn-txt:active {
  background-color: #CDD7E4;
}
.auth-inner .btn-txt[disabled] {
  color: #8E8E8E;
}
.auth-inner .btn-txt[class*=ico-]::after {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.auth-inner .btn-txt[class*=ico-].ico-before::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.auth-inner .btn-txt[class*=ico-].ico-before::after {
  display: none;
}
.auth-inner .btn-txt.ico-arr::after {
  background-image: url(/resource/images/paid/nep/layout/component/ico-arr-right.svg);
}
.auth-inner .btn-txt.sm[class*=ico-]::before, .auth-inner .btn-txt.sm[class*=ico-]::after {
  width: 2rem;
  height: 2rem;
}
.auth-inner input[type=radio],
.auth-inner input[type=checkbox] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.auth-inner .form-switch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.auth-inner .form-switch label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.9rem;
}
.auth-inner .form-switch [type=checkbox] ~ i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.auth-inner .form-switch [type=checkbox] ~ i::before, .auth-inner .form-switch [type=checkbox] ~ i::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
}
.auth-inner .form-switch [type=checkbox] ~ i::before {
  position: absolute;
  left: 0.2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 4rem;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.auth-inner .form-switch [type=checkbox] ~ i::after {
  width: 4rem;
  height: 2.4rem;
  border-radius: 4rem;
  background-color: #B4C4D6;
}
.auth-inner .form-switch [type=checkbox] ~ label {
  z-index: 1;
  padding-left: calc(4rem + 0.8rem);
  margin-left: calc(4rem * -1);
  font-size: 1.9rem;
}
.auth-inner .form-switch [type=checkbox]:checked ~ i::before {
  position: absolute;
  left: calc(4rem - 2rem - 0.2rem);
}
.auth-inner .form-switch [type=checkbox]:checked ~ i::after {
  background-color: #246BEB;
}
.auth-inner .form-switch [type=checkbox]:disabled ~ i::before {
  border-color: #E4E4E4;
  background-color: #C6C6C6;
}
.auth-inner .form-switch [type=checkbox]:disabled ~ i::after {
  background-color: #E4E4E4;
}
.auth-inner .form-switch [type=checkbox]:disabled ~ label {
  color: #8E8E8E;
  cursor: inherit;
}
.auth-inner .form-switch [type=checkbox]:focus-visible ~ label {
  outline-offset: 0.4rem;
  outline: 2px solid rgba(36, 107, 235, 0.8);
}
.auth-inner .krds-tooltip-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 100%;
}
.auth-inner .krds-tooltip-wrap .tool-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.4rem;
  font-size: 1.7rem;
}
.auth-inner .krds-tooltip-wrap .tool-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.4rem;
}
.auth-inner .krds-tooltip-wrap .tool-btn::after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(/resource/images/paid/nep/layout/component/ico_tooltip_20.svg) no-repeat center;
  background-size: contain;
}
.auth-inner .krds-tooltip-wrap .tool-in {
  display: none;
  position: absolute;
  z-index: 3;
  font-size: 1.5rem;
  width: 56rem;
  padding: 2.4rem;
  border-radius: 0.6rem;
  border: 1px solid #C6C6C6;
  background-color: #fff;
}
.auth-inner .krds-tooltip-wrap .tool-in::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "";
  position: absolute;
  z-index: 4;
  width: 2.2rem;
  height: 1.2rem;
  background: url(/resource/images/paid/nep/layout/component/ico_tool_arr.svg) no-repeat center;
  background-size: contain;
}
.auth-inner .krds-tooltip-wrap .tool-in .tool-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.6rem;
}
.auth-inner .krds-tooltip-wrap .tool-in .tool-tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-right: 4rem;
}
.auth-inner .krds-tooltip-wrap .tool-in .tool-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  width: 4rem;
  height: 4rem;
  background: url(/resource/images/paid/nep/layout/component/ico_del_20.svg) no-repeat center;
}
.auth-inner .krds-tooltip-wrap .tool-in .tool-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 1.6rem;
}
.auth-inner .krds-tooltip-wrap.left .tool-in {
  left: 0;
}
.auth-inner .krds-tooltip-wrap.left .tool-in::before {
  left: 2.4rem;
}
.auth-inner .krds-tooltip-wrap.center .tool-in {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.auth-inner .krds-tooltip-wrap.center .tool-in::before {
  left: 50%;
  margin-left: -1.1rem;
}
.auth-inner .krds-tooltip-wrap.right .tool-in {
  right: 0;
}
.auth-inner .krds-tooltip-wrap.right .tool-in::before {
  right: 2.4rem;
}
.auth-inner .krds-tooltip-wrap.top .tool-in {
  bottom: 100%;
  margin-bottom: 1.2rem;
}
.auth-inner .krds-tooltip-wrap.top .tool-in::before {
  top: 100%;
}
.auth-inner .krds-tooltip-wrap.bottom .tool-in {
  top: 100%;
  margin-top: 1.2rem;
}
.auth-inner .krds-tooltip-wrap.bottom .tool-in::before {
  bottom: 100%;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (max-width: 767px) {
  .auth-inner .krds-tooltip-wrap .tool-in {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .auth-inner .krds-tooltip-wrap .tool-in::before {
    display: none;
  }
}
.auth-inner .krds-tooltip-wrap .tool-btn.white {
  background: none;
}
.auth-inner .krds-tooltip-wrap .tool-btn.white::after {
  margin-left: 0.4rem;
  background-image: url(../img/pattern/common/ico_info.svg);
  background-size: 1.6rem;
}
.auth-inner .krds-tooltip-wrap.register .tool-in {
  left: -4.1rem;
  width: 52rem;
}
.auth-inner .krds-tooltip-wrap.register .tool-in::before {
  left: 37.2rem;
}
.auth-inner .krds-tooltip-wrap.register {
  width: 100%;
}
.auth-inner .krds-tooltip-wrap.sso .tool-in {
  left: -2.1rem;
  width: 43rem;
}
.auth-inner .krds-tooltip-wrap.sso .tool-in::before {
  left: 2.4rem;
}
.auth-inner .krds-tooltip-wrap.keyboard .tool-in {
  left: -2.1rem;
  width: 43rem;
}
.auth-inner .krds-tooltip-wrap.keyboard .tool-in::before {
  left: 2.4rem;
}
@media (max-width: 767px) {
  .auth-inner .krds-tooltip-wrap.register .tool-in {
    left: -2.5rem;
    max-width: calc(100% + 0.5rem);
  }
  .auth-inner .krds-tooltip-wrap.sso .tool-in,
  .auth-inner .krds-tooltip-wrap.keyboard .tool-in {
    left: 0;
    max-width: 100%;
  }
}
.auth-inner.type-short .page-title-wrap {
  margin-top: 4rem;
  margin-bottom: 4rem;
  gap: 10px;
}
.auth-inner.type-short .login-opt-wrap {
  margin-top: 10px;
}
.auth-inner .page-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 8rem;
}
.auth-inner .page-title-wrap.type2 {
  margin-bottom: 4rem;
}
.auth-inner .page-title-wrap .h-tit {
  font-size: 4rem;
  font-weight: 700;
}
.auth-inner .page-title-wrap .h-tit .small-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.9rem;
}
.auth-inner .page-title-wrap .h-tit .sub-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: 400;
  color: #555555;
}
.auth-inner .page-title-wrap .h-tit .krds-badge-wrap {
  font-weight: 400;
  margin-top: 3.2rem;
}
.auth-inner .page-title-wrap .h-txt {
  font-size: 1.9rem;
  color: #555555;
}
.auth-inner .page-title-wrap.between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 1024px) {
  .auth-inner .page-title-wrap {
    gap: 4rem;
  }
}
@media (max-width: 1023px) {
  .auth-inner .page-title-wrap {
    gap: 3.2rem;
    margin-bottom: 6.4rem;
  }
  .auth-inner .page-title-wrap .h-tit {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .auth-inner.type-short .page-title-wrap {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
}

.auth-inner {
  /* ** 페이지 상세 영역 ** */
  /* ** 로그인 방식 선택(상단 - 스위치) ** */
  /* ** 본인인증방식 선택 : type2 ** */
  /* 회원가입 유도 */
}
.auth-inner .conts-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
  border-top: 1px solid #D8D8D8;
}
.auth-inner .conts-area.login-type {
  padding-top: 4rem;
  padding-bottom: 8rem;
  gap: 4rem;
}
.auth-inner .conts-area.login-type .helper-box {
  margin-top: 0;
}
.auth-inner .conts-area.login-type .tab-area {
  padding-top: 4rem;
}
.auth-inner .conts-area .login-api {
  width: 100%;
}
.auth-inner .conts-area .login-api + .login-api {
  border-top: 1px solid #D8D8D8;
}
.auth-inner .conts-area .login-api .h-tit-sub {
  padding-top: 4rem;
  padding-bottom: 2rem;
  font-size: 2.4rem;
  width: 100%;
}
@media (max-width: 767px) {
  .auth-inner .conts-area .login-api .h-tit-sub {
    padding-top: 2.4rem;
    padding-bottom: 0;
    font-size: 2.2rem;
  }
}
.auth-inner .conts-area .tit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 3.2rem;
}
.auth-inner .conts-area .tit-wrap .certify-opt-tit {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .auth-inner .conts-area .tab-area {
    padding-top: 0;
  }
}
.auth-inner .conts-area .tab-conts {
  margin-top: 6rem;
}
.auth-inner .conts-area .tab-area .certify-sel-wrap.type-slim .certify-option > li {
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .auth-inner .conts-area .tab-area .certify-sel-wrap.type-slim .certify-option > li {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .auth-inner .conts-area {
    padding-top: 0;
    gap: 2.4rem;
  }
  .auth-inner .conts-area .tit-wrap.order-change {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .auth-inner .conts-area .tab.full {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.auth-inner .login-type-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.auth-inner .login-type-ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 1.6rem;
  border-left: 1px solid #D8D8D8;
}
.auth-inner .login-type-ul li:nth-child(1) {
  padding-left: 0;
  border-left: 0;
}
.auth-inner .login-type-ul li:nth-child(3) {
  padding-right: 0;
}
.auth-inner .login-type-ul li .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
  height: 100%;
}
.auth-inner .login-type-ul li .tit {
  font-size: 2.5rem;
  font-weight: 700;
}
.auth-inner .login-type-ul li .txt {
  min-height: 5.1rem;
}
.auth-inner .login-type-ul li .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
.auth-inner .login-type-ul li .btn-wrap .btn {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.auth-inner .login-type-ul li .btn-wrap .btn .text-bold {
  font-size: 1.7rem;
  color: #003675;
}
.auth-inner .login-type-ul li .btn-wrap .btn .text-bk {
  color: #1d1d1d;
}
@media (max-width: 767px) {
  .auth-inner .login-type-ul {
    /* 로그인 방식 선택 */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .auth-inner .login-type-ul li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 3.2rem;
    padding: 4rem 0;
    border: 0;
    border-top: 1px solid #D8D8D8;
  }
  .auth-inner .login-type-ul li:nth-child(1) {
    padding-top: 0;
    border: 0;
  }
  .auth-inner .login-type-ul li:nth-child(3) {
    padding-bottom: 0;
  }
  .auth-inner .login-type-ul li .in {
    width: 100%;
    max-width: 100%;
    gap: 3.2rem;
  }
}
.auth-inner .login-opt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8rem;
  padding-bottom: 2rem;
  gap: 2.4rem;
}
.auth-inner .login-opt-wrap .ico-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 0.4rem;
}
@media (max-width: 767px) {
  .auth-inner .login-opt-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.auth-inner .certify-sel-wrap .certify-option > li {
  padding-bottom: 4rem;
  border-bottom: 1px solid #e4e4e4;
}
@media (max-width: 767px) {
  .auth-inner .certify-sel-wrap .certify-option > li {
    padding-bottom: 3.2rem;
  }
}
.auth-inner .certify-sel-wrap:not(.type2) {
  width: 100%;
}
.auth-inner .certify-sel-wrap:not(.type2) .certify-opt-tit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 2.4rem;
  font-size: 20px;
  color: #1D1D1D;
  font-weight: 700;
}
.auth-inner .certify-sel-wrap:not(.type2) .certify-option > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #D8D8D8;
}
.auth-inner .certify-sel-wrap:not(.type2) .certify-type {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 1.6rem;
  width: 100%;
  max-width: 64rem;
}
.auth-inner .certify-sel-wrap:not(.type2) .certify-type > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-direction: column;
  position: relative;
  padding: 0;
  background-color: #F8F8F8;
  border: 1px solid #E4E4E4;
  border-radius: 1.2rem;
}
.auth-inner .certify-sel-wrap:not(.type2) .certify-type > li .login-link {
  display: block;
  width: 100%;
  padding: 3.2rem 3.2rem 3.2rem 8.8rem;
}
.auth-inner .certify-sel-wrap:not(.type2) .certify-type > li .login-link + .btn-wrap {
  margin-top: 1.6rem;
}
#anyidc.certify-sel-wrap.thema_04 .certify-type>li .login-link:focus-visible,
.auth-inner .certify-sel-wrap .certify-type > li .login-link:focus-visible {
  outline: 2px dashed #256ef4;
  outline-offset: -0.2rem;
  box-shadow: var(--krds-box-shadow-outline);
  transition: outline 0s, box-shadow 0s !important;
  border-radius: inherit;
}
.auth-inner .certify-sel-wrap:not(.type2) .certify-type > li::before, .auth-inner .certify-sel-wrap:not(.type2) .certify-type > li::after {
  position: absolute;
  top: 3.2rem;
  left: 3.2rem;
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  background-size: contain;
}
.auth-inner .certify-sel-wrap:not(.type2) .certify-type > li::after {
  position: absolute;
  top: 3.2rem;
  left: auto;
  right: 3.2rem;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(/resource/images/paid/nep/layout/component/ico_login_certify_go.svg);
}
.auth-inner .certify-sel-wrap:not(.type2) .certify-type > li.mobile::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_login_certify_type_01.svg);
}
.auth-inner .certify-sel-wrap:not(.type2) .certify-type > li.public::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_login_certify_type_02.svg);
}
.auth-inner .certify-sel-wrap:not(.type2) .certify-type > li.public2::before {
  background-image: url(/resource/images/paid/nep/layout/component/public_certification.svg);
}
.auth-inner .certify-sel-wrap:not(.type2) .certify-type > li.etc::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_login_certify_type_04.svg);
}
.auth-inner .certify-sel-wrap:not(.type2) .certify-type > li.simplicity::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_login_certify_type_03.svg);
}
.auth-inner .certify-sel-wrap:not(.type2) .certify-type > li.sns::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_login_certify_type_04.svg);
}
.auth-inner .certify-sel-wrap:not(.type2) .certify-type > li.id::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB4PSIyIiB5PSI2LjQ1NCIgd2lkdGg9IjI4IiBoZWlnaHQ9IjE5LjA5MSIgcng9IjQiIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIxLjYiLz48cGF0aCBkPSJNOC43MjYgMTYuNzU3YS45MS45MSAwIDEgMCAwLTEuODE5LjkxLjkxIDAgMCAwIDAgMS44MTl6TTE0Ljc4OCAxNi43NTdhLjkxLjkxIDAgMSAwIDAtMS44MTkuOTEuOTEgMCAwIDAgMCAxLjgxOXoiIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIxLjcxNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTI0LjE4MiAxOC4xMjFIMTkuOTQiIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==');
}
.auth-inner .certify-sel-wrap:not(.type2) .certify-type > li.guest::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjYSkiIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIxLjczMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMTEuOTk4IDEyLjk5NmE1IDUgMCAxIDAgMC0xMCA1IDUgMCAwIDAgMCAxMHpNMTIgMjYuOTk4SDN2LTEuMDg0YTkuMDIgOS4wMiAwIDAgMSA5LjQwNy04LjkxNiA5LjAyIDkuMDIgMCAwIDEgNi4zIDNNMjkgMTcuOTkybC04LjI0IDExLTUuNS00LjEyIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMiAyKSIgZD0iTTAgMGgyOHYyOEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==');
}
.auth-inner .certify-sel-wrap:not(.type2) .certify-type > li .type-tit {
  font-size: 20px;
  color: #1D1D1D;
  font-weight: 700;
}
.auth-inner .certify-sel-wrap:not(.type2) .certify-type > li .type-desc {
  margin-top: 12px;
  padding-right: 48px;
  color: #555555;
  letter-spacing: -0.7px;
}
.auth-inner .certify-sel-wrap:not(.type2) .certify-type > li .icon-arr {
  margin-top: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .auth-inner .certify-sel-wrap:not(.type2) .certify-option > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
  .auth-inner .certify-sel-wrap:not(.type2) .certify-type {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .auth-inner .certify-sel-wrap:not(.type2) .certify-opt-tit {
    margin-top: 0;
  }
  .auth-inner .certify-sel-wrap:not(.type2) .certify-option > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2rem;
    padding-bottom: 3.2rem;
  }
  .auth-inner .certify-sel-wrap:not(.type2) .certify-type {
    width: 100%;
  }
  .auth-inner .certify-sel-wrap:not(.type2) .certify-type > li {
    padding: 0;
    width: 100% !important;
  }
  .auth-inner .certify-sel-wrap:not(.type2) .certify-type > li .login-link {
    padding: 2.4rem;
  }
  .auth-inner .certify-sel-wrap:not(.type2) .certify-type > li .login-link + .btn-wrap {
    margin-top: 2.4rem;
    padding-top: 0.8rem;
    border-top: 1px solid #D8D8D8;
  }
  .auth-inner .certify-sel-wrap:not(.type2) .certify-type > li::before, .auth-inner .certify-sel-wrap:not(.type2) .certify-type > li::after {
    position: absolute;
    top: 2.4rem;
    left: 2.4rem;
  }
  .auth-inner .certify-sel-wrap:not(.type2) .certify-type > li::after {
    position: absolute;
    top: 50%;
    left: auto;
    right: 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
    margin-top: -1.2rem;
    background-image: url(/resource/images/paid/nep/layout/component/ico_login_certify_go.svg);
  }
  .auth-inner .certify-sel-wrap:not(.type2) .certify-type > li .type-tit {
    padding-left: 4.8rem;
    font-size: 2.1rem;
  }
  .auth-inner .certify-sel-wrap:not(.type2) .certify-type > li .type-desc {
    margin-top: 2.4rem;
    color: #555555;
  }
  .auth-inner .certify-sel-wrap:not(.type2) .certify-type > li .icon-arr {
    margin-top: 1.6rem;
  }
}
.auth-inner .certify-sel-wrap.type-slim .certify-opt-tit {
  margin-top: 0;
}
.auth-inner .certify-sel-wrap.type-slim .certify-option > li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .auth-inner .certify-sel-wrap.type-slim .certify-option > li {
    padding-top: 0;
  }
}
.auth-inner .certify-sel-wrap.type-slim .certify-type {
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.auth-inner .certify-sel-wrap.type-slim .certify-type > li {
  max-width: unset;
  width: calc(50% - 1.6rem * 1 / 2);
}
@media (max-width: 767px) {
  .auth-inner .certify-sel-wrap.type-slim .certify-type > li {
    width: 100%;
  }
}
.auth-inner .certify-sel-wrap.type-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.auth-inner .certify-sel-wrap.type-arrow + .certify-sel-wrap.type-arrow {
  border-top: 0 !important;
  margin-top: 0 !important;
}
.auth-inner .certify-sel-wrap.type-arrow .certify-opt-tit {
  margin-top: 0;
}
.auth-inner .certify-sel-wrap.type-arrow .certify-option > li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .auth-inner .certify-sel-wrap.type-arrow .certify-option > li {
    padding-top: 0;
    padding-bottom: 3.2rem;
  }
}
.auth-inner .certify-sel-wrap.type-arrow .tab-area {
  padding-top: 3.2rem;
}
.auth-inner .certify-sel-wrap.type-arrow .tab-conts {
  margin-top: 0;
}
.auth-inner .certify-sel-wrap.type-arrow .certify-type {
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 14px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .auth-inner .certify-sel-wrap.type-arrow .certify-type {
    gap: 16px;
  }
}
.auth-inner .certify-sel-wrap.type-arrow .certify-type > li {
  max-width: unset;
  width: calc(33.33% - 16px);;
}
.auth-inner .certify-sel-wrap.type-arrow .certify-type > li:hover {
  outline: 0.2rem solid var(--krds-primary-40);
  outline-offset: -0.2rem;
  border-color: transparent;
}
.auth-inner .certify-sel-wrap.type-arrow .certify-type > li:before, .auth-inner .certify-sel-wrap.type-arrow .certify-type > li:after {
  display: none;
}
#anyidc.certify-sel-wrap.type-arrow.thema_04 .certify-type>li .login-link,
.auth-inner .certify-sel-wrap.type-arrow .certify-type > li .login-link {
  position: relative;
  padding: 3.2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#anyidc.thema_04 .btn-txt:hover {
  backgroung-image: none;
}
#anyidc.certify-sel-wrap.type-arrow.thema_04 .certify-type>li .login-link:after, #anyidc.certify-sel-wrap.type-arrow.thema_04 .certify-type>li .login-link:before, #anyidc.certify-sel-wrap.type-arrow.thema_04 .certify-type>li .login-link:after,
.auth-inner .certify-sel-wrap.type-arrow .certify-type > li .login-link::before, .auth-inner .certify-sel-wrap.type-arrow .certify-type > li .login-link::after {
  position: absolute;
  top: 3.1rem;
  left: 3.2rem;
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  background-size: 3.2rem;
  background-repeat: no-repeat;
  background-position: 50%;
}
#anyidc.certify-sel-wrap.type-arrow.thema_04 .certify-type>li .login-link:after,
.auth-inner .certify-sel-wrap.type-arrow .certify-type > li .login-link::after {
  position: absolute;
  top: 3.1rem;
  left: auto;
  right: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  background-position: 50%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuNTYzIDE4LjI1TDE2LjQzNiAxMiA5LjU2MyA1Ljc1IiBzdHJva2U9IiMyRDJEMkQiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=");
}
@media (max-width: 767px) {
  #anyidc.certify-sel-wrap.type-arrow.thema_04 {
    margin-top:2.4rem;
  }
  #anyidc.certify-sel-wrap.type-arrow.thema_04 .certify-type>li .login-link,
  .auth-inner .certify-sel-wrap.type-arrow .certify-type > li .login-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    min-height: 60px;
    padding: 2rem;
    gap: 1.6rem;
  }
  #anyidc.certify-sel-wrap.type-arrow.thema_04 .certify-type>li .login-link:before,
  .auth-inner .certify-sel-wrap.type-arrow .certify-type > li .login-link:before {
    position: static;
    display: block;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 2.8rem;
    height: 2.8rem;
    background-size: contain;
  }
  .auth-inner .certify-sel-wrap.type-arrow .certify-type > li .login-link::after {
    display: none;
  }
}
#anyidc.certify-sel-wrap.type-arrow.thema_04 .certify-type>li .type-tit,
.auth-inner .certify-sel-wrap.type-arrow .certify-type > li .type-tit {
  position: relative;
  padding-left: 4.4rem;
  padding-right: 2.4rem;
  font-size: 2rem;
  margin-top: 0 !important;
}
.auth-inner .certify-sel-wrap.type-arrow .certify-type > li .type-tit:before {
  background:none;
}
@media (max-width: 767px) {
  #anyidc.certify-sel-wrap.type-arrow.thema_04 .certify-type>li .type-tit,
  .auth-inner .certify-sel-wrap.type-arrow .certify-type > li .type-tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    text-align: center;
    font-size: 1.7rem;
    white-space: nowrap;
  }
}
#anyidc.certify-sel-wrap.type-arrow.thema_04 .certify-type>li .type-desc,
.auth-inner .certify-sel-wrap.type-arrow .certify-type > li .type-desc {
  padding-right: 0;
  font-size: 1.6rem;
}
.auth-inner .certify-sel-wrap.type-arrow .certify-type > li.mobile .login-link:before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_login_certify_type_01.svg);
}
.auth-inner .certify-sel-wrap.type-arrow .certify-type > li.public .login-link:before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_login_certify_type_02.svg);
}
.auth-inner .certify-sel-wrap.type-arrow .certify-type > li.public2 .login-link:before {
  background-image: url(/resource/images/paid/nep/layout/component/public_certification.svg);
}
.auth-inner .certify-sel-wrap.type-arrow .certify-type > li.etc .login-link:before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_login_certify_type_04.svg);
}
.auth-inner .certify-sel-wrap.type-arrow .certify-type > li.simplicity .login-link:before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_login_certify_type_03.svg);
}
.auth-inner .certify-sel-wrap.type-arrow .certify-type > li.sns .login-link:before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_login_certify_type_04.svg);
}
.auth-inner .certify-sel-wrap.type-arrow .certify-type > li.id .login-link:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB4PSIyIiB5PSI2LjQ1NCIgd2lkdGg9IjI4IiBoZWlnaHQ9IjE5LjA5MSIgcng9IjQiIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIxLjYiLz48cGF0aCBkPSJNOC43MjYgMTYuNzU3YS45MS45MSAwIDEgMCAwLTEuODE5LjkxLjkxIDAgMCAwIDAgMS44MTl6TTE0Ljc4OCAxNi43NTdhLjkxLjkxIDAgMSAwIDAtMS44MTkuOTEuOTEgMCAwIDAgMCAxLjgxOXoiIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIxLjcxNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTI0LjE4MiAxOC4xMjFIMTkuOTQiIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==');
}
.auth-inner .certify-sel-wrap.type-arrow .certify-type > li.guest .login-link:before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjYSkiIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIxLjczMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMTEuOTk4IDEyLjk5NmE1IDUgMCAxIDAgMC0xMCA1IDUgMCAwIDAgMCAxMHpNMTIgMjYuOTk4SDN2LTEuMDg0YTkuMDIgOS4wMiAwIDAgMSA5LjQwNy04LjkxNiA5LjAyIDkuMDIgMCAwIDEgNi4zIDNNMjkgMTcuOTkybC04LjI0IDExLTUuNS00LjEyIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMiAyKSIgZD0iTTAgMGgyOHYyOEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==');
}
.auth-inner .certify-sel-wrap.type-arrow .certify-type > li.onepass .login-link::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS4yIDMuNmEuOC44IDAgMSAwIDAtMS42SDUuODg5QTMuODg5IDMuODg5IDAgMCAwIDIgNS44ODlWOS4yYS44LjggMCAxIDAgMS42IDBWNS44ODlBMi4yODkgMi4yODkgMCAwIDEgNS44ODkgMy42SDkuMnpNMjIuOCAzLjZhLjguOCAwIDAgMSAwLTEuNmgzLjMxMUEzLjg4OSAzLjg4OSAwIDAgMSAzMCA1Ljg4OVY5LjJhLjguOCAwIDAgMS0xLjYgMFY1Ljg4OUEyLjI4OSAyLjI4OSAwIDAgMCAyNi4xMTEgMy42SDIyLjh6TTIuOCAyMmEuOC44IDAgMCAxIC44Ljh2My4zMTFBMi4yODkgMi4yODkgMCAwIDAgNS44ODkgMjguNEg5LjJhLjguOCAwIDAgMSAwIDEuNkg1Ljg4OUEzLjg4OSAzLjg4OSAwIDAgMSAyIDI2LjExMVYyMi44YS44LjggMCAwIDEgLjgtLjh6TTE3LjEyIDExLjc5NmM0Ljk1MS0yLjY2NiA5LjYtMS4wOSAxMi44OC43MDh2MS44NDdjLTMuMTI0LTEuODU4LTcuNDgzLTMuNjQ0LTEyLjEyMS0xLjE0N0MxMy42ODYgMTUuNDYyIDEyLjMgMTkuMTkxIDEyLjMgMjMuNWEuOC44IDAgMCAxLTEuNiAwYzAtNC42OTEgMS41NS05LjA4MiA2LjQyLTExLjcwNHoiIGZpbGw9IiMyRDJEMkQiLz48cGF0aCBkPSJNMjMuMDMgMTRjMS44ODMuMDAzIDMuNzA5LjU3MyA1LjI4NiAxLjUyM2wxLjY4MiAxLjExNHYyLjQ1MWMtLjQxMy0uMzQtLjgyLS42ODItMS4yMTItMS4wMjktMS41NjctMS4zOTctMy42NzItMi4yODktNS43NTctMi4yODUtMS40MDYuMDAyLTIuOC4zOS00LjA5NiAxLjMwMi0yLjQ2IDEuNzYtMy4xMzggMy45MTQtMy4xNiA2LjQ3NiAwIC43NzkuMDcgMS41ODUuMTg4IDIuNDA2YS44ODcuODg3IDAgMSAxLTEuNzU1LjI1Yy0uMTI0LS44OC0uMjA2LTEuNzctLjIwNi0yLjY1Ni0uMDIyLTIuODgzLjkyNi01Ljg0IDMuOTEzLTcuOTI1QTguNzk4IDguNzk4IDAgMCAxIDIzLjAzIDE0eiIgZmlsbD0iIzJEMkQyRCIvPjxwYXRoIGQ9Ik0yMC4wNSAyMC4wMTZjLS45NjggMS4xNzEtMS4xNjMgMi4xNDktMS4xNzQgMy4xNzYtLjAwMi40OS4wNTcuOTgzLjExNyAxLjQ4Ni4wNi40OTMuMTIuOTk1LjEyNCAxLjUxNS4wMDEuNjYxLS4xMiAxLjM5OS0uNTcgMi4wNTctLjQ0OC42Ni0xLjE2MSAxLjE2OC0yLjE0NyAxLjU2YS44ODguODg4IDAgMCAxLS42NTYtMS42NDZjLjc4Mi0uMzE1IDEuMTQ4LS42MzQgMS4zMzYtLjkxLjE4Ny0uMjc5LjI2LS41ODYuMjYzLTEuMDYxLjAwNC0uMzM2LS4wNDQtLjczNC0uMDk4LTEuMTgzLS4wNjUtLjUzOC0uMTM5LTEuMTUtLjE0Mi0xLjgxOC0uMDA5LTEuMjk1LjMzNS0yLjgzNyAxLjU4Ny00LjMxNGEuODg1Ljg4NSAwIDEgMSAxLjM2IDEuMTM4ek0yMy4xMzggMTcuMDMzYy0uNDk4IDAtMS4wMS4wNjctMS41MjYuMjEyYS44ODcuODg3IDAgMSAwIC40NzkgMS43MDcgMy44MzMgMy44MzMgMCAwIDEgMS4wNDctLjE0N2MxLjMyNi0uMDA3IDIuNjM1LjczOCAzLjk0OCAxLjgyOC42MDUuNDk5IDEuMTk4IDEuMDYgMS43ODkgMS42MTguMzc0LjM1NS43NDguNzA4IDEuMTIzIDEuMDQ1di0yLjQyMWEzNy43NjUgMzcuNzY1IDAgMCAwLTEuNzgyLTEuNjA3Yy0xLjQyNy0xLjE3OC0zLjA3OC0yLjIyOC01LjA4LTIuMjM3bC4wMDIuMDAyek0yMy43NTYgMjQuMThhLjg4Ny44ODcgMCAwIDEgMS4yNDQuMTU0Yy40NzUuNjIxIDIuNDE2IDIuODkzIDQuMTYzIDQuMTg4LS4zOC40OC0uODcxLjg2OS0xLjQzNCAxLjEyN2ExOS4wMyAxOS4wMyAwIDAgMS0xLjE3MS0xLjAxNCAzMS41ODkgMzEuNTg5IDAgMCAxLTIuOTU2LTMuMjEuODg2Ljg4NiAwIDAgMSAuMTU0LTEuMjQ1eiIgZmlsbD0iIzJEMkQyRCIvPjxwYXRoIGQ9Ik0yOS45OTcgMjYuMzgydi0xLjE1OGMtLjEyMS0uMTA1LS4yNDItLjIxMi0uMzU4LS4zMjMtLjUyNi0uNDktMS4wNTMtMS0xLjU2LTEuNDktLjM5LS4zNzctLjc2OS0uNzQzLTEuMTI0LTEuMDc4bC4wMDMtLjAwMi0uMTQ4LS4xMzdjLS43NjUtLjcxLTEuMzQ3LTEuMjUtMS45NzEtMS41NDktLjU1My0uMjQ5LTEuMDkzLS4zNzYtMS42MTMtLjM3NmEyLjc5MiAyLjc5MiAwIDAgMC0yLjMxNiAxLjIwMmMtLjQ5OC43MDQtLjcxNCAxLjU2OC0uNzE2IDIuNDYxIDAgLjQ3Mi4wNjQuOTUyLjE5IDEuNDI3LjM3NSAxLjM0IDEuNDMgMy4wMjMgMi45MDIgNC42NDFoMi41MDNsLS4wNjEtLjA1NWE5LjIyOCA5LjIyOCAwIDAgMS0uMTc2LS4xNjNjLTEuODI5LTEuNy0zLjE5Mi0zLjgyNC0zLjQ1Ni00Ljg4M2EzLjc5NyAzLjc5NyAwIDAgMS0uMTMtLjk2N2MtLjAwMS0uNTk2LjE2LTEuMTIuMzg3LTEuNDMyLjIzOS0uMzEyLjQ2LS40NDcuODcxLS40Ni4yMjMgMCAuNTE4LjA1Ni44ODguMjI0LjE0LjA0MS44Ni42MTYgMS42MjcgMS4zNTcuMzMzLjMxNi42OTQuNjY0IDEuMDcxIDEuMDMuNTE3LjUgMS4wNjcgMS4wMyAxLjYyIDEuNTQ3LjQ3My40NC45NTQuODMgMS4zOTQgMS4xOC4wOTktLjMxNi4xNTgtLjY1LjE3My0uOTk2ek0xMi43ODQgMjYuMzQzYS44LjggMCAwIDAtMS41NjguMzE0QTEyLjIxNSAxMi4yMTUgMCAwIDAgMTIuNDEzIDMwaDEuODZhMTAuMzkgMTAuMzkgMCAwIDEtMS40ODktMy42NTd6TTE5LjI0IDI4LjU2M2EuODg2Ljg4NiAwIDAgMSAuOTgzLS43Nzd2LjAwMWEuODg3Ljg4NyAwIDAgMSAuNzc3Ljk4M3YuMDA1Yy0uMDEyLjA3OS0uMDc5LjU3LS4zNjYgMS4yMjVIMTguNmwuMTE2LS4xNjJhMy41NDMgMy41NDMgMCAwIDAgLjUyMy0xLjI3NXoiIGZpbGw9IiMyRDJEMkQiLz48L3N2Zz4=');
}
.auth-inner .certify-sel-wrap.type2 {
  width: 100%;
}
.auth-inner .certify-sel-wrap.type2 .tit-wrap {
  margin-bottom: 3.2rem;
}
.auth-inner .certify-sel-wrap.type2 .certify-opt-tit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 2.5rem;
  color: #1D1D1D;
  font-weight: 700;
}
.auth-inner .certify-sel-wrap.type2 .certify-option > li:not(:last-child) {
  border-bottom: 1px solid #D8D8D8;
}
.auth-inner .certify-sel-wrap.type2 .certify-type {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 1.6rem;
  width: 100%;
}
.auth-inner .certify-sel-wrap.type2 .certify-type > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: calc(33.33% - 1.6rem * 2 / 3);
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background-color: #F8F8F8;
  border: 1px solid #E4E4E4;
  border-radius: 1.2rem;
}
.auth-inner .certify-sel-wrap.type2 .certify-type > li .login-link {
  display: block;
  width: 100%;
  padding: 3.2rem;
}
.auth-inner .certify-sel-wrap.type2 .certify-type > li .login-link + .btn-wrap {
  margin-top: 1.6rem;
}
.auth-inner .certify-sel-wrap.type2 .certify-type > li .login-link:focus-visible {
  outline-offset: -0.4rem;
  outline: 2px solid rgba(36, 107, 235, 0.8);
  border-radius: 1.2rem;
}
.auth-inner .certify-sel-wrap.type2 .certify-type > li .login-link::before, .auth-inner .certify-sel-wrap.type2 .certify-type > li .login-link::after {
  display: block;
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  background-size: contain;
}
.auth-inner .certify-sel-wrap.type2 .certify-type > li .login-link::after {
  position: absolute;
  top: 3.2rem;
  left: auto;
  right: 3.2rem;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(/resource/images/paid/nep/layout/component/ico_login_certify_go.svg);
}
.auth-inner .certify-sel-wrap.type2 .certify-type > li.mobile .login-link::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_login_certify_type_01.svg);
}
.auth-inner .certify-sel-wrap.type2 .certify-type > li.public .login-link::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_login_certify_type_02.svg);
}
.auth-inner .certify-sel-wrap.type2 .certify-type > li.simplicity .login-link::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_login_certify_type_03.svg);
}
.auth-inner .certify-sel-wrap.type2 .certify-type > li.sns .login-link::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_login_certify_type_04.svg);
}
.auth-inner .certify-sel-wrap.type2 .certify-type > li.id .login-link::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB4PSIyIiB5PSI2LjQ1NCIgd2lkdGg9IjI4IiBoZWlnaHQ9IjE5LjA5MSIgcng9IjQiIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIxLjYiLz48cGF0aCBkPSJNOC43MjYgMTYuNzU3YS45MS45MSAwIDEgMCAwLTEuODE5LjkxLjkxIDAgMCAwIDAgMS44MTl6TTE0Ljc4OCAxNi43NTdhLjkxLjkxIDAgMSAwIDAtMS44MTkuOTEuOTEgMCAwIDAgMCAxLjgxOXoiIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIxLjcxNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTI0LjE4MiAxOC4xMjFIMTkuOTQiIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIxLjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==');
}
.auth-inner .certify-sel-wrap.type2 .certify-type > li.guest .login-link::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBjbGlwLXBhdGg9InVybCgjYSkiIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIxLjczMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMTEuOTk4IDEyLjk5NmE1IDUgMCAxIDAgMC0xMCA1IDUgMCAwIDAgMCAxMHpNMTIgMjYuOTk4SDN2LTEuMDg0YTkuMDIgOS4wMiAwIDAgMSA5LjQwNy04LjkxNiA5LjAyIDkuMDIgMCAwIDEgNi4zIDNNMjkgMTcuOTkybC04LjI0IDExLTUuNS00LjEyIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMiAyKSIgZD0iTTAgMGgyOHYyOEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==');
}
.auth-inner .certify-sel-wrap.type2 .certify-type > li.public2 .login-link::before {
  background-image: url(/resource/images/paid/nep/layout/component/public_certification.svg);
}
.auth-inner .certify-sel-wrap.type2 .certify-type > li.etc .login-link::before {
  background-image: url(/resource/images/paid/nep/layout/component/ico_login_certify_type_04.svg);
}
.auth-inner .certify-sel-wrap.type2 .certify-type > li.onepass .login-link::before {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOS4yIDMuNmEuOC44IDAgMSAwIDAtMS42SDUuODg5QTMuODg5IDMuODg5IDAgMCAwIDIgNS44ODlWOS4yYS44LjggMCAxIDAgMS42IDBWNS44ODlBMi4yODkgMi4yODkgMCAwIDEgNS44ODkgMy42SDkuMnpNMjIuOCAzLjZhLjguOCAwIDAgMSAwLTEuNmgzLjMxMUEzLjg4OSAzLjg4OSAwIDAgMSAzMCA1Ljg4OVY5LjJhLjguOCAwIDAgMS0xLjYgMFY1Ljg4OUEyLjI4OSAyLjI4OSAwIDAgMCAyNi4xMTEgMy42SDIyLjh6TTIuOCAyMmEuOC44IDAgMCAxIC44Ljh2My4zMTFBMi4yODkgMi4yODkgMCAwIDAgNS44ODkgMjguNEg5LjJhLjguOCAwIDAgMSAwIDEuNkg1Ljg4OUEzLjg4OSAzLjg4OSAwIDAgMSAyIDI2LjExMVYyMi44YS44LjggMCAwIDEgLjgtLjh6TTE3LjEyIDExLjc5NmM0Ljk1MS0yLjY2NiA5LjYtMS4wOSAxMi44OC43MDh2MS44NDdjLTMuMTI0LTEuODU4LTcuNDgzLTMuNjQ0LTEyLjEyMS0xLjE0N0MxMy42ODYgMTUuNDYyIDEyLjMgMTkuMTkxIDEyLjMgMjMuNWEuOC44IDAgMCAxLTEuNiAwYzAtNC42OTEgMS41NS05LjA4MiA2LjQyLTExLjcwNHoiIGZpbGw9IiMyRDJEMkQiLz48cGF0aCBkPSJNMjMuMDMgMTRjMS44ODMuMDAzIDMuNzA5LjU3MyA1LjI4NiAxLjUyM2wxLjY4MiAxLjExNHYyLjQ1MWMtLjQxMy0uMzQtLjgyLS42ODItMS4yMTItMS4wMjktMS41NjctMS4zOTctMy42NzItMi4yODktNS43NTctMi4yODUtMS40MDYuMDAyLTIuOC4zOS00LjA5NiAxLjMwMi0yLjQ2IDEuNzYtMy4xMzggMy45MTQtMy4xNiA2LjQ3NiAwIC43NzkuMDcgMS41ODUuMTg4IDIuNDA2YS44ODcuODg3IDAgMSAxLTEuNzU1LjI1Yy0uMTI0LS44OC0uMjA2LTEuNzctLjIwNi0yLjY1Ni0uMDIyLTIuODgzLjkyNi01Ljg0IDMuOTEzLTcuOTI1QTguNzk4IDguNzk4IDAgMCAxIDIzLjAzIDE0eiIgZmlsbD0iIzJEMkQyRCIvPjxwYXRoIGQ9Ik0yMC4wNSAyMC4wMTZjLS45NjggMS4xNzEtMS4xNjMgMi4xNDktMS4xNzQgMy4xNzYtLjAwMi40OS4wNTcuOTgzLjExNyAxLjQ4Ni4wNi40OTMuMTIuOTk1LjEyNCAxLjUxNS4wMDEuNjYxLS4xMiAxLjM5OS0uNTcgMi4wNTctLjQ0OC42Ni0xLjE2MSAxLjE2OC0yLjE0NyAxLjU2YS44ODguODg4IDAgMCAxLS42NTYtMS42NDZjLjc4Mi0uMzE1IDEuMTQ4LS42MzQgMS4zMzYtLjkxLjE4Ny0uMjc5LjI2LS41ODYuMjYzLTEuMDYxLjAwNC0uMzM2LS4wNDQtLjczNC0uMDk4LTEuMTgzLS4wNjUtLjUzOC0uMTM5LTEuMTUtLjE0Mi0xLjgxOC0uMDA5LTEuMjk1LjMzNS0yLjgzNyAxLjU4Ny00LjMxNGEuODg1Ljg4NSAwIDEgMSAxLjM2IDEuMTM4ek0yMy4xMzggMTcuMDMzYy0uNDk4IDAtMS4wMS4wNjctMS41MjYuMjEyYS44ODcuODg3IDAgMSAwIC40NzkgMS43MDcgMy44MzMgMy44MzMgMCAwIDEgMS4wNDctLjE0N2MxLjMyNi0uMDA3IDIuNjM1LjczOCAzLjk0OCAxLjgyOC42MDUuNDk5IDEuMTk4IDEuMDYgMS43ODkgMS42MTguMzc0LjM1NS43NDguNzA4IDEuMTIzIDEuMDQ1di0yLjQyMWEzNy43NjUgMzcuNzY1IDAgMCAwLTEuNzgyLTEuNjA3Yy0xLjQyNy0xLjE3OC0zLjA3OC0yLjIyOC01LjA4LTIuMjM3bC4wMDIuMDAyek0yMy43NTYgMjQuMThhLjg4Ny44ODcgMCAwIDEgMS4yNDQuMTU0Yy40NzUuNjIxIDIuNDE2IDIuODkzIDQuMTYzIDQuMTg4LS4zOC40OC0uODcxLjg2OS0xLjQzNCAxLjEyN2ExOS4wMyAxOS4wMyAwIDAgMS0xLjE3MS0xLjAxNCAzMS41ODkgMzEuNTg5IDAgMCAxLTIuOTU2LTMuMjEuODg2Ljg4NiAwIDAgMSAuMTU0LTEuMjQ1eiIgZmlsbD0iIzJEMkQyRCIvPjxwYXRoIGQ9Ik0yOS45OTcgMjYuMzgydi0xLjE1OGMtLjEyMS0uMTA1LS4yNDItLjIxMi0uMzU4LS4zMjMtLjUyNi0uNDktMS4wNTMtMS0xLjU2LTEuNDktLjM5LS4zNzctLjc2OS0uNzQzLTEuMTI0LTEuMDc4bC4wMDMtLjAwMi0uMTQ4LS4xMzdjLS43NjUtLjcxLTEuMzQ3LTEuMjUtMS45NzEtMS41NDktLjU1My0uMjQ5LTEuMDkzLS4zNzYtMS42MTMtLjM3NmEyLjc5MiAyLjc5MiAwIDAgMC0yLjMxNiAxLjIwMmMtLjQ5OC43MDQtLjcxNCAxLjU2OC0uNzE2IDIuNDYxIDAgLjQ3Mi4wNjQuOTUyLjE5IDEuNDI3LjM3NSAxLjM0IDEuNDMgMy4wMjMgMi45MDIgNC42NDFoMi41MDNsLS4wNjEtLjA1NWE5LjIyOCA5LjIyOCAwIDAgMS0uMTc2LS4xNjNjLTEuODI5LTEuNy0zLjE5Mi0zLjgyNC0zLjQ1Ni00Ljg4M2EzLjc5NyAzLjc5NyAwIDAgMS0uMTMtLjk2N2MtLjAwMS0uNTk2LjE2LTEuMTIuMzg3LTEuNDMyLjIzOS0uMzEyLjQ2LS40NDcuODcxLS40Ni4yMjMgMCAuNTE4LjA1Ni44ODguMjI0LjE0LjA0MS44Ni42MTYgMS42MjcgMS4zNTcuMzMzLjMxNi42OTQuNjY0IDEuMDcxIDEuMDMuNTE3LjUgMS4wNjcgMS4wMyAxLjYyIDEuNTQ3LjQ3My40NC45NTQuODMgMS4zOTQgMS4xOC4wOTktLjMxNi4xNTgtLjY1LjE3My0uOTk2ek0xMi43ODQgMjYuMzQzYS44LjggMCAwIDAtMS41NjguMzE0QTEyLjIxNSAxMi4yMTUgMCAwIDAgMTIuNDEzIDMwaDEuODZhMTAuMzkgMTAuMzkgMCAwIDEtMS40ODktMy42NTd6TTE5LjI0IDI4LjU2M2EuODg2Ljg4NiAwIDAgMSAuOTgzLS43Nzd2LjAwMWEuODg3Ljg4NyAwIDAgMSAuNzc3Ljk4M3YuMDA1Yy0uMDEyLjA3OS0uMDc5LjU3LS4zNjYgMS4yMjVIMTguNmwuMTE2LS4xNjJhMy41NDMgMy41NDMgMCAwIDAgLjUyMy0xLjI3NXoiIGZpbGw9IiMyRDJEMkQiLz48L3N2Zz4=');
}
.auth-inner .certify-sel-wrap.type2 .certify-type > li .type-tit {
  margin-top: 3.2rem;
  font-size: 2.5rem;
  color: #1D1D1D;
  font-weight: 700;
}
.auth-inner .certify-sel-wrap.type2 .certify-type > li .type-desc {
  min-height: 7.6rem;
  margin-top: 2.4rem;
  color: #555555;
}
.auth-inner .certify-sel-wrap.type2 .certify-type > li .icon-arr {
  margin-top: 1.6rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .auth-inner .certify-sel-wrap.type2 .certify-option > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2rem;
  }
  .auth-inner .certify-sel-wrap.type2 .certify-type {
    max-width: 100%;
  }
  .auth-inner .certify-sel-wrap.type2 .certify-type > li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .auth-inner .certify-sel-wrap.type2 .certify-opt-tit {
    margin-top: 0;
  }
  .auth-inner .certify-sel-wrap.type2 .certify-option > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .auth-inner .certify-sel-wrap.type2 .certify-type {
    width: 100%;
  }
  .auth-inner .certify-sel-wrap.type2 .certify-type > li {
    width: 100%;
    padding: 0;
  }
  .auth-inner .certify-sel-wrap.type2 .certify-type > li .login-link {
    padding: 2.4rem;
  }
  .auth-inner .certify-sel-wrap.type2 .certify-type > li .login-link::before, .auth-inner .certify-sel-wrap.type2 .certify-type > li .login-link::after {
    position: absolute;
    top: 2.4rem;
    left: 2.4rem;
  }
  .auth-inner .certify-sel-wrap.type2 .certify-type > li .login-link::after {
    position: absolute;
    top: 50%;
    left: auto;
    right: 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
    margin-top: -1.2rem;
    background-image: url(/resource/images/paid/nep/layout/component/ico_login_certify_go.svg);
  }
  .auth-inner .certify-sel-wrap.type2 .certify-type > li .login-link + .btn-wrap {
    margin-top: 2.4rem;
    padding-top: 0.8rem;
    border-top: 1px solid #D8D8D8;
  }
  .auth-inner .certify-sel-wrap.type2 .certify-type > li .type-tit {
    margin-top: 0;
    padding-left: 4.8rem;
    font-size: 2.1rem;
  }
  .auth-inner .certify-sel-wrap.type2 .certify-type > li .type-desc {
    margin-top: 2.4rem;
    color: #555555;
  }
  .auth-inner .certify-sel-wrap.type2 .certify-type > li .icon-arr {
    margin-top: 1.6rem;
  }
}
.auth-inner .join-member-bn-wrap-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
}
.auth-inner .join-member-bn-wrap-column.right {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: -2rem;
}
@media (max-width: 767px) {
  #anyidc.thema_04 .join-member-bn-wrap-column,
  .auth-inner .join-member-bn-wrap-column {
    flex-direction: column;
    row-gap: 1.6rem;
    margin-top: 1.6rem;
  }
}
.auth-inner .join-member-bn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem;
  color: #1D1D1D;
}
.auth-inner .join-member-bn-wrap.type-arrow {
  padding: 1.8rem 0;
  border-top: 1px solid #D8D8D8;
  width: 100%;
}
.auth-inner .join-member-bn-wrap .txt-desc {
  font-weight: 700;
  font-size: 20px;
}
.auth-inner .join-member-bn-wrap .btn-wrap {
  width: auto;
}
@media (max-width: 767px) {
  #anyidc.thema_04 .join-member-bn-wrap,
  .auth-inner .join-member-bn-wrap {
    row-gap: 0;
  }
  .auth-inner .join-member-bn-wrap .btn-wrap .btn {
    font-size: 1.7rem;
  }
}

/***** CSS 충돌로 인한 CSS 추가(모바일신분증, 간편인증) *****/

/* 모바일신분증 */
#mipEmbededContents {
  word-spacing: 0 !important;
}
#mipEmbededContents ul.userInfo li {
  align-items: center;
}
#mipEmbededContents ul.userInfo li .ul-th {
  padding-top: 0 !important;
}
#mipEmbededContents .userInfo select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background:#fff url(/resource/images/paid/nep/layout/component/ico_angle.svg) no-repeat right 1rem center/1.6rem;
  border-radius: 0;
}
#mipEmbededContents .userInfo input[type=number], #mipEmbededContents .userInfo input[type=password], #mipEmbededContents .userInfo input[type=text] {
  text-indent: 0;
}
#mipEmbededContents form .btnArea {
  gap: 0;
}
#mipEmbededContents button.w50 {
  width: 50% !important;
}

/* 모바일신분증 - 모바일화면 */
#mipEmbededContents.mobile .mobileView section .head .selectbox {
  align-items: center;
}
#mipEmbededContents.mobile .mobileView section .head .selectbox:after {
  margin-top: 0 !important;
}
#mipEmbededContents.mobile .mobileView section .head .selectbox span {
  margin-left: 0 !important;
}

/* 간편인증 */
#bgScrn {
  top: 0;
  left: 0;
}
#oacxEmbededContents header h1 span {
  margin-top: 1.6rem;
}
#oacxEmbededContents header .logo {
  top: calc(50% - 15px) !important;
}
#oacxEmbededContents ul.userInfo li {
  align-items: center;
}
#oacxEmbededContents ul.userInfo li .ul-th {
  padding-top: 0 !important;
  line-height: 52px;
}
#oacxEmbededContents ul.userInfo li .ul-td {
  display: flex;
}
#oacxEmbededContents .userInfo select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background:#fff url(/resource/images/paid/nep/layout/component/ico_angle.svg) no-repeat right 1rem center/1.6rem;
  border-radius: 0;
  padding: 0 3rem 0 1rem !important;
}
#oacxEmbededContents .userInfo input[type=number], #oacxEmbededContents .userInfo input[type=password], #oacxEmbededContents .userInfo input[type=text] {
  text-indent: 0;
}
#oacxEmbededContents .list li span.label-nm p {
  font-size: 1.3rem !important;
}
#oacxEmbededContents .btnArea {
  flex-direction: row;
  gap: 0;
}
#oacxEmbededContents .w30 {
  width: 30% !important;
}
#oacxEmbededContents .w70 {
  width: 70% !important;
}
#oacxEmbededContents .h100 {
  height: 100% !important;
}
@media (max-width: 639px) {
  #oacxEmbededContents .btnArea {
    flex-direction: row;
  }
}