@charset "UTF-8";
/*여백*/
/*$border-radius*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*폰트*/
/* Pretendard */
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("/npayconnect/font/Pretendard/Pretendard-Light-bfff3a54757b20bec529ad0c11de7b7e.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("AnyTestFont Regular"), url("/npayconnect/font/Pretendard/Pretendard-Regular-db095fbdc6e9c9a1cea9577fcb8e0f7a.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("/npayconnect/font/Pretendard/Pretendard-Medium-7bab4a8a2580411ea263b78fb93436fa.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("/npayconnect/font/Pretendard/Pretendard-SemiBold-461720124becc9594739cd6750835c38.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("/npayconnect/font/Pretendard/Pretendard-Bold-d93573b4d0c2d6b0cd2df2eb87a1d677.woff") format("woff");
}
body * {
  font-family: "Pretendard", sans-serif;
}

/*기본 레이아웃 스타일 정의*/
body {
  width: 100%;
  height: 100vh;
}
body.hidden {
  overflow: hidden;
}

body * {
  box-sizing: border-box;
  letter-spacing: 0px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
}

a {
  text-decoration: none;
}

button {
  border: none;
}

.wrapper {
  width: 100%;
  height: 100vh;
}
.wrapper .container {
  width: 100%;
  min-height: 100vh;
  padding: 56px 0 0;
  background: #fff;
  overflow-y: auto;
}
@media (min-width: 721px) {
  .wrapper .container {
    padding: 74px 0 0;
    min-width: 1200px;
    min-height: 100%;
  }
}
.wrapper .container .contents {
  min-height: 100%;
  padding-bottom: 104px;
}

form {
  height: 100%;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

.cont-pc {
  display: none !important;
}
@media (min-width: 721px) {
  .cont-pc {
    display: block !important;
  }
}

.cont-m {
  display: block !important;
}
@media (min-width: 721px) {
  .cont-m {
    display: none !important;
  }
}

/*common*/
.section {
  margin: 80px 0 0;
}
@media (min-width: 721px) {
  .section {
    margin-top: 160px;
  }
}
@media (min-width: 721px) {
  .section .inner {
    width: 720px;
    margin: 80px auto;
    padding: 0;
  }
}
.section .inner.border {
  border-top: 8px solid #EEF2F5;
  padding-top: 24px;
}
.section .sec-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.25;
}
@media (min-width: 721px) {
  .section .sec-title {
    font-size: 56px;
    line-height: 1.25;
    letter-spacing: -0.5px;
  }
}
.section .sec-title .sub {
  display: block;
  color: #555;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.1px;
  margin-top: 16px;
  font-weight: 500;
}
.section .sec-title .sub.point {
  color: #0DBA5A;
}
@media (min-width: 721px) {
  .section .sec-title .sub {
    font-size: 26px;
    letter-spacing: -0.2px;
    margin-top: 24px;
  }
}

/*줄바꿈*/
.m-br > br {
  display: block !important;
}
@media (min-width: 721px) {
  .m-br > br {
    display: none !important;
  }
}

.pc-br > br {
  display: none !important;
}
@media (min-width: 721px) {
  .pc-br > br {
    display: block !important;
  }
}

/*a태그 리셋*/
a {
  -webkit-tap-highlight-color: transparent;
}

a[href^=tel],
a[href^=mailto] {
  color: inherit !important;
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: top;
}
img.pc {
  display: none;
}
@media (min-width: 721px) {
  img.pc {
    display: block;
  }
}
img.m {
  display: block;
}
@media (min-width: 721px) {
  img.m {
    display: none;
  }
}

.info-txt-box {
  margin: 8px 0 32px;
}
.info-txt-box .list.none li::before {
  display: none;
}
.info-txt-box .list li {
  color: #555;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  position: relative;
  padding-left: 10px;
  text-indent: -10px;
}
.info-txt-box .list li::before {
  content: "*";
  display: inline-block;
  width: 6px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  margin-right: 4px;
  text-indent: 0;
}
.info-txt-box .list li + li {
  margin-top: 2px;
}
.info-txt-box + .option-box {
  margin-top: -16px;
}

/*common : btn-wrap*/
.btn {
  width: auto;
  height: 36px;
  line-height: 34px;
  padding: 0 12px;
  border-radius: 14px;
  border: 1px solid #E1E1E1;
  margin-left: 6px;
  font-weight: 500;
  background: #fff;
}
.btn.fill {
  background: #0DBA5A;
  border-color: #0DBA5A;
  color: #fff;
}
.btn.fill:hover {
  background: #0AA750;
}
.btn.gray {
  background: #555 !important;
  border-color: #555 !important;
  color: #fff !important;
}
.btn.kb {
  background: #F8B500;
  border-color: #F8B500;
  color: #000;
}
.btn:disabled {
  background: #F7F7F9 !important;
  color: #CCC !important;
  border-color: #F7F7F9 !important;
}
@media (min-width: 721px) {
  .btn {
    height: 42px;
    font-size: 16px;
    font-weight: 600;
    margin-left: 8px;
  }
}
.btn.counsel {
  background-color: #0DBA5A;
  border-color: #0DBA5A;
  color: #fff;
}

.btn-wrap {
  margin-top: 32px;
}
@media (min-width: 721px) {
  .btn-wrap {
    margin-top: 40px;
  }
}
.btn-wrap .btn {
  width: 100%;
  height: 68px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.2px;
  margin: 0;
  padding: 0;
}

.btn-delete {
  width: 24px;
  height: 24px;
  background: transparent url("/npayconnect/images/icon/icon_del-2128ea4bd22f1736b11a53ea8dfab0f3.svg") no-repeat center center;
  border: none;
  font-size: 0;
}

/*input*/
.input-wrap + .input-wrap {
  margin-top: 32px;
}
.input-wrap .inpt-tit {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.1px;
  margin-bottom: 8px;
}
.input-wrap .inpt-tit .option {
  color: #999;
  padding-left: 4px;
}
.input-wrap .box {
  display: none;
}
.input-wrap .error-msg {
  display: none;
}
.input-wrap .email-box,
.input-wrap .agancy-box {
  width: 100%;
}
@media (min-width: 721px) {
  .input-wrap .email-box,
  .input-wrap .agancy-box {
    display: flex;
  }
}
.input-wrap .email-box label,
.input-wrap .agancy-box label {
  width: 100%;
}
.input-wrap .resident-num-box {
  display: flex;
  align-items: center;
}
.input-wrap .resident-num-box > * {
  flex: 1;
}
.input-wrap .resident-num-box span {
  flex: none;
  display: inline-block;
  width: 24px;
  text-align: center;
}
.input-wrap .resident-num-box .masked-box {
  background: url("/npayconnect/images/num-back-4998e791c764286f67df193b85c3b011.svg") no-repeat left 50px center;
}
.input-wrap .resident-num-box .masked-box label input {
  width: 42px;
}
.input-wrap .addr-detail {
  display: none;
}
.input-wrap .addr-detail label {
  display: inline-block;
  width: 100%;
  margin-top: 8px;
}
.input-wrap .select-box {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 721px) {
  .input-wrap .select-box {
    flex-wrap: nowrap;
  }
}
.input-wrap .select-box.phone select {
  width: 140px;
  margin-right: 6px;
}
.input-wrap .select-box label {
  flex: 1;
}
.input-wrap .withbtn-box {
  display: flex;
}
.input-wrap .withbtn-box label {
  flex: auto;
}
.input-wrap .withbtn-box .ipt-btn-wrap {
  width: 104px;
  margin-top: 0;
  margin: 0 0 0 6px;
}
.input-wrap.error .QR-inpt {
  outline: 2px solid #FF3131;
  border: none;
}
.input-wrap.error .QR-inpt:focus {
  outline-color: #000;
  border-color: transparent;
}
.input-wrap.error .error-msg {
  display: block;
  color: #FF3131;
  margin-top: 4px;
}
.input-wrap.error input:active, .input-wrap.error input:focus {
  outline: 2px solid #D41818;
}
.input-wrap.radio input[type=radio] {
  display: none;
}
.input-wrap.radio input[type=radio]:checked + .box {
  background: #0DBA5A;
  color: #fff;
}
.input-wrap.radio .radio-box {
  display: flex;
}
.input-wrap.radio .radio-box.three {
  flex-wrap: wrap;
}
@media (min-width: 721px) {
  .input-wrap.radio .radio-box.three {
    flex-wrap: nowrap;
    gap: 6px;
  }
}
.input-wrap.radio .radio-box.three label {
  width: 100%;
  flex: 100%;
  margin: 6px 0 0 0;
}
.input-wrap.radio .radio-box label {
  cursor: pointer;
  flex: 1;
  margin: 0 6px 0 0;
}
.input-wrap.radio .radio-box label:last-child {
  margin-right: 0;
}
.input-wrap.radio .radio-box.icon-type .box {
  border: none;
  color: #000;
  height: auto;
  line-height: 1;
  text-align: left;
}
.input-wrap.radio .radio-box.icon-type .box .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/npayconnect/images/icon/icon_radio_off-6645892a18c14b03c1cdb5bffced9879.svg") no-repeat center/24px auto;
  vertical-align: middle;
  margin-right: 8px;
}
.input-wrap.radio .radio-box.icon-type input[type=radio] {
  display: none;
}
.input-wrap.radio .radio-box.icon-type input[type=radio]:checked + .box {
  background-color: transparent;
  color: #000;
}
.input-wrap.radio .radio-box.icon-type input[type=radio]:checked + .box .icon {
  background: transparent url("/npayconnect/images/icon/icon_radio_on-9986523f72c062d314bde09f874ab02c.svg") no-repeat center/24px auto;
}
.input-wrap.radio .radio-box .box {
  display: block;
  height: 44px;
  border-radius: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 44px;
  border: 1px solid #0DBA5A;
  width: 100%;
  color: #0DBA5A;
}
.input-wrap.chk input[type=checkbox] {
  display: none;
}
.input-wrap.chk input[type=checkbox]:checked + .box .icon {
  background: url("/npayconnect/images/icon/chk2_on-f544c729d92e8dddf8328b22c7244b3b.svg") no-repeat center top/24px 24px;
}
.input-wrap.chk input[type=checkbox]:checked:disabled + .box .icon {
  background: url("/npayconnect/images/icon/chk2_on_disabled-e5188f875594bfb8fa72c94a2e4b21a1.svg") no-repeat center top/24px 24px;
}
.input-wrap.chk input[type=checkbox]:disabled + .box .icon {
  background: url("/npayconnect/images/icon/chk2_off_disabled-4958cbc646040fa158acfcf34dcc6af8.svg") no-repeat center top/24px 24px;
}
.input-wrap.chk .box {
  display: block;
}
.input-wrap.chk .box .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/npayconnect/images/icon/chk2_off-dc435ac8e7d76165f62d3360a2cd44c8.svg") no-repeat center top/24px 24px;
  vertical-align: middle;
  margin-right: 8px;
}
.input-wrap.chk.circle input[type=checkbox]:checked + .box .icon {
  background: url("/npayconnect/images/icon/chk_on-b83b5e5e82e90d5cb5d6410ac5f6976d.svg") no-repeat center top/24px 24px;
}
.input-wrap.chk.circle input[type=checkbox]:checked:disabled + .box .icon {
  background: url("/npayconnect/images/icon/chk_on_disabled-ccfa0c9a368c6572707777c2618a8399.svg") no-repeat center top/24px 24px;
}
.input-wrap.chk.circle input[type=checkbox]:disabled + .box .icon {
  background: url("/npayconnect/images/icon/chk_off_disabled-623ff00bb3509bc283d988c4fc1f13fc.svg") no-repeat center top/24px 24px;
}
.input-wrap.chk.circle .box .icon {
  background: url("/npayconnect/images/icon/chk_off-55150a218996814464d492315fced61a.svg") no-repeat center top/24px 24px;
}
.input-wrap.chk.square input[type=checkbox]:checked + .box .icon {
  background: url("/npayconnect/images/icon/chk3_on-6c843afed1ea9d1ea1edac6a0f043f3a.svg") no-repeat center top/20px 20px;
}
.input-wrap.chk.square input[type=checkbox]:checked:disabled + .box .icon {
  background: url("/npayconnect/images/icon/chk3_on_disabled-130757b0d4878037ee09d34814d51614.svg") no-repeat center top/20px 20px;
}
.input-wrap.chk.square input[type=checkbox]:disabled + .box .icon {
  background: url("/npayconnect/images/icon/chk3_off_disabled-a4718d1839b5160cfaaa3cd73dad17c5.svg") no-repeat center top/20px 20px;
}
.input-wrap.chk.square .box {
  display: block;
}
.input-wrap.chk.square .box .icon {
  width: 20px;
  height: 20px;
  background: url("/npayconnect/images/icon/chk3_off-128203810c834f6329313d389e9dc018.svg") no-repeat center top/20px 20px;
  margin-right: 6px;
}
.input-wrap .ipt-btn-wrap {
  margin-top: 8px;
  flex: none;
  width: 100%;
}
@media (min-width: 721px) {
  .input-wrap .ipt-btn-wrap {
    width: 104px;
    margin-left: 6px;
    margin: 0 0 0 6px;
  }
}
.input-wrap .ipt-btn-wrap .btn {
  width: 100%;
  height: 48px !important;
  margin: 0;
  background: #0DBA5A;
  border-color: #0DBA5A;
  color: #fff;
  font-size: 16px !important;
  font-weight: 500;
  letter-spacing: -0.1px;
  border-radius: 10px;
}
.input-wrap .ipt-btn-wrap .btn:hover {
  background: #0AA750;
}
.input-wrap .val-ipt-wrap {
  display: none;
  margin-top: 8px;
}

input:active, input:focus, textarea:active, textarea:focus, select:active, select:focus {
  outline: 2px solid #000;
  border-color: transparent;
}
input::placeholder, textarea::placeholder, select::placeholder {
  color: #CCC;
}
input {
  width: 100%;
  font-size: 16px;
  letter-spacing: -0.1px;
  border: 1px solid #ccc;
  height: 48px;
  padding: 0 16px;
  border-radius: 10px;
}
input.val-inpt {
  border: 1px solid #ccc !important;
}
input:read-only {
  background: #F7F7F9;
}
input:read-only:focus {
  outline: none;
  border-color: #ccc;
}
input:disabled {
  border-color: #EEF2F5;
  color: #EEF2F5;
  background: #fff;
}

textarea {
  width: 100%;
  height: 128px;
  font-size: 16px;
  letter-spacing: -0.1px;
  border: 1px solid #ccc;
  padding: 16px;
  border-radius: 10px;
  resize: none;
}

.QR-select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ccc;
  height: 48px;
  padding: 0px 48px 0 16px;
  appearance: none; /* 기본 UI 제거 */
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  color: #000;
  font-size: 16px;
  background: #fff url("/npayconnect/images/icon/icon-select-arr-6ad07bbde193c698b9393b44829d0d19.svg") no-repeat center right 16px/24px 24px;
  letter-spacing: -0.1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*해더와 타이틀*/
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  width: 100%;
  height: 56px;
  padding: 10px 16px;
  z-index: 100;
  display: flex;
  align-items: center;
}
@media (min-width: 721px) {
  .header-wrap {
    height: 74px;
  }
}
.header-wrap .header-inner {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 721px) {
  .header-wrap .header-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.header-wrap .header-inner .logo-image {
  cursor: pointer;
}
.header-wrap .header-inner img {
  vertical-align: middle;
  width: 112px;
  cursor: pointer;
}
@media (min-width: 721px) {
  .header-wrap .header-inner img {
    width: 149px;
  }
}
@media (min-width: 721px) {
  .header-wrap {
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header-wrap .nav {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (min-width: 721px) {
  .header-wrap .nav {
    flex: none;
  }
}
.header-wrap .nav .btn {
  border-radius: 10px;
  font-weight: 600;
}
@media (min-width: 721px) {
  .header-wrap .nav .btn {
    height: 42px;
    font-size: 16px;
    line-height: 42px;
  }
}
.header-wrap .nav .btn.menu {
  width: 24px;
  height: 36px;
  background: transparent url("/npayconnect/images/icon/icon-menu-358b073b5dd00790909aad597beb9cca.svg") no-repeat center right;
  font-size: 0;
  border: none;
}
@media (min-width: 721px) {
  .header-wrap .nav .btn.menu {
    display: none;
  }
}
.header-wrap .menu-list-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 300;
  transform: translateX(100%);
  transition: transform 0.3s ease-in;
  overflow-y: auto;
}
@media (min-width: 721px) {
  .header-wrap .menu-list-wrap {
    position: unset;
    transform: none;
    overflow: hidden;
  }
}
.header-wrap .menu-list-wrap.is-open {
  transform: translateX(0);
}
.header-wrap .menu-list-wrap .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  height: 56px;
}
@media (min-width: 721px) {
  .header-wrap .menu-list-wrap .top {
    display: none;
  }
}
.header-wrap .menu-list-wrap .top .logo img {
  width: 112px;
  vertical-align: middle;
}
.header-wrap .menu-list-wrap .top .btn-close {
  position: relative;
  width: 24px;
  height: 24px;
  background: url("/npayconnect/images/icon/icon_close_menu-3031994df57ea61a01a88efd7009802c.svg") no-repeat center center;
}
.header-wrap .menu-list-wrap .list {
  padding: 16px;
}
@media (min-width: 721px) {
  .header-wrap .menu-list-wrap .list {
    display: flex;
    justify-content: flex-start;
    gap: 60px;
    padding: 0;
    margin-left: 112px;
  }
}
.header-wrap .menu-list-wrap .list li {
  height: 53px;
}
@media (min-width: 721px) {
  .header-wrap .menu-list-wrap .list li {
    height: auto;
  }
}
@media (min-width: 721px) {
  .header-wrap .menu-list-wrap .list li.m {
    display: none;
  }
}
.header-wrap .menu-list-wrap .list li a {
  display: block;
  line-height: 53px;
  padding: 0 8px;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 721px) {
  .header-wrap .menu-list-wrap .list li a {
    font-weight: 400;
    line-height: 1;
    padding: 0;
  }
}
.header-wrap .menu-list-wrap .list li.active a {
  color: #0DBA5A;
  font-weight: 600;
}
.header-wrap .menu-list-wrap .list li .btn-package {
  line-height: 53px;
  color: #0DBA5A;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
}

/*해더와 타이틀*/
.footer-wrap {
  background: #2D2D2D;
  padding: 32px 16px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.footer-wrap .footer {
  width: 100%;
}
@media (min-width: 721px) {
  .footer-wrap .footer {
    width: 1200px;
    margin: 0 auto;
  }
}
@media (min-width: 721px) {
  .footer-wrap {
    padding: 48px 0;
    justify-content: space-between;
  }
}
.footer-wrap .fo-list {
  flex: none;
}
.footer-wrap .fo-list li {
  font-size: 12px;
  color: #ccc;
  text-align: center;
  line-height: 1.5;
}
.footer-wrap .fo-list li span {
  color: inherit;
  font-size: inherit;
}
.footer-wrap .fo-list li span + span {
  position: relative;
  margin-left: 10px;
}
@media (min-width: 721px) {
  .footer-wrap .fo-list li {
    font-size: 14px;
    letter-spacing: -0.1px;
    color: #ccc;
  }
}
.footer-wrap .btn-term {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #FFF;
  margin: 16px auto 0;
}
.footer-wrap .fo-terms-list {
  width: 100%;
  border-top: 1px solid #777;
  margin-top: 24px;
  padding-top: 24px;
  text-align: center;
}
@media (min-width: 721px) {
  .footer-wrap .fo-terms-list {
    flex: none;
    text-align: left;
    padding-top: 32px;
    margin-top: 32px;
  }
}
.footer-wrap .btn-terms {
  display: block;
  font-size: 13px;
  font-weight: 600;
  background: none;
  border: none;
  padding: 0;
  color: #fff;
  margin-top: 16px;
  text-decoration: unset;
}
@media (min-width: 721px) {
  .footer-wrap .btn-terms {
    font-size: 14px;
  }
}

/*popup*/
.popup-wrap {
  position: relative;
  display: none;
}
.popup-wrap .pop-box {
  z-index: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 32px);
  border-radius: 16px;
  height: auto;
  max-height: 534px;
  overflow: hidden;
}
@media (min-width: 721px) {
  .popup-wrap .pop-box {
    width: 510px;
    max-height: fit-content;
  }
}
.popup-wrap .pop-header {
  z-index: 1;
  position: relative;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px 0 16px;
  background: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.popup-wrap .pop-header .tit {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: left;
}
.popup-wrap .pop-header .tit em {
  color: #0DBA5A;
  font-size: inherit;
  font-weight: inherit;
}
.popup-wrap .pop-header .btn-pop-close {
  position: absolute;
  top: 16px;
  right: 16px;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  background: #fff url("/npayconnect/images/icon/icon_close-f6f29feaaa8fa16ccf41b1de1bbdbc0a.svg") no-repeat center/24px 24px;
  border: none;
}
.popup-wrap .pop-body {
  height: 100%;
  margin-top: -1px;
  overflow-x: hidden;
  background: #fff;
  padding-bottom: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.popup-wrap .pop-body .inner {
  overflow: hidden;
  overflow-y: auto;
  padding: 24px 16px 0 16px;
  background: #fff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.popup-wrap .pop-body .pop-btn-wrap {
  padding: 0 16px;
  margin-top: 24px;
}
.popup-wrap .pop-body .pop-btn-wrap .btn {
  width: 100%;
  height: 48px;
  font-size: 16px;
  margin: 0;
  border-radius: 10px;
}
.popup-wrap.full .pop-box {
  width: 100%;
  height: 100%;
  max-height: none;
  border-radius: 0;
}
.popup-wrap.full .pop-box .pop-header {
  border-radius: 0;
  padding: 16px;
}
.popup-wrap.full .pop-box .pop-body .inner {
  background: #fff;
  height: calc(100vh - 60px);
  padding: 40px 16px;
}
.popup-wrap.confirm .pop-box {
  background: #fff;
  top: 50%;
  left: 50%;
  border-radius: 16px;
  transform: translate(-50%, -50%);
  width: 278px;
  height: auto;
  min-height: 168px;
  max-height: max-content;
}
@media (min-width: 721px) {
  .popup-wrap.confirm .pop-box {
    width: 304px;
  }
}
.popup-wrap.confirm .pop-header {
  height: 40px;
}
.popup-wrap.confirm .pop-header .tit {
  display: none;
}
.popup-wrap.confirm .pop-body .inner {
  height: 100%;
  display: flex;
  padding: 0 16px 0;
  flex-direction: column;
  overflow: hidden;
  justify-content: space-between;
  border-radius: 16px;
}
.popup-wrap.confirm .pop-body .inner .pop-info-tit {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.popup-wrap.confirm .pop-body .inner .pop-info-tit + .pop-info-txt {
  margin-top: 16px;
}
.popup-wrap.confirm .pop-body .inner .pop-info-txt {
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.1px;
}
.popup-wrap.confirm .pop-btn-wrap {
  display: flex;
  margin-top: 24px;
  padding: 0;
}
.popup-wrap.confirm .pop-btn-wrap .btn {
  flex: 1;
  height: 48px;
  font-size: 16px;
  border-radius: 10px;
}
.popup-wrap.confirm .pop-btn-wrap .btn:nth-child(1) {
  margin-left: 0;
  color: #000 !important;
  background: #E5E9EC;
  border-color: #E5E9EC;
}
.popup-wrap.confirm .pop-btn-wrap .btn:nth-child(2) {
  margin-left: 6px;
  color: #fff !important;
  background: #0DBA5A;
  border-color: #0DBA5A;
}
.popup-wrap.confirm .pop-btn-wrap .btn:last-child {
  color: #fff !important;
  background: #0DBA5A;
  border-color: #0DBA5A;
}
.popup-wrap.show {
  display: block;
  z-index: 99;
}
.popup-wrap.show.top {
  z-index: 999;
}
.popup-wrap.show.top::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}

textarea::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #f0f0f0; /* 트랙과 thumb 사이 여백처럼 보이게 */
}

textarea::-webkit-scrollbar {
  border-radius: 8px;
}

.agree-all-box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (min-width: 721px) {
  .agree-all-box {
    margin-top: 80px;
  }
}
.agree-all-box .box {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.1px;
}
.agree-all-box + .agree-list-box {
  margin: 16px 0 40px;
  display: none;
}
.agree-all-box .btn-arr {
  background: #fff url("/npayconnect/images/icon/icon-btn-arr-736266fd86fee512f610ba693adc3f76.svg") no-repeat center/24px 24px;
  transform: rotate(180deg);
  border: none;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
}
.agree-all-box.on + .agree-list-box {
  display: block;
}
.agree-all-box.on .btn-arr {
  transform: rotate(0);
}

/*약관상세팝업*/
.privacy-wrap {
  overflow-y: auto;
  max-height: 454px;
}
.privacy-wrap * {
  letter-spacing: -0.4px;
  color: #555;
}
.privacy-wrap .privacy-tit,
.privacy-wrap .privacy-txt {
  margin-bottom: 4px;
}
.privacy-wrap .privacy-tit + .privacy-list.mgl0,
.privacy-wrap .privacy-txt + .privacy-list.mgl0 {
  margin-left: 0;
}
.privacy-wrap h2.privacy-tit {
  font-size: 16px;
  letter-spacing: -0.1px;
}
.privacy-wrap h3.privacy-tit {
  font-weight: 700;
  color: #333;
  margin-top: 4px;
}
.privacy-wrap .privacy-list {
  margin-bottom: 4px;
}
.privacy-wrap .privacy-list li {
  margin-top: 4px;
  padding-left: 12px;
  text-indent: -12px;
}
.privacy-wrap .privacy-list li.none {
  padding-left: 0;
  text-indent: 0;
}
.privacy-wrap .privacy-list .inner-list {
  margin-bottom: 4px;
}
.privacy-wrap .tb-privacy {
  table-layout: fixed;
  margin-top: 4px;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.privacy-wrap .tb-privacy * {
  font-size: 13px;
}
.privacy-wrap .tb-privacy b {
  font-weight: 600;
}
.privacy-wrap .tb-privacy thead th {
  background: #333;
  padding: 4px;
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #ccc;
}
.privacy-wrap .tb-privacy thead th + th {
  border-left: 1px solid #ccc;
}
.privacy-wrap .tb-privacy th {
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #ccc;
  font-weight: 600;
}
.privacy-wrap .tb-privacy tr + tr {
  border-top: 1px solid #ccc;
}
.privacy-wrap .tb-privacy td, .privacy-wrap .tb-privacy th {
  vertical-align: middle;
  padding: 4px;
}
.privacy-wrap .tb-privacy td + td, .privacy-wrap .tb-privacy th + td {
  border-left: 1px solid #ccc;
}

/*약관 리스트*/
.agree-list-box {
  margin-top: 32px;
}
.agree-list-box.active {
  display: block;
}
.agree-list-box ul li + li {
  margin-top: 12px;
}
.agree-list-box ul .input-wrap.chk {
  display: inline-block;
}
.agree-list-box ul .box {
  letter-spacing: -0.4px;
}

.agree-all-box em,
.agree-list-box em {
  color: #0DBA5A;
  font-weight: 600;
  font-size: inherit;
}
.agree-all-box em.option,
.agree-list-box em.option {
  color: #000;
}
.agree-all-box em.red,
.agree-list-box em.red {
  color: #D41818;
}
.agree-all-box .btn-agree,
.agree-list-box .btn-agree {
  display: inline-block;
  font-size: 13px;
  letter-spacing: -0.4px;
  background: #fff;
  border: none;
  color: #999;
  padding: 0;
  margin-left: 4px;
}

/*terms.html 페이지형 약관*/
@media (min-width: 721px) {
  .pg-terms .content {
    width: 1200px;
    margin: 0 auto;
  }
}
.pg-terms .privacy-wrap {
  padding: 40px 16px;
  max-height: unset;
}
.pg-terms .privacy-wrap .privacy-tit {
  color: #000;
}
@media (min-width: 721px) {
  .pg-terms .privacy-wrap {
    padding: 96px 0;
  }
}
.pg-terms .privacy-wrap * {
  color: #333;
}
@media (min-width: 721px) {
  .pg-terms .privacy-wrap * {
    font-size: 14px;
  }
}
.pg-terms .privacy-wrap h2.privacy-tit {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 32px;
}
@media (min-width: 721px) {
  .pg-terms .privacy-wrap h2.privacy-tit {
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 56px;
  }
}
.pg-terms .privacy-wrap .privacy-list {
  margin-bottom: 8px;
}
.pg-terms .privacy-wrap .privacy-list li {
  margin-top: 8px;
}
.pg-terms .privacy-wrap .privacy-list li ul {
  margin-top: 4px;
}
.pg-terms .privacy-wrap .privacy-list li ul li:nth-child(1) {
  margin-top: 4px;
}
.pg-terms .privacy-wrap .tit-type {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  margin: 32px 0 8px;
}
@media (min-width: 721px) {
  .pg-terms .privacy-wrap .tit-type {
    font-size: 18px;
    margin: 40px 0 8px;
    line-height: 1.5;
  }
}
.pg-terms .privacy-wrap .tit-type + .privacy-list {
  margin-left: 0;
}
@media (min-width: 721px) {
  .pg-terms .privacy-wrap .box {
    border: 1px solid #333;
    display: block;
    width: 525px;
    text-align: center;
    text-indent: 0;
    padding: 20px 0;
    margin: 8px 0;
  }
}
@media (min-width: 721px) {
  .pg-terms .privacy-wrap .mini-txt {
    font-size: 14px;
    margin: 8px 0;
    font-weight: 400;
    text-indent: 0;
  }
}
.pg-terms .privacy-wrap .tb-privacy {
  margin-top: 8px;
}
.pg-terms .privacy-wrap .tb-privacy thead th {
  padding: 4px;
}
@media (min-width: 721px) {
  .pg-terms .privacy-wrap .tb-privacy thead th {
    padding: 8px;
    font-size: 13px;
  }
}
@media (min-width: 721px) {
  .pg-terms .privacy-wrap .tb-privacy tbody tr th, .pg-terms .privacy-wrap .tb-privacy tbody tr td {
    font-size: 13px;
    padding: 8px;
  }
}

.pg-NpayConnect-main .section {
  margin: 0;
  padding: 48px 0;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .section {
    padding: 40px 0;
  }
}
.pg-NpayConnect-main .inner {
  padding: 0 16px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .inner {
    width: 1200px;
    padding: 0;
  }
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .sec-title br {
    display: none;
  }
  .pg-NpayConnect-main .sec-title .sub.point br {
    display: block;
  }
}
.pg-NpayConnect-main .sec-title .label {
  border: 1px solid #111;
  font-size: 16px;
  font-weight: 600;
  height: 37px;
  line-height: 35px;
  padding: 0 14px 0 40px;
  display: block;
  width: fit-content;
  margin: 0 auto 20px;
  border-radius: 60px;
  background: url("/npayconnect/images/icon/icon-box-9809e2b55bf40bf17ec4331cb1ed6bbd.png") no-repeat center left 14px/20px 20px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .sec-title .label {
    height: 59px;
    line-height: 57px;
    font-size: 26px;
    padding: 0 28px 0 60px;
    border: 2px solid #111;
    margin: 0 auto 48px;
    background: url("/npayconnect/images/icon/icon-box-9809e2b55bf40bf17ec4331cb1ed6bbd.png") no-repeat center left 28px/26px 26px;
  }
}
.pg-NpayConnect-main .visual {
  padding: 0;
  background: #000;
}
.pg-NpayConnect-main .visual .inner {
  padding: 0;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .visual .inner {
    margin: 0 auto;
  }
}
@keyframes btnSlideUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pg-NpayConnect-main .visual .visualSwiper .swiper-slide {
  height: 540px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .visual .visualSwiper .swiper-slide {
    height: 600px;
    position: relative;
  }
}
.pg-NpayConnect-main .visual .visualSwiper .swiper-slide[data-swiper-slide-index="0"], .pg-NpayConnect-main .visual .visualSwiper .swiper-slide[data-swiper-slide-index="3"] {
  background: #000 url("/npayconnect/images/visual01-m-eedf3f5f57509d0fcea232ea852460da.png") no-repeat center center;
  background-size: contain;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .visual .visualSwiper .swiper-slide[data-swiper-slide-index="0"], .pg-NpayConnect-main .visual .visualSwiper .swiper-slide[data-swiper-slide-index="3"] {
    background: #000 url("/npayconnect/images/visual01-pc-765da52b6f69ea585f465d09973cedd0.png") no-repeat center center;
    background-size: 1200px auto;
  }
}
.pg-NpayConnect-main .visual .visualSwiper .swiper-slide[data-swiper-slide-index="1"], .pg-NpayConnect-main .visual .visualSwiper .swiper-slide[data-swiper-slide-index="4"] {
  background: #000 url("/npayconnect/images/visual02-m-5c166985cf20fcd2f945cf95d32ff132.png") no-repeat center center;
  background-size: contain;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .visual .visualSwiper .swiper-slide[data-swiper-slide-index="1"], .pg-NpayConnect-main .visual .visualSwiper .swiper-slide[data-swiper-slide-index="4"] {
    background: #000 url("/npayconnect/images/visual02-pc-ad0953dcb742760be4080eb675eb3108.png") no-repeat center center;
    background-size: 1200px auto;
  }
}
.pg-NpayConnect-main .visual .visualSwiper .swiper-slide[data-swiper-slide-index="2"], .pg-NpayConnect-main .visual .visualSwiper .swiper-slide[data-swiper-slide-index="5"] {
  background: #000 url("/npayconnect/images/visual03-m-778c68c89ebced6dc47fa0eccca6ac6b.png") no-repeat center center;
  background-size: contain;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .visual .visualSwiper .swiper-slide[data-swiper-slide-index="2"], .pg-NpayConnect-main .visual .visualSwiper .swiper-slide[data-swiper-slide-index="5"] {
    background: #000 url("/npayconnect/images/visual03-pc-6df79336e0016b97e8e28d3a4ebc4e99.png") no-repeat center center;
    background-size: 1200px auto;
  }
}
.pg-NpayConnect-main .visual .visualSwiper .swiper-slide .btn-aply {
  width: 150px;
  height: 50px;
  font-size: 0;
  position: absolute;
  left: calc(50% - 180px);
  bottom: 45%;
  background: transparent;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .visual .visualSwiper .swiper-slide .btn-aply {
    width: auto;
    height: auto;
    font-weight: 600;
    font-size: 26px;
    color: #1AEE78;
    left: 80px;
    bottom: 146px;
    opacity: 0;
  }
  .pg-NpayConnect-main .visual .visualSwiper .swiper-slide .btn-aply.is-animated {
    animation: btnSlideUp 0.5s ease forwards;
  }
}
.pg-NpayConnect-main .visual .visualSwiper .visual-prev,
.pg-NpayConnect-main .visual .visualSwiper .visual-next {
  display: none;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .visual .visualSwiper .visual-prev,
  .pg-NpayConnect-main .visual .visualSwiper .visual-next {
    display: block;
    width: 56px;
    height: 56px;
    margin-top: -28px;
  }
  .pg-NpayConnect-main .visual .visualSwiper .visual-prev::after,
  .pg-NpayConnect-main .visual .visualSwiper .visual-next::after {
    display: none;
  }
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .visual .visualSwiper .visual-prev {
    background: url("/npayconnect/images/icon/slide-arr-l-d2c6e3f77ff51ec4e15fb46654ea6e14.png") no-repeat center/56px 56px;
  }
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .visual .visualSwiper .visual-next {
    background: url("/npayconnect/images/icon/slide-arr-r-55be7f5967e2be5636ee2e13c280a4e9.png") no-repeat center/56px 56px;
  }
}
.pg-NpayConnect-main .visual .visualSwiper .swiper-pagination01 {
  bottom: 14px;
  height: 8px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .visual .visualSwiper .swiper-pagination01 {
    bottom: 24px;
  }
}
.pg-NpayConnect-main .visual .visualSwiper .swiper-pagination01 .swiper-pagination-bullet {
  background: #555;
  vertical-align: top;
  opacity: 1;
}
.pg-NpayConnect-main .visual .visualSwiper .swiper-pagination01 .swiper-pagination-bullet-active {
  background: #fff;
  width: 20px;
  border-radius: 4px;
}
.pg-NpayConnect-main .visual .tit-box {
  padding-top: 40px;
}
.pg-NpayConnect-main .visual .tit-box .txt {
  color: #fff;
}
.pg-NpayConnect-main .visual .tit-box .txt:nth-child(1) {
  font-size: 14px;
  color: #ccc;
}
.pg-NpayConnect-main .visual .tit-box .txt:nth-child(2) {
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  margin: 4px 0 6px;
}
.pg-NpayConnect-main .visual .tit-box .txt:nth-child(3) {
  font-size: 30px;
  font-weight: 700;
  line-height: 115%;
}
.pg-NpayConnect-main .visual .tit-box .txt:nth-child(4) {
  margin-top: 16px;
  display: inline-block;
  font-size: 14px;
  padding: 4px 16px;
  font-weight: 500;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.06);
}
.pg-NpayConnect-main .visual .img-box {
  text-align: right;
  padding-bottom: 24px;
}
.pg-NpayConnect-main .visual .img-box img {
  width: 243px;
  height: 230px;
}
.pg-NpayConnect-main .item-sale-info {
  background: #EEF2F5;
}
.pg-NpayConnect-main .item-sale-info .img-box {
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .item-sale-info .img-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 80px;
  }
  .pg-NpayConnect-main .item-sale-info .img-box img:nth-child(n+9) {
    margin-top: 12px;
  }
}
.pg-NpayConnect-main .item-sale-info .img-box img {
  width: 285px;
  margin: 16px auto 0;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .item-sale-info .img-box img {
    margin: 0;
  }
}
.pg-NpayConnect-main .item-sale-info .img-box img.pc {
  display: none;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .item-sale-info .img-box img.pc {
    display: block;
  }
}
.pg-NpayConnect-main .item-sale-info .img-box img.m {
  display: block;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .item-sale-info .img-box img.m {
    display: none;
  }
}
.pg-NpayConnect-main .coupon .img-box {
  margin: 40px auto 0;
  width: 328px;
}
.pg-NpayConnect-main .coupon .img-box .desc {
  margin-top: 12px;
  letter-spacing: -0.4px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .coupon .img-box .desc {
    font-size: 16px;
    margin-top: 28px;
    letter-spacing: -0.1px;
  }
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .coupon .img-box {
    width: 722px;
    margin: 64px auto 0;
  }
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .coupon .btn-wrap {
    margin-top: 80px;
  }
}
.pg-NpayConnect-main .coupon .btn-wrap .btn-aply {
  position: relative;
  width: 208px;
  border-radius: 30px;
  background: #0DBA5A;
  height: 52px;
  padding: 0 10px;
  line-height: 52px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .coupon .btn-wrap .btn-aply {
    height: 80px;
    width: 360px;
    border-radius: 100px;
    line-height: 80px;
  }
}
.pg-NpayConnect-main .coupon .btn-wrap .btn-aply span {
  display: inline-block;
  color: #fff;
  width: 156px;
  font-size: 18px;
  font-weight: 600;
  height: 100%;
  vertical-align: top;
  line-height: 52px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .coupon .btn-wrap .btn-aply span {
    width: 280px;
    font-size: 26px;
    line-height: 80px;
  }
}
.pg-NpayConnect-main .coupon .btn-wrap .btn-aply {
  font-size: 18px;
}
.pg-NpayConnect-main .coupon .btn-wrap .btn-aply::after {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background: url("/npayconnect/images/icon/icon-btn-aply-fda924dd97f36655e7be5bd3e5146637.svg") no-repeat center/100% auto;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .coupon .btn-wrap .btn-aply::after {
    width: 48px;
    height: 48px;
  }
}
.pg-NpayConnect-main .item-slide {
  background: #E7F9EF;
  position: relative;
}
.pg-NpayConnect-main .item-slide .visual-box {
  padding-top: 80px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .item-slide .visual-box {
    margin-top: 80px;
    padding: 0;
  }
}
.pg-NpayConnect-main .item-slide .inner {
  position: relative;
}
.pg-NpayConnect-main .item-slide .swiper-pagination02 {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
  border-radius: 100px;
  background: #fff;
  width: calc(100% - 32px);
  display: flex;
  justify-content: space-between;
  max-width: 328px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .item-slide .swiper-pagination02 {
    width: 438px;
    height: 54px;
    max-width: none;
    position: absolute;
    left: 120px;
    top: 37px;
    transform: translateX(0);
  }
}
.pg-NpayConnect-main .item-slide .swiper-pagination02 span {
  position: relative;
  display: inline-block;
  margin: 0 !important;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  width: 33%;
  height: 40px;
  border-radius: 100px;
  opacity: 1;
  background: #fff;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .item-slide .swiper-pagination02 span {
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    width: 146px;
  }
}
.pg-NpayConnect-main .item-slide .swiper-pagination02 span.swiper-pagination-bullet-active {
  background: #0DBA5A;
}
.pg-NpayConnect-main .item-slide .swiper-pagination02 span.swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  width: 15px;
  height: 8px;
  background: url("/npayconnect/images/icon/slide-arr-3e3f8e7d425568f666832f1786f99881.svg") no-repeat center bottom/15px 8px;
}
.pg-NpayConnect-main .item-slide .swiper-pagination02 span.swiper-pagination-bullet-active::after {
  color: #fff;
}
.pg-NpayConnect-main .item-slide .swiper-pagination02 span:nth-child(1)::after {
  content: "Npay";
  line-height: 40px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .item-slide .swiper-pagination02 span:nth-child(1)::after {
    line-height: 54px;
  }
}
.pg-NpayConnect-main .item-slide .swiper-pagination02 span:nth-child(2)::after {
  content: "KB국민은행";
  line-height: 40px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .item-slide .swiper-pagination02 span:nth-child(2)::after {
    line-height: 54px;
  }
}
.pg-NpayConnect-main .item-slide .swiper-pagination02 span:nth-child(3)::after {
  content: "KICC";
  line-height: 40px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .item-slide .swiper-pagination02 span:nth-child(3)::after {
    line-height: 54px;
  }
}
.pg-NpayConnect-main .item-slide .tab-swiper li {
  width: 100%;
  text-align: center;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .item-slide .tab-swiper li {
    height: 460px;
  }
}
.pg-NpayConnect-main .item-slide .tab-swiper li:nth-child(1) .logo-tit img {
  width: 260px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .item-slide .tab-swiper li:nth-child(1) .logo-tit img {
    width: 383px;
  }
}
.pg-NpayConnect-main .item-slide .tab-swiper li:nth-child(2) .logo-tit img {
  width: 251px;
  vertical-align: middle;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .item-slide .tab-swiper li:nth-child(2) .logo-tit img {
    width: 383px;
  }
}
.pg-NpayConnect-main .item-slide .tab-swiper li:nth-child(3) .logo-tit img {
  width: 160px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .item-slide .tab-swiper li:nth-child(3) .logo-tit img {
    width: 275px;
  }
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .item-slide .tab-swiper li .txt-box {
    position: absolute;
    top: 155px;
    left: 120px;
    width: 502px;
  }
}
.pg-NpayConnect-main .item-slide .tab-swiper li .txt-box .sub {
  height: 54px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .item-slide .tab-swiper li .txt-box .sub {
    font-size: 26px;
    text-align: left;
    height: auto;
    justify-content: left;
  }
  .pg-NpayConnect-main .item-slide .tab-swiper li .txt-box .sub br {
    display: none;
  }
}
.pg-NpayConnect-main .item-slide .tab-swiper li .txt-box .logo-tit {
  margin: 4px 0 12px;
  text-align: center;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .item-slide .tab-swiper li .txt-box .logo-tit {
    margin: 12px 0 24px;
    text-align: left;
    justify-content: left;
    height: 116px;
  }
}
.pg-NpayConnect-main .item-slide .tab-swiper li .txt-box .desc {
  font-size: 16px;
  letter-spacing: -0.1px;
  font-weight: 400;
  margin-bottom: 8px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .item-slide .tab-swiper li .txt-box .desc {
    font-size: 20px;
    letter-spacing: -0.2px;
    text-align: left;
    margin-top: 40px;
  }
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .item-slide .tab-swiper li .img-box {
    position: absolute;
    right: 0;
  }
}
.pg-NpayConnect-main .item-slide .tab-swiper li .img-box img {
  width: 260px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .item-slide .tab-swiper li .img-box img {
    width: 460px;
  }
}
.pg-NpayConnect-main .package .conts {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  width: 216px;
  margin: 32px auto 0;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .package .conts {
    width: 1200px;
    margin: 80px auto 0;
    justify-content: center;
  }
}
.pg-NpayConnect-main .package .circle {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background: #0DBA5A;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .package .circle {
    width: 160px;
    height: 160px;
    font-size: 26px;
  }
}
.pg-NpayConnect-main .partners {
  background: #F8F8F8;
}
.pg-NpayConnect-main .partners .sub.bottom {
  color: #555 !important;
  opacity: 1;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .partners .partner-list {
    margin-top: 80px;
    text-align: center;
  }
}
.pg-NpayConnect-main .partners .partner-list img {
  display: block;
  margin: 40px auto 0;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .partners .partner-list img {
    display: inline-block;
    margin: 0 30px;
    vertical-align: middle;
  }
}
.pg-NpayConnect-main .partners .partner-list img:nth-child(1) {
  width: 108px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .partners .partner-list img:nth-child(1) {
    width: 166px;
  }
}
.pg-NpayConnect-main .partners .partner-list img:nth-child(2) {
  width: 176px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .partners .partner-list img:nth-child(2) {
    width: 254px;
  }
}
.pg-NpayConnect-main .partners .partner-list img:nth-child(3) {
  width: 100px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .partners .partner-list img:nth-child(3) {
    width: 156px;
  }
}
.pg-NpayConnect-main .partners .partner-list img:nth-child(4) {
  width: 175px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .partners .partner-list img:nth-child(4) {
    width: 275px;
  }
}
.pg-NpayConnect-main .easypos .img-box {
  width: 100%;
  margin: 40px auto 0;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .easypos .img-box {
    margin-top: 80px;
  }
}
.pg-NpayConnect-main .FAQ {
  background: #F8F8F8;
}
.pg-NpayConnect-main .FAQ .sec-title .sub {
  margin: 0 0 4px;
}
.pg-NpayConnect-main .FAQ .FAQ-list-box {
  margin-top: 32px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .FAQ .FAQ-list-box {
    margin-top: 60px;
  }
}
.pg-NpayConnect-main .FAQ .FAQ-list-box > .list > li {
  height: auto;
  background-color: #EEF2F5;
  border-radius: 14px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .FAQ .FAQ-list-box > .list > li {
    border-radius: 18px;
  }
}
.pg-NpayConnect-main .FAQ .FAQ-list-box > .list > li + li {
  margin-top: 12px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .FAQ .FAQ-list-box > .list > li + li {
    margin-top: 16px;
  }
}
.pg-NpayConnect-main .FAQ .FAQ-list-box > .list > li .FAQ-tit {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.1px;
  background: #fff;
  border-radius: 14px;
  color: #333;
}
.pg-NpayConnect-main .FAQ .FAQ-list-box > .list > li .FAQ-tit:has(.btn-detail.on) {
  font-weight: 700;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .FAQ .FAQ-list-box > .list > li .FAQ-tit {
    padding: 24px 40px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.2px;
  }
}
.pg-NpayConnect-main .FAQ .FAQ-list-box > .list > li .FAQ-tit .btn-detail {
  cursor: pointer;
  flex: none;
  border: none;
  margin-left: 12px;
  background: url("/npayconnect/images/icon/icon-arr-3b9f1b6832ae023979c1f67faae11785.svg") no-repeat center top/100% 100%;
  color: transparent;
  width: 32px;
  height: 32px;
  transition: transform 0.4s ease-in-out;
  transform: rotate(180deg);
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .FAQ .FAQ-list-box > .list > li .FAQ-tit .btn-detail {
    width: 40px;
    height: 40px;
  }
}
.pg-NpayConnect-main .FAQ .FAQ-list-box > .list > li .FAQ-tit .btn-detail.on {
  transform: rotate(360deg);
}
.pg-NpayConnect-main .FAQ .FAQ-list-box > .list > li .FAQ-txt {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  letter-spacing: -0.1px;
}
.pg-NpayConnect-main .FAQ .FAQ-list-box > .list > li .FAQ-txt.show {
  display: block;
  height: auto;
  max-height: fit-content;
}
.pg-NpayConnect-main .FAQ .FAQ-list-box > .list > li .FAQ-txt .box {
  padding: 20px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #555;
  background: #EEF2F5;
  border-radius: 0 0 14px 14px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .FAQ .FAQ-list-box > .list > li .FAQ-txt .box {
    padding: 32px 40px;
    font-size: 18px;
    color: #555;
    letter-spacing: -0.1px;
    border-radius: 0 0 18px 18px;
    font-weight: 400;
  }
}
.pg-NpayConnect-main .FAQ .btn-wrap {
  margin-top: 12px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .FAQ .btn-wrap {
    margin-top: 20px;
  }
}
.pg-NpayConnect-main .FAQ .btn-faq {
  height: 21px;
  line-height: 21px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  text-align: right;
  background: transparent;
  color: #222;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .FAQ .btn-faq {
    height: 27px;
    font-size: 18px;
    line-height: 27px;
  }
}
.pg-NpayConnect-main .notice {
  padding-bottom: 152px;
  background: #E5E9EC;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .notice {
    padding-bottom: 128px;
    margin-bottom: 0;
  }
}
.pg-NpayConnect-main .package-info {
  background: #EEF2F5;
}
.pg-NpayConnect-main {
  /**/
}
.pg-NpayConnect-main .order-info {
  background: #EEF2F5;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .order-info {
    padding: 120px 0;
  }
}
.pg-NpayConnect-main .order-info .slide-box {
  position: relative;
  z-index: 10;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .order-info .slide-box {
    width: 960px;
    margin: 0 auto;
  }
}
.pg-NpayConnect-main .order-info .imglistSwiper {
  width: 100%;
  height: 722px;
  position: relative;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .order-info .imglistSwiper {
    height: 560px;
  }
}
.pg-NpayConnect-main .order-info .imglistSwiper .swiper-wrapper {
  margin-top: 120px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .order-info .imglistSwiper .swiper-wrapper {
    margin-top: 130px;
  }
}
.pg-NpayConnect-main .order-info .imglistSwiper .swiper-wrapper .swiper-slide {
  text-align: center;
  width: 100%;
  height: 602px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .order-info .imglistSwiper .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 48px;
    height: 440px;
  }
}
.pg-NpayConnect-main .order-info .imglistSwiper .swiper-wrapper .swiper-slide .img-box {
  width: 260px;
  margin: 0 auto 24px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .order-info .imglistSwiper .swiper-wrapper .swiper-slide .img-box {
    width: 440px;
    height: 440px;
    flex: none;
    text-align: left;
    margin: 0;
  }
}
.pg-NpayConnect-main .order-info .imglistSwiper .swiper-wrapper .swiper-slide .txt-box {
  width: 328px;
  margin: 0 auto;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .order-info .imglistSwiper .swiper-wrapper .swiper-slide .txt-box {
    width: 460px;
    margin: 0;
  }
}
.pg-NpayConnect-main .order-info .imglistSwiper .swiper-wrapper .swiper-slide .txt-box .name {
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -1px;
  color: #222;
  margin-bottom: 20px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .order-info .imglistSwiper .swiper-wrapper .swiper-slide .txt-box .name {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.5px;
    margin-bottom: 32px;
    text-align: left;
  }
}
.pg-NpayConnect-main .order-info .imglistSwiper .swiper-wrapper .swiper-slide .txt-box .info-list li + li {
  margin-top: 12px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .order-info .imglistSwiper .swiper-wrapper .swiper-slide .txt-box .info-list li + li {
    margin-top: 20px;
  }
}
.pg-NpayConnect-main .order-info .imglistSwiper .swiper-wrapper .swiper-slide .txt-box .info-list li .info {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.1px;
  color: #333;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .order-info .imglistSwiper .swiper-wrapper .swiper-slide .txt-box .info-list li .info {
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -0.2px;
  }
}
.pg-NpayConnect-main .order-info .imglistSwiper .swiper-wrapper .swiper-slide .txt-box .info-list li .info span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  vertical-align: bottom;
  margin-right: 8px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .order-info .imglistSwiper .swiper-wrapper .swiper-slide .txt-box .info-list li .info span {
    width: 26px;
    height: 26px;
    font-size: 16px;
    line-height: 26px;
  }
}
.pg-NpayConnect-main .order-info .imglistSwiper .swiper-wrapper .swiper-slide .txt-box .info-list li .desc {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: #777;
  padding-left: 10px;
  text-align: left;
  margin-top: 2px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .order-info .imglistSwiper .swiper-wrapper .swiper-slide .txt-box .info-list li .desc {
    font-size: 20px;
    letter-spacing: -0.2px;
  }
}
.pg-NpayConnect-main .order-info .imglistSwiper .swiper-wrapper .swiper-slide .txt-box .bottom-txt {
  margin-top: 4px;
  font-size: 12px;
  color: #777;
  text-align: right;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .order-info .imglistSwiper .swiper-wrapper .swiper-slide .txt-box .bottom-txt {
    font-size: 14px;
  }
}
.pg-NpayConnect-main .order-info .slide-pagination {
  text-align: center;
  width: 360px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 86px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .order-info .slide-pagination {
    width: 100%;
    margin: 0;
    height: 50px;
  }
}
.pg-NpayConnect-main .order-info .slide-pagination .swiper-pagination-bullet {
  height: 37px;
  line-height: 35px;
  border: 1px solid #0DBA5A;
  color: #0DBA5A;
  font-size: 16px;
  font-weight: 600;
  border-radius: 100px;
  background: transparent;
  position: relative;
  opacity: 1;
  letter-spacing: -0.1px;
  margin: 0 3px 6px;
  width: auto;
  padding: 0 14px;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .order-info .slide-pagination .swiper-pagination-bullet {
    height: 50px !important;
    line-height: 50px !important;
    font-size: 20px;
    font-weight: 700;
    padding: 0 24px;
    letter-spacing: -0.2px;
    vertical-align: top;
  }
}
.pg-NpayConnect-main .order-info .slide-pagination .swiper-pagination-bullet:nth-child(1)::before {
  content: "Npay Connect";
}
.pg-NpayConnect-main .order-info .slide-pagination .swiper-pagination-bullet:nth-child(2)::before {
  content: "CS-273WS";
}
.pg-NpayConnect-main .order-info .slide-pagination .swiper-pagination-bullet:nth-child(3)::before {
  content: "CS-273WS오더";
}
.pg-NpayConnect-main .order-info .slide-pagination .swiper-pagination-bullet:nth-child(4)::before {
  content: "TS-122";
}
.pg-NpayConnect-main .order-info .slide-pagination .swiper-pagination-bullet:nth-child(5)::before {
  content: "TS-114A";
}
.pg-NpayConnect-main .order-info .slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0DBA5A;
  color: #fff;
}
.pg-NpayConnect-main .floating-wrap {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 24px 16px;
  text-align: center;
  z-index: 99;
}
.pg-NpayConnect-main .btn-floating {
  position: relative;
  background: #0DBA5A;
  width: 100%;
  border-radius: 100px;
  height: 64px;
  font-size: 20px;
  padding: 0 40px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  letter-spacing: 12px;
  max-width: 328px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .btn-floating {
    width: 560px;
    height: 80px;
    font-size: 27px;
    line-height: 125%; /* 33.75px */
    letter-spacing: 24px;
    max-width: none;
    padding: 0 92px;
  }
}
.pg-NpayConnect-main .btn-floating::after {
  content: "";
  width: 132px;
  height: 74px;
  position: absolute;
  bottom: 0;
  right: 20px;
  background: url("/npayconnect/images/floating-img-9cea75094630b92fc81baeeb60cc295c.png") no-repeat center top/100% auto;
}
@media (min-width: 721px) {
  .pg-NpayConnect-main .btn-floating::after {
    width: 186px;
    height: 96px;
    right: 34px;
    background: url("/npayconnect/images/floating-img-9cea75094630b92fc81baeeb60cc295c.png") no-repeat center top/100% auto;
  }
}

/*소상공인 창업 지원 패키지 신청*/
/* common에서 변경요소 */
@media (min-width: 721px) {
  .pg-NpayConnect .agree-list-box {
    margin: 16px auto;
  }
}
.pg-NpayConnect .btn-wrap {
  text-align: center;
}
.pg-NpayConnect {
  /* .pg-NpayConnect */
}
.pg-NpayConnect .visual {
  height: 140px;
  background: url("/npayconnect/images/visual_m-4a74ad64c9408af7c2cf124ab7d8f6ea.png") no-repeat center center;
  padding: 39px 16px 0;
  margin: 0;
}
@media (min-width: 721px) {
  .pg-NpayConnect .visual {
    height: 262px;
    background: #E7F9EF url("/npayconnect/images/visual_pc-bf57def7d1d4c866178cc934742fa16a.png") no-repeat center center/auto 262px;
    padding: 80px 0;
  }
}
@media (min-width: 721px) {
  .pg-NpayConnect .visual .txt-wrap {
    width: 1200px;
    margin: 0 auto;
  }
}
.pg-NpayConnect .visual .txt-wrap .sub {
  margin-bottom: 4px;
  font-weight: 400;
}
@media (min-width: 721px) {
  .pg-NpayConnect .visual .txt-wrap .sub {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.pg-NpayConnect .visual .txt-wrap .tit {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.3;
}
@media (min-width: 721px) {
  .pg-NpayConnect .visual .txt-wrap .tit {
    font-size: 46px;
    letter-spacing: 0;
  }
}
.pg-NpayConnect .visual.complete .complete-txt-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pg-NpayConnect .visual.complete .complete-txt-wrap .tit {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
  position: relative;
}
@media (min-width: 721px) {
  .pg-NpayConnect .visual.complete .complete-txt-wrap .tit {
    line-height: 1.25;
    font-size: 46px;
  }
}

.form-info-box + .form-info-box {
  margin-top: 40px;
}
@media (min-width: 721px) {
  .form-info-box + .form-info-box {
    margin-top: 80px;
  }
}
.form-info-box .aply-tit {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  line-height: 1.2;
  flex-wrap: wrap;
}
@media (min-width: 721px) {
  .form-info-box .aply-tit {
    font-size: 32px;
    margin-bottom: 40px;
    line-height: 1.25;
  }
}
.form-info-box .aply-tit span {
  font-size: 13px;
  font-weight: 400;
  padding-left: 6px;
  color: #D41818;
}
@media (min-width: 721px) {
  .form-info-box .aply-tit span {
    font-size: 16px;
    padding-left: 10px;
  }
}
.form-info-box .aply-tit .sub {
  color: #555;
  margin-top: 8px;
  width: 100%;
}
@media (min-width: 721px) {
  .form-info-box .aply-tit .sub {
    font-size: 16px;
    margin-top: 10px;
  }
}
.form-info-box .aply-tit.btn-type {
  position: relative;
}
.form-info-box .aply-tit.btn-type .btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.form-info-box .aply-tit.btn-type .btn-itemok {
  background: url("/npayconnect/images/icon/icon_alert-b3ac548d6224f422220ce7ee93c5b5b5.svg") no-repeat center left;
  padding: 0 0 0 24px;
  color: #777;
  font-weight: 500;
  border: none;
  font-size: 14px;
}
@media (min-width: 721px) {
  .form-info-box .flex-box {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
}
.form-info-box .flex-box + .flex-box {
  margin-top: 24px;
}
@media (min-width: 721px) {
  .form-info-box .flex-box + .flex-box {
    margin-top: 32px;
  }
}
.form-info-box .flex-box .input-wrap {
  flex: 1;
}
@media (min-width: 721px) {
  .form-info-box .flex-box .input-wrap.full {
    flex: 100%;
    order: 3;
  }
}
@media (min-width: 721px) {
  .form-info-box .flex-box .input-wrap:nth-child(3) {
    order: 2;
  }
}
.form-info-box .flex-box .input-wrap.hidden {
  display: none;
  visibility: hidden;
}
@media (min-width: 721px) {
  .form-info-box .flex-box .input-wrap.hidden {
    visibility: hidden;
    display: block;
  }
}
@media (min-width: 721px) {
  .form-info-box .flex-box .input-wrap + .input-wrap {
    margin-top: 0;
  }
}
.form-info-box.kb { /*NA_0100  kb계좌등록*/
  border-radius: 12px;
  background: #FFF4D0;
  padding: 24px 20px;
  overflow: hidden;
}
@media (min-width: 721px) {
  .form-info-box.kb {
    padding: 32px;
    border-radius: 20px;
  }
}
.form-info-box.kb .aply-tit {
  font-size: 24px;
  line-height: 1.25;
  display: inline-block;
  margin-bottom: 18px;
}
@media (min-width: 721px) {
  .form-info-box.kb .aply-tit {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .form-info-box.kb .aply-tit br {
    display: none;
  }
}
.form-info-box.kb .aply-tit span {
  position: relative;
  top: -4px;
}
.form-info-box.kb .sub {
  margin-bottom: 24px;
}
@media (min-width: 721px) {
  .form-info-box.kb .sub {
    margin-bottom: 32px;
  }
}
.form-info-box.kb .sub li {
  color: #333;
}
@media (min-width: 721px) {
  .form-info-box.kb .sub li {
    font-size: 16px;
  }
}
.form-info-box.kb .sub li + li {
  margin-top: 4px;
}
@media (min-width: 721px) {
  .form-info-box.kb .sub li + li {
    margin-top: 2px;
  }
}
.form-info-box.kb .inpt-tit {
  font-size: 16px;
}
@media (min-width: 721px) {
  .form-info-box.kb .flex-box .input-wrap:nth-child(2) {
    flex: none;
    width: 280px;
  }
}

.input-wrap + .input-wrap {
  margin-top: 24px;
}
.input-wrap .info-txt {
  color: #555;
  margin-top: 8px;
  font-size: 13px;
  letter-spacing: -0.4px;
}
.input-wrap.chk.square {
  margin-top: 16px;
}
.input-wrap.email.naver .email-box {
  display: flex;
  align-items: center;
  gap: 8px;
}

.agree-list-box ul em {
  color: #D41818;
}

.email-domain {
  font-size: 16px;
  font-weight: 500;
}

.npay-aply-form {
  margin: 0;
  padding: 32px 16px 64px;
}
@media (min-width: 721px) {
  .npay-aply-form {
    padding: 0;
  }
}

.radio-box.img-type {
  position: relative;
  cursor: pointer;
}
.radio-box.img-type input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.item-name {
  width: 100%;
  border-radius: 12px;
  height: 143px;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #ccc;
}
@media (min-width: 721px) {
  .item-name {
    height: 171px;
    font-size: 18px;
    font-weight: 700;
  }
}
.item-name.kb-biz-card {
  /* item-name 기본 스타일 위에 카드 내부 레이아웃만 추가 */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 149px;
  padding: 12px 0;
}
@media (min-width: 721px) {
  .item-name.kb-biz-card {
    padding-left: 112px;
    align-items: flex-start;
    min-height: 126px;
  }
}

input[type=radio]:checked + .item-name {
  border-color: #0DBA5A;
  box-shadow: 0 0 0 1px #0DBA5A;
  background-color: rgba(13, 186, 90, 0.1) !important;
}

.premium {
  background: url("/npayconnect/images/img-premium-3dd208ad5f0690aee9a471098115a984.png") no-repeat center top 37px/140px 96px;
}
@media (min-width: 721px) {
  .premium {
    background: url("/npayconnect/images/img-premium-pc-e3b0446713bae7a651eff045f7952c5d.png") no-repeat center top 45px/172px 116px;
  }
}

.basic-a {
  background: url("/npayconnect/images/img-basic-a-ac137137249f54e22b436cd295d5c8fe.png") no-repeat center top 37px/140px 96px;
}
@media (min-width: 721px) {
  .basic-a {
    background: url("/npayconnect/images/img-basic-a-pc-a93bfdfc1a6c6f6ca410e8edec55e238.png") no-repeat center top 45px/172px 116px;
  }
}

.basic-b {
  background: url("/npayconnect/images/img-basic-b-69d7f36ba01c7babd096104aadd767aa.png") no-repeat center top 37px/140px 96px;
}
@media (min-width: 721px) {
  .basic-b {
    background: url("/npayconnect/images/img-basic-b-pc-cc2197f0df4c8f8b6b8d3d99fd18a8b3.png") no-repeat center top 45px/172px 116px;
  }
}

.lite {
  background: url("/npayconnect/images/img-lite-6d7dd3ca1fd21e1d2b40c160ba6475fa.png") no-repeat center top 37px/140px 96px;
}
@media (min-width: 721px) {
  .lite {
    background: url("/npayconnect/images/img-lite-pc-2a16cee5cf6095033b06ca3e7d29b2b2.png") no-repeat center top 45px/172px 116px;
  }
}

.QR-select:has(option[hidden]:checked) {
  color: #ccc;
}
.QR-select option {
  color: #333;
}

.box.chk-info {
  display: flex !important;
  justify-content: left;
  color: #555;
  font-weight: 500;
}
.box.chk-info .txt {
  color: #555;
  display: block;
  font-weight: 500;
  letter-spacing: -0.3px;
  line-height: 1.3;
  font-size: 15px;
}
.box.chk-info .txt span {
  font-size: 13px;
  font-weight: 400;
  color: #555;
  display: block;
  letter-spacing: -0.4px;
  margin-top: 2px;
}
@media (min-width: 721px) {
  .box.chk-info .txt span {
    display: inline-block;
    margin-top: 0;
  }
}
.box.chk-info .icon {
  flex: none;
}

.btn-kb-link {
  margin-top: 24px;
  background: none;
  border: none;
  padding: 0;
  text-align: right;
  float: right;
  color: #222;
}
@media (min-width: 721px) {
  .btn-kb-link {
    font-size: 16px;
  }
}
.btn-kb-link b {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #147CF4;
  margin-top: 1px;
}
@media (min-width: 721px) {
  .btn-kb-link b {
    display: inline-block;
    margin: 0;
  }
}

/* =====================
   NA_0200 
   ===================== */
.section.visual.complete {
  height: auto;
  background: #F0FBF5;
  padding: 60px 0;
  text-align: center;
}
@media (min-width: 721px) {
  .section.visual.complete {
    padding: 110px 0;
  }
}

.complete-txt-wrap::before { /*체크아이콘*/
  content: "";
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-bottom: 16px;
  background: url("/npayconnect/images/visual_complete_m-26ddc8e0d3a7c5cf78ec02b0f9caa3b9.gif") no-repeat center center/64px 64px;
}
@media (min-width: 721px) {
  .complete-txt-wrap::before { /*체크아이콘*/
    width: 86px;
    height: 86px;
    background: url("/npayconnect/images/visual_complete_m-26ddc8e0d3a7c5cf78ec02b0f9caa3b9.gif") no-repeat center center/86px 86px;
    margin-bottom: 32px;
  }
}
.complete-txt-wrap .desc {
  margin-top: 4px;
  font-size: 14px;
}
@media (min-width: 721px) {
  .complete-txt-wrap .desc {
    font-size: 20px;
    margin-top: 16px;
  }
}

.complete-info {
  margin: 32px 0 64px;
}

.apply-num-box {
  text-align: center;
  border: 1px solid #222;
  line-height: 48px;
  width: 276px;
  height: 50px;
  background: #fff;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 600;
  margin: 24px auto 0;
}
@media (min-width: 721px) {
  .apply-num-box {
    height: 59px;
    line-height: 57px;
    width: 321px;
    font-size: 18px;
    margin-top: 40px;
  }
}
.apply-num-box .num {
  font-weight: inherit;
  font-size: inherit;
}

.process-guide-wrap {
  padding: 0 16px;
}
@media (min-width: 721px) {
  .process-guide-wrap {
    padding: 0;
  }
}

.process-tit {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (min-width: 721px) {
  .process-tit {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 60px;
  }
}

.process-list {
  display: flex;
  flex-direction: column;
}

.process-item {
  position: relative;
  display: flex;
  gap: 12px;
  padding-bottom: 40px;
}
@media (min-width: 721px) {
  .process-item {
    gap: 24px;
    padding-bottom: 48px;
  }
}
.process-item::before {
  content: "";
  height: 100%;
  width: 2px;
  background: #B7EACE;
  position: absolute;
  left: 14px;
  z-index: 1;
}
@media (min-width: 721px) {
  .process-item::before {
    left: 20px;
  }
}
.process-item:last-child::before {
  display: none;
}

.step-num {
  flex: none;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background: #0DBA5A;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  z-index: 2;
}
@media (min-width: 721px) {
  .step-num {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
  }
}

.step-tit {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.25;
}
@media (min-width: 721px) {
  .step-tit {
    font-size: 32px;
  }
}

.step-desc {
  font-size: 14px;
  color: #555;
  letter-spacing: -0.4px;
}
@media (min-width: 721px) {
  .step-desc {
    font-size: 16px;
    letter-spacing: 0;
  }
}

.step-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

/* 혜택 배너 */
.benefit-banner {
  border-radius: 20px;
  background: #F7F7F9 url("/npayconnect/images/img-complete-m-d23cc0adfa5934ba27ce12bbfce1360f.png") no-repeat center top 24px/156px 128px;
  margin: 16px 0 56px;
  padding: 176px 24px 24px 24px;
  text-align: center;
  display: none;
}
@media (min-width: 721px) {
  .benefit-banner {
    margin: 72px 0 60px;
    padding: 254px 40px 40px 40px;
    background: #F7F7F9 url("/npayconnect/images/img-complete-pc-c2b65ec9e51c4c9609730f2eeaeb154d.png") no-repeat center top 40px/220px 182px;
  }
}

.benefit-tit {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (min-width: 721px) {
  .benefit-tit {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

.benefit-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
}
@media (min-width: 721px) {
  .benefit-desc {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.benefit-desc b {
  color: #000;
  font-weight: 700;
  display: block;
}
@media (min-width: 721px) {
  .benefit-desc b {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
  }
}

.benefit-btn {
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 14px;
  margin: 0;
  border-radius: 10px;
}
@media (min-width: 721px) {
  .benefit-btn {
    height: 68px;
    font-size: 20px;
    width: 296px;
    border-radius: 14px;
  }
}

.btn-home.btn {
  border: 1px solid #ccc;
  font-size: 16px;
  min-width: 178px;
  width: auto;
  padding: 0 24px;
  border-radius: 12px;
  height: 56px;
}
@media (min-width: 721px) {
  .btn-home.btn {
    font-weight: 600;
  }
}
.btn-home .icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  background: url("/npayconnect/images/icon/go-home-7da49bbe18f5d1de06f75e20708dcd08.svg") no-repeat center/24px 24px;
}

/* =====================
    NA_0100_pop01 - KB사업자 계좌 개설 팝업
   ===================== */
/* 사업자 유형 선택 */
.popup-kb-biz .pop-body .inner {
  overflow: hidden;
  padding-bottom: 2px;
}
@media (min-width: 721px) {
  .popup-kb-biz .pop-body .inner {
    padding-bottom: 0;
  }
}

.kb-biz-tit {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 16px;
}
@media (min-width: 721px) {
  .kb-biz-tit {
    font-size: 20px;
  }
}

.kb-biz-list {
  display: flex;
  gap: 10px;
}
.kb-biz-list .radio-box {
  flex: 1;
}
.kb-biz-list .img-type:nth-child(1) .kb-biz-card {
  background: url("/npayconnect/images/pop_icon_img01-d3a7ee640889572b209eea8fe5ebdcac.png") no-repeat center top 12px/56px 56px;
}
@media (min-width: 721px) {
  .kb-biz-list .img-type:nth-child(1) .kb-biz-card {
    background: url("/npayconnect/images/pop_icon_img01-pc-f40083b05e212533ddc6214749f33835.png") no-repeat left 16px top 23px/80px 80px;
  }
}
.kb-biz-list .img-type:nth-child(2) .kb-biz-card {
  background: url("/npayconnect/images/pop_icon_img02-5b8ec2010ea0c90956261053c22b688a.png") no-repeat center top 12px/56px 56px;
}
@media (min-width: 721px) {
  .kb-biz-list .img-type:nth-child(2) .kb-biz-card {
    background: url("/npayconnect/images/pop_icon_img02-pc-97496f53e4fab4f9b823b6143382b598.png") no-repeat left 16px top 23px/80px 80px;
  }
}

.kb-biz-name {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  color: #000;
  margin-bottom: 4px;
  padding-top: 62px;
}
@media (min-width: 721px) {
  .kb-biz-name {
    padding-top: 0;
    text-align: left;
    width: 85px;
    font-size: 18px;
    font-weight: 700;
  }
}

.kb-biz-desc {
  font-size: 12px;
  color: #333;
}
@media (min-width: 721px) {
  .kb-biz-desc {
    font-weight: 500;
  }
}
.kb-biz-desc em {
  color: #D41818;
  font-size: 12px;
  font-weight: inherit;
}
@media (min-width: 721px) {
  .kb-biz-desc em {
    font-size: 14px;
  }
}
@media (min-width: 721px) {
  .kb-biz-desc {
    text-align: left;
    width: 85px;
    font-size: 14px;
  }
}

/* 꼭 확인해주세요 */
.kb-notice-box {
  margin-top: 24px;
}
@media (min-width: 721px) {
  .kb-notice-box {
    padding-top: 16px;
    border-top: 1px solid #ccc;
  }
}
.kb-notice-box .kb-notice-tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}
.kb-notice-box .kb-notice-txt {
  font-size: 13px;
  color: #222;
  margin-bottom: 2px;
  word-break: keep-all;
}
.kb-notice-box .kb-notice-txt.pc {
  display: none;
}
@media (min-width: 721px) {
  .kb-notice-box .kb-notice-txt.pc {
    display: block;
  }
}
.kb-notice-box .kb-notice-txt.m {
  display: block;
}
@media (min-width: 721px) {
  .kb-notice-box .kb-notice-txt.m {
    display: none;
  }
}
.kb-notice-box .kb-notice-txt.m + .m {
  border-top: 1px solid #E5E9EC;
  padding-top: 10px;
  margin-top: 10px;
}
@media (min-width: 721px) {
  .kb-notice-box .kb-notice-txt {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
.kb-notice-box .kb-notice-txt strong {
  font-weight: 700;
}
.kb-notice-box .kb-notice-bottom {
  font-size: 13px;
  color: #222;
}
@media (min-width: 721px) {
  .kb-notice-box .kb-notice-bottom {
    font-size: 14px;
  }
}

.qr-code-box {
  padding: 26px 0 10px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  display: none;
  margin-top: 16px;
  border-top: 1px solid #ccc;
}
.qr-code-box .txt {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.1px;
  color: #333;
}
@media (min-width: 721px) {
  .qr-code-box {
    display: block;
  }
}
.qr-code-box img {
  display: block;
  margin: 24px auto 0;
  width: 156px;
  height: 156px;
}

.popup-item-info .pop-box {
  max-height: 600px;
}
.popup-item-info .pop-body {
  padding-bottom: 0;
}
.popup-item-info .pop-body .inner {
  overflow: hidden;
}
.popup-item-info .pop-body .img-box {
  height: 536px;
  overflow-y: auto;
}
.popup-item-info img {
  width: 100%;
  margin-bottom: 10px;
}

/* =====================
   AA_0100 - 대리점 실적 신청
   ===================== */
.container.agency-form {
  padding-top: 0;
}
@media (min-width: 721px) {
  .container.agency-form .npay-aply-form .inner {
    margin-bottom: 120px;
  }
}
.container.agency-form .agree-step .center-box {
  text-align: center;
}
.container.agency-form .agree-step .center-box .agree-all-box {
  margin: 0 auto;
}
.container.agency-form .section.visual {
  background: #222;
  width: 100%;
  max-width: 100%;
  height: 160px;
  padding: 0;
}
@media (min-width: 721px) {
  .container.agency-form .section.visual {
    height: 312px;
  }
}
.container.agency-form .section.visual .visual {
  height: 100%;
  line-height: 1.3;
  display: flex;
  align-items: center;
  padding: 0 16px;
  background: #222 url("/npayconnect/images/AA_0100_visual-102663feedd519dde34dd185cd88731f.png") no-repeat right 16px center/128px 80px;
}
@media (min-width: 721px) {
  .container.agency-form .section.visual .visual {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.5;
    padding: 0;
    background: #222 url("/npayconnect/images/AA_0100_visual-102663feedd519dde34dd185cd88731f.png") no-repeat right center/320px 200px;
  }
}
.container.agency-form .section.visual .visual .sub {
  color: #fff;
  font-size: 16px;
  margin-bottom: 2px;
}
@media (min-width: 721px) {
  .container.agency-form .section.visual .visual .sub {
    font-size: 24px;
  }
}
.container.agency-form .section.visual .visual .tit {
  color: #fff;
  font-size: 28px;
  margin-bottom: 8px;
}
@media (min-width: 721px) {
  .container.agency-form .section.visual .visual .tit {
    font-size: 56px;
  }
}
.container.agency-form .agency-num-wrap .withbtn-box {
  margin-bottom: 8px;
}
.container.agency-form .btn-wrap.center {
  width: 104px;
  margin: 24px auto 0;
}
@media (min-width: 721px) {
  .container.agency-form .btn-wrap.center {
    margin: 32px auto 0;
  }
}
.container.agency-form .btn-wrap.center .btn {
  height: 48px;
  font-size: 16px;
  border-radius: 10px;
}
.container.agency-form .btn-add {
  position: relative;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 135%; /* 21.6px */
  letter-spacing: -0.2px;
  padding: 0;
}
.container.agency-form .btn-add:hover {
  color: inherit;
}
.container.agency-form .btn-add::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  margin-right: 8px;
  height: 26px;
  background: url("/npayconnect/images/icon/icon_plus_line-ae135e0cd42a3bf074f0ca724ae2aa13.svg") no-repeat center center;
}
.container.agency-form .add-box {
  margin: 36px 0 24px;
  border-top: 1px solid #EEF2F5;
}
@media (min-width: 721px) {
  .container.agency-form .add-box {
    margin: 40px 0 32px;
  }
}
.container.agency-form .add-box .btn-wrap {
  text-align: right;
  margin: 16px 0 8px;
}
.container.agency-form .add-box .btn-close-add {
  width: 26px;
  height: 26px;
  font-size: 0;
  background: url("/npayconnect/images/icon/icon_close_line-9f3bea90444c0ce1bd8427e4e341b952.svg") no-repeat center center;
}
.container.agency-form .add-box + .flex-box {
  margin-top: 24px;
}
.container.agency-form .agree-all-box {
  margin: 48px 0 40px;
  justify-content: center;
}
@media (min-width: 721px) {
  .container.agency-form .agree-all-box {
    justify-content: center;
    margin: 80px 0 40px;
  }
}
.container.agency-form .agree-all-box .box {
  font-size: 16px;
}
@media (min-width: 721px) {
  .container.agency-form .agree-all-box .box {
    font-weight: 500;
  }
}
.container.agency-form .step1-essential-agraa-box {
  border-radius: 12px;
  border: 1px solid #E5E9EC;
  padding: 32px 0;
  text-align: center;
  margin: 48px 0;
}
@media (min-width: 721px) {
  .container.agency-form .step1-essential-agraa-box {
    border-radius: 24px;
    padding: 48px 0;
    margin: 80px 0;
  }
}
.container.agency-form .step1-essential-agraa-box .agree-all-box {
  justify-content: center;
  margin: 32px 0 24px;
}
@media (min-width: 721px) {
  .container.agency-form .step1-essential-agraa-box .agree-all-box {
    margin: 32px 0;
  }
}
.container.agency-form .step1-essential-agraa-box .txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3; /* 23.4px */
  letter-spacing: -0.1px;
  margin-bottom: 32px;
}
@media (min-width: 721px) {
  .container.agency-form .step1-essential-agraa-box .txt {
    font-size: 22px;
    line-height: 1.25; /* 23.4px */
    letter-spacing: -0.2px;
  }
}
.container.agency-form .step1-essential-agraa-box .txt p {
  font-size: inherit;
  font-weight: inherit;
}
@media (min-width: 721px) {
  .container.agency-form .step1-essential-agraa-box .txt p br {
    display: none;
  }
}
.container.agency-form .kb-link-section {
  margin-top: 48px;
}
@media (min-width: 721px) {
  .container.agency-form .kb-link-section br {
    display: none;
  }
}
@media (min-width: 721px) {
  .container.agency-form .kb-link-section {
    margin-top: 80px;
  }
}
.container.agency-form .kb-link-section .kb-link-tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}
@media (min-width: 721px) {
  .container.agency-form .kb-link-section .kb-link-tit {
    font-size: 26px;
  }
}
.container.agency-form .kb-link-section .kb-link-item {
  background: #FFF7E5;
  padding: 32px 16px;
  border-radius: 12px;
}
@media (min-width: 721px) {
  .container.agency-form .kb-link-section .kb-link-item {
    border-radius: 20px;
    padding: 40px;
  }
}
.container.agency-form .kb-link-section .kb-link-item + .kb-link-item {
  background: #F7F7F9;
  margin-top: 24px;
}
.container.agency-form .kb-link-section .kb-link-item .tit {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.1px;
  padding-left: 24px;
  text-indent: -20px;
}
@media (min-width: 721px) {
  .container.agency-form .kb-link-section .kb-link-item .tit {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.2px;
  }
}
.container.agency-form .kb-link-section .kb-link-item .tit p {
  color: #222;
  margin-top: 24px;
  font-size: 16px;
  text-indent: 0;
}
@media (min-width: 721px) {
  .container.agency-form .kb-link-section .kb-link-item .tit p br {
    display: none;
  }
}
@media (min-width: 721px) {
  .container.agency-form .kb-link-section .kb-link-item .tit p {
    margin-top: 20px;
    padding-left: 0;
  }
}
.container.agency-form .kb-link-section .kb-link-item .tit p b {
  font-weight: 700;
  font-size: inherit;
  color: inherit;
}
.container.agency-form .kb-link-section .kb-link-item .tit p.point {
  color: #D41818;
}
.container.agency-form .kb-link-section .kb-link-item .btn-wrap {
  display: flex;
  padding-left: 24px;
  gap: 12px;
  margin-top: 12px;
}
@media (min-width: 721px) {
  .container.agency-form .kb-link-section .kb-link-item .btn-wrap {
    margin-top: 8px;
    gap: 12px;
  }
}
.container.agency-form .kb-link-section .kb-link-item .btn-wrap .btn {
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.1px;
  width: 104px;
  border-radius: 10px;
}
.container.agency-form .kb-link-section .kb-link-item .btn-wrap .btn.fill {
  background: #0DBA5A;
  border-color: #0DBA5A;
  color: #fff;
}

/**/
.container.agency-form .complete-agency {
  padding: 32px 16px 64px;
  margin: 0;
}
@media (min-width: 721px) {
  .container.agency-form .complete-agency {
    padding: 0;
  }
}
@media (min-width: 721px) {
  .container.agency-form .complete-agency .inner {
    width: 960px;
    margin-bottom: 120px;
  }
}
.container.agency-form .visual.complete {
  height: 222px;
  padding: 56px 0;
}
@media (min-width: 721px) {
  .container.agency-form .visual.complete {
    height: 376px;
    padding: 104px 0;
  }
}
.container.agency-form .visual.complete .tit {
  color: #fff;
}
@media (min-width: 721px) {
  .container.agency-form .visual.complete .tit {
    font-size: 40px;
    letter-spacing: -0.5px;
  }
}
.container.agency-form .kb-promotion-info-wrap {
  margin-bottom: 56px;
}
@media (min-width: 721px) {
  .container.agency-form .kb-promotion-info-wrap {
    margin-bottom: 60px;
  }
}
.container.agency-form .kb-promotion-info-wrap .kb-promo-tit {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: -0.8px;
  line-height: 1.3;
}
@media (min-width: 721px) {
  .container.agency-form .kb-promotion-info-wrap .kb-promo-tit {
    font-size: 46px;
    line-height: 1.25;
    margin-bottom: 40px;
  }
}
.container.agency-form .kb-promotion-info-wrap .kb-promo-tit span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2px;
  letter-spacing: -0.1px;
  line-height: 1.2;
}
@media (min-width: 721px) {
  .container.agency-form .kb-promotion-info-wrap .kb-promo-tit span {
    font-size: 40px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
  }
}
.container.agency-form .kb-promotion-info-wrap .kb-promo-conts {
  border-radius: 16px;
  border: 1px solid #E5E9EC;
  padding: 24px 16px 16px;
  text-align: center;
  letter-spacing: -0.1px;
}
@media (min-width: 721px) {
  .container.agency-form .kb-promotion-info-wrap .kb-promo-conts {
    border-radius: 28px;
    padding: 32px;
  }
}
.container.agency-form .kb-promotion-info-wrap .kb-promo-conts .label {
  border-radius: 60px;
  background: #000;
  height: 33px;
  line-height: 33px;
  width: 108px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.1px;
  color: #fff;
  display: block;
  margin: 0 auto 24px;
}
@media (min-width: 721px) {
  .container.agency-form .kb-promotion-info-wrap .kb-promo-conts .label {
    height: 42px;
    line-height: 42px;
    width: 115px;
    font-weight: 700;
    width: 115px;
    margin-bottom: 28px;
    font-size: 20px;
  }
}
.container.agency-form .kb-promotion-info-wrap .kb-promo-conts > .list li {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.1px;
}
@media (min-width: 721px) {
  .container.agency-form .kb-promotion-info-wrap .kb-promo-conts > .list li {
    font-size: 22px;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: -0.2px;
  }
}
.container.agency-form .kb-promotion-info-wrap .kb-promo-conts > .list li + li {
  margin-top: 2px;
}
@media (min-width: 721px) {
  .container.agency-form .kb-promotion-info-wrap .kb-promo-conts > .list li + li {
    margin-top: 8px;
  }
}
.container.agency-form .kb-promotion-info-wrap .kb-link-section {
  margin-top: 32px;
}
@media (min-width: 721px) {
  .container.agency-form .kb-promotion-info-wrap .kb-link-section {
    margin-top: 40px;
    display: flex;
    gap: 24px;
  }
}
.container.agency-form .kb-promotion-info-wrap .kb-link-section .kb-link-item {
  padding: 24px 16px;
}
@media (min-width: 721px) {
  .container.agency-form .kb-promotion-info-wrap .kb-link-section .kb-link-item {
    flex: 50%;
    margin: 0;
    padding: 40px;
  }
}
.container.agency-form .kb-promotion-info-wrap .kb-link-section .kb-link-item .tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}
@media (min-width: 721px) {
  .container.agency-form .kb-promotion-info-wrap .kb-link-section .kb-link-item .tit {
    font-size: 26px;
  }
}
.container.agency-form .kb-promotion-info-wrap .kb-link-section .kb-link-item .list li {
  text-align: left;
  padding-left: 14px;
  text-indent: -14px;
  letter-spacing: -0.4px;
  color: #222;
}
.container.agency-form .kb-promotion-info-wrap .kb-link-section .kb-link-item .list li span {
  font-size: inherit;
  font-weight: inherit;
  display: block;
}
@media (min-width: 721px) {
  .container.agency-form .kb-promotion-info-wrap .kb-link-section .kb-link-item .list li {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.1px;
  }
}
.container.agency-form .kb-promotion-info-wrap .kb-link-section .kb-link-item .list li.btn-type {
  padding-left: 0;
  margin-top: 12px;
}
@media (min-width: 721px) {
  .container.agency-form .kb-promotion-info-wrap .kb-link-section .kb-link-item .list li.btn-type {
    margin-top: 0;
  }
}
.container.agency-form .kb-promotion-info-wrap .kb-link-section .kb-link-item .list li.btn-type .btn-wrap {
  margin: 12px 0 20px;
}
@media (min-width: 721px) {
  .container.agency-form .kb-promotion-info-wrap .kb-link-section .kb-link-item .list li.btn-type .btn-wrap {
    margin: 8px 0 24px;
  }
}
.container.agency-form .kb-promotion-info-wrap .kb-link-section .kb-link-item .list li.point {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  color: #D41818;
  margin-top: 4px;
  letter-spacing: 0;
  text-indent: -12px;
}
@media (min-width: 721px) {
  .container.agency-form .kb-promotion-info-wrap .kb-link-section .kb-link-item .list li.point {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.4px;
  }
  .container.agency-form .kb-promotion-info-wrap .kb-link-section .kb-link-item .list li.point + .point {
    margin-top: 0;
  }
}
.container.agency-form .kb-promotion-info-wrap .kb-link-section .kb-link-item .list li + li {
  margin-top: 16px;
}
@media (min-width: 721px) {
  .container.agency-form .kb-promotion-info-wrap .kb-link-section .kb-link-item .list li + li {
    margin-top: 24px;
  }
}
.container.agency-form .kb-promotion-info-wrap .kb-link-section .kb-link-item .inner-list {
  margin-top: 2px;
  margin-bottom: 6px;
}
.container.agency-form .kb-promotion-info-wrap .kb-link-section .kb-link-item .inner-list li + li {
  margin-top: 0;
}
.container.agency-form .kb-promotion-info-wrap .kb-link-section .kb-link-item .btn-wrap {
  padding-left: 0;
}
@media (min-width: 721px) {
  .container.agency-form .kb-promotion-info-wrap .kb-link-section .kb-link-item .btn-wrap {
    margin-top: 8px;
  }
}

/*소상공인 창업 지원 패키지 신청*/
