@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("../../font/Pretendard/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("AnyTestFont Regular"), url("../../font/Pretendard/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("../../font/Pretendard/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("../../font/Pretendard/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("../../font/Pretendard/Pretendard-Bold.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;
}

.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;
}
@media (min-width: 721px) {
  .cont-pc {
    display: block;
  }
}

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

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

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

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

.info-txt-box {
  margin: 8px 0 32px;
}
.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;
}

/*common : btn-wrap*/
.btn {
  width: auto;
  height: 36px;
  padding: 0 12px;
  border-radius: 14px;
  border: 1px solid #E1E1E1;
  margin-left: 6px;
  background: #fff;
}
.btn.fill {
  background: #F9410F;
  border-color: #F9410F;
  color: #fff;
}
.btn.fill:hover {
  background: #DB390D;
}
.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;
    padding: 0 16px;
    margin-left: 8px;
  }
}
.btn.counsel {
  background-color: #F9410F;
  border-color: #F9410F;
  color: #fff;
}

.btn-wrap {
  margin-top: 32px;
}
@media (min-width: 721px) {
  .btn-wrap {
    margin-top: 40px;
  }
}
.btn-wrap .btn {
  width: 100%;
  height: 62px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.2px;
  margin: 0;
  padding: 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("/easy-qr-homepage/images/num-back.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: 107px;
  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 #FF3131;
}
.input-wrap.radio input[type=radio] {
  display: none;
}
.input-wrap.radio input[type=radio]:checked + .box {
  background: #F9410F;
  color: #fff;
}
.input-wrap.radio .radio-box {
  display: flex;
}
.input-wrap.radio .radio-box label {
  cursor: pointer;
  flex: 1;
  margin-right: 6px;
}
.input-wrap.radio .radio-box label:last-child {
  margin-right: 0;
}
.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 #F9410F;
  width: 100%;
  color: #F9410F;
}
.input-wrap.chk input[type=checkbox] {
  display: none;
}
.input-wrap.chk input[type=checkbox]:checked + .box .icon {
  background: url("/easy-qr-homepage/images/icon/chk2_on.svg") no-repeat center top/24px 24px;
}
.input-wrap.chk input[type=checkbox]:checked:disabled + .box .icon {
  background: url("/easy-qr-homepage/images/icon/chk2_on_disabled.svg") no-repeat center top/24px 24px;
}
.input-wrap.chk input[type=checkbox]:disabled + .box .icon {
  background: url("/easy-qr-homepage/images/icon/chk2_off_disabled.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("/easy-qr-homepage/images/icon/chk2_off.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("/easy-qr-homepage/images/icon/chk_on.svg") no-repeat center top/24px 24px;
}
.input-wrap.chk.circle input[type=checkbox]:checked:disabled + .box .icon {
  background: url("/easy-qr-homepage/images/icon/chk_on_disabled.svg") no-repeat center top/24px 24px;
}
.input-wrap.chk.circle input[type=checkbox]:disabled + .box .icon {
  background: url("/easy-qr-homepage/images/icon/chk_off_disabled.svg") no-repeat center top/24px 24px;
}
.input-wrap.chk.circle .box .icon {
  background: url("/easy-qr-homepage/images/icon/chk_off.svg") no-repeat center top/24px 24px;
}
.input-wrap.chk.square input[type=checkbox]:checked + .box .icon {
  background: url("/easy-qr-homepage/images/icon/chk3_on.svg") no-repeat center top/20px 20px;
}
.input-wrap.chk.square input[type=checkbox]:checked:disabled + .box .icon {
  background: url("/easy-qr-homepage/images/icon/chk3_on_disabled.svg") no-repeat center top/20px 20px;
}
.input-wrap.chk.square input[type=checkbox]:disabled + .box .icon {
  background: url("/easy-qr-homepage/images/icon/chk3_off_disabled.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("/easy-qr-homepage/images/icon/chk3_off.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: #555;
  border-color: #555;
  color: #fff;
  font-size: 16px !important;
  font-weight: 500;
  letter-spacing: -0.1px;
  border-radius: 10px;
}
.input-wrap .ipt-btn-wrap .btn:hover {
  background: #404040;
}
.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: url("/easy-qr-homepage/images/icon/icon-select-arr.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;
  cursor: pointer;
}
@media (min-width: 721px) {
  .header-wrap .header-inner img img {
    width: 122px;
  }
}
@media (min-width: 721px) {
  .header-wrap {
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header-wrap .nav {
  display: flex;
  justify-content: flex-end;
}
.header-wrap .nav .link-call {
  display: inline-block;
  background: url("/easy-qr-homepage/images/icon/icon_call.svg") no-repeat center;
  height: 36px;
  width: 36px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  color: rgba(0, 0, 0, 0); /* 텍스트 투명 */
}
@media (min-width: 721px) {
  .header-wrap .nav .link-call {
    color: #000;
    height: 42px;
    line-height: 42px;
    font-weight: 500;
    background: #fff;
    width: auto;
    font-size: 22px;
    text-decoration: none;
    border: none;
    padding: 0;
    margin-right: 24px;
    letter-spacing: -0.2px;
  }
}
.header-wrap .nav .btn {
  letter-spacing: -0.1px;
  font-weight: 600;
  border-radius: 10px;
}
@media (min-width: 721px) {
  .header-wrap .nav .btn {
    letter-spacing: -0.2px;
  }
}

/*해더와 타이틀*/
.footer-wrap {
  background: #2D2D2D;
  padding: 32px 16px;
  display: flex;
  justify-content: center;
}
.footer-wrap .footer {
  width: 100%;
}
@media (min-width: 721px) {
  .footer-wrap .footer {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 721px) {
  .footer-wrap {
    padding: 80px 0;
    justify-content: space-between;
  }
}
@media (min-width: 721px) {
  .footer-wrap .left {
    position: relative;
    display: flex;
    width: 657px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 52px;
  }
}
.footer-wrap .fo-list + .fo-list {
  margin-top: 24px;
}
@media (min-width: 721px) {
  .footer-wrap .fo-list + .fo-list {
    margin-top: 0;
    mrgin-left: 160px;
  }
}
.footer-wrap .fo-list li {
  font-size: 12px;
  letter-spacing: -0.4px;
  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;
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
}
@media (min-width: 721px) {
  .footer-wrap .fo-list li span + span {
    display: block;
    padding: 0;
    margin: 0;
  }
}
.footer-wrap .fo-list li span + span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 10px;
  background: #777;
}
@media (min-width: 721px) {
  .footer-wrap .fo-list li span + span::before {
    display: none;
  }
}
.footer-wrap .fo-list li.list-tit {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
@media (min-width: 721px) {
  .footer-wrap .fo-list li.list-tit {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media (min-width: 721px) {
  .footer-wrap .fo-list li {
    font-size: 14px;
    text-align: left;
    letter-spacing: -0.1px;
    color: #ccc;
  }
}
.footer-wrap .fo-sns-link {
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 721px) {
  .footer-wrap .fo-sns-link {
    text-align: left;
    margin-top: 24px;
    width: 244px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.footer-wrap .fo-sns-link .fo-link {
  display: inline-block;
  width: 42px;
  height: 42px;
  color: transparent;
  margin: 0 6px;
  vertical-align: top;
}
.footer-wrap .fo-sns-link .blog {
  margin-left: 0;
  background: url("/easy-qr-homepage/images/icon/icon_blog.png") no-repeat center top/100% 100%;
}
.footer-wrap .fo-sns-link .insta {
  background: url("/easy-qr-homepage/images/icon/icon_insta.png") no-repeat center top/100% 100%;
}
.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 .fo-terms-list .btn-terms {
  font-size: 13px;
  font-weight: 400;
  background: none;
  border: none;
  padding: 0;
  color: #CCC;
  text-decoration: unset;
}
@media (min-width: 721px) {
  .footer-wrap .fo-terms-list .btn-terms {
    font-size: 14px;
  }
}
.footer-wrap .fo-terms-list .btn-terms:nth-child(2) {
  display: inline-block;
  padding-left: 12px;
  margin-left: 12px;
  position: relative;
  color: #fff;
  font-weight: 600;
}
.footer-wrap .fo-terms-list .btn-terms:nth-child(2)::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 12px;
  background: #777;
}
.footer-wrap .qr-code {
  text-align: center;
}
.footer-wrap .qr-code .qr-code-box {
  display: none;
}
@media (min-width: 721px) {
  .footer-wrap .qr-code .qr-code-box {
    display: block;
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
  }
}
.footer-wrap .qr-code .link-manual {
  display: inline-block;
  margin-top: 24px;
  border-radius: 6px;
  background: #1F1F1F;
  padding: 6px 12px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
@media (min-width: 721px) {
  .footer-wrap .qr-code .link-manual {
    margin-top: 20px;
    height: 28px;
    line-height: 28px;
    padding: 0 8px;
    font-size: 13px;
  }
}
@media (min-width: 721px) {
  .footer-wrap .qr-code img {
    display: block;
    margin: 24px auto 0;
    width: 140px;
    height: 140px;
    border-radius: 12px;
  }
}

/*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;
}
@media (min-width: 721px) {
  .popup-wrap .pop-box {
    width: 376px;
  }
}
.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: #F9410F;
  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("/easy-qr-homepage/images/icon/icon_close.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;
  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: #F9410F;
  border-color: #F9410F;
}
.popup-wrap.confirm .pop-btn-wrap .btn:last-child {
  color: #fff !important;
  background: #F9410F;
  border-color: #F9410F;
}
.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("/easy-qr-homepage/images/icon/icon-btn-arr.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);
}

/*약관상세팝업 RA_0200_pop05 ~ RA_0200_pop08*/
.privacy-wrap {
  overflow-y: auto;
  max-height: 454px;
}
.privacy-wrap * {
  letter-spacing: -0.4px;
}
.privacy-wrap .privacy-tit,
.privacy-wrap .privacy-txt {
  margin-bottom: 4px;
}
.privacy-wrap .privacy-tit + .privacy-list,
.privacy-wrap .privacy-txt + .privacy-list {
  margin-left: 12px;
}
.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 .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;
}
/*약관 리스트*/
.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-list-box ul em {
  color: #F9410F;
  font-weight: 600;
}
.agree-list-box ul em.option {
  color: #000;
}
.agree-list-box ul .btn-agree {
  display: inline-block;
  font-size: 12px;
  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;
}
@media (min-width: 721px) {
  .pg-terms .privacy-wrap {
    padding: 160px 0;
  }
}
@media (min-width: 721px) {
  .pg-terms .privacy-wrap * {
    font-size: 16px;
    letter-spacing: -0.1px;
  }
}
.pg-terms .privacy-wrap h2.privacy-tit {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media (min-width: 721px) {
  .pg-terms .privacy-wrap h2.privacy-tit {
    font-size: 46px;
    line-height: 1.25;
    margin-bottom: 64px;
  }
}
@media (min-width: 721px) {
  .pg-terms .privacy-wrap .privacy-list li {
    margin-top: 8px;
  }
}
@media (min-width: 721px) {
  .pg-terms .privacy-wrap .tit-type {
    font-weight: 700;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.1px;
    margin: 40px 0 12px;
  }
}
.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-easyQR .visual {
  margin-top: 0;
  width: 100%;
  height: 288px;
  padding: 0;
  background: #E6F1F5 url("/easy-qr-homepage/images/m/visual.png?v=20250715") no-repeat center center;
  background-size: contain;
}
@media (min-width: 721px) {
  .pg-easyQR .visual {
    min-width: 1200px;
    margin: 0 auto;
    height: 600px;
    background: #E6F1F5 url("/easy-qr-homepage/images/pc/visual.png?v=20250715") no-repeat center center;
    background-size: 1920px 600px;
  }
}
.pg-easyQR .visual .txt-wrap {
  padding: 24px 16px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.1px;
}
@media (min-width: 721px) {
  .pg-easyQR .visual .txt-wrap {
    width: 1200px;
    margin: 0 auto;
    font-size: 56px;
    padding: 191px 0 0 0;
    line-height: 1.25;
    letter-spacing: -0.5px;
  }
}
.pg-easyQR .visual .txt-wrap span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 4px;
  letter-spacing: -0.2px;
}
@media (min-width: 721px) {
  .pg-easyQR .visual .txt-wrap span {
    font-size: 46px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.5px;
  }
}
.pg-easyQR .visual .txt-wrap .btn {
  display: block;
  margin: 16px 0 0 0;
  padding: 0 32px;
  border-radius: 600px;
}
@media (min-width: 721px) {
  .pg-easyQR .visual .txt-wrap .btn {
    padding: 0 100px;
    height: 60px;
    font-size: 24px;
    font-weight: 500;
    margin: 44px 0 0 0;
  }
}
.pg-easyQR .whyEasyQR .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pg-easyQR .whyEasyQR .list li {
  margin-top: 32px;
  width: calc(50% - 10px);
  text-align: center;
  padding-top: 116px;
  background-size: 100px auto;
}
.pg-easyQR .whyEasyQR .list li:nth-child(1) {
  background: url("/easy-qr-homepage/images/icon/icon_main01.svg") no-repeat center top;
}
.pg-easyQR .whyEasyQR .list li:nth-child(2) {
  background: url("/easy-qr-homepage/images/icon/icon_main02.svg") no-repeat center top;
}
.pg-easyQR .whyEasyQR .list li:nth-child(3) {
  background: url("/easy-qr-homepage/images/icon/icon_main03.svg") no-repeat center top;
}
.pg-easyQR .whyEasyQR .list li:nth-child(4) {
  background: url("/easy-qr-homepage/images/icon/icon_main04.svg") no-repeat center top;
}
@media (min-width: 721px) {
  .pg-easyQR .whyEasyQR .list li {
    width: 25%;
    margin-top: 60px;
    padding-top: 132px;
  }
}
.pg-easyQR .whyEasyQR .list li .tit {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 8px;
  letter-spacing: -0.1px;
}
@media (min-width: 721px) {
  .pg-easyQR .whyEasyQR .list li .tit {
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: 0;
  }
}
.pg-easyQR .whyEasyQR .list li .txt {
  color: #777;
  font-size: 16px;
  letter-spacing: -0.1px;
}
@media (min-width: 721px) {
  .pg-easyQR .whyEasyQR .list li .txt {
    font-size: 18px;
  }
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRInfoSlide {
    max-width: 1200px;
    margin: 0 auto;
    width: 900px;
  }
}
.pg-easyQR .easyQRInfoSlide .tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 32px 0 0 24px;
  letter-spacing: -0.1px;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRInfoSlide .tit {
    font-size: 32px;
    margin: 60px 0 0 0;
    line-height: 1.25;
    letter-spacing: 0;
  }
}
.pg-easyQR .easyQRInfoSlide .swiper {
  padding-left: 20px;
  margin-top: 16px;
  padding-right: 24px;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRInfoSlide .swiper {
    margin-top: 20px;
    padding: 0;
  }
}
.pg-easyQR .easyQRInfoSlide .swiper .swiper-wrapper {
  width: 900px;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRInfoSlide .swiper .swiper-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.pg-easyQR .easyQRInfoSlide .swiper .swiper-slide {
  width: 260px;
  height: 260px;
  border-radius: 16px;
  overflow: hidden;
}
.pg-easyQR .easyQRInfoSlide .swiper .swiper-slide img {
  width: 100%;
  display: block;
}
.pg-easyQR .easyQRInfoSlide .swiper .swiper-slide .txt-box {
  background: #F9410F;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  height: 60px;
  line-height: 60px;
  letter-spacing: -0.1px;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRInfoSlide .swiper .swiper-slide .txt-box {
    font-size: 20px;
    height: 62px;
    letter-spacing: -0.2px;
  }
}
.pg-easyQR .easyQRInfoRound .list {
  display: flex;
  flex-wrap: wrap;
  width: 257px;
  margin: 32px auto 0;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRInfoRound .list {
    width: 1040px;
    justify-content: space-between;
    margin: 60px auto 0;
  }
}
.pg-easyQR .easyQRInfoRound .list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #F9410F;
  font-size: 18px;
  font-weight: 700;
  color: #F9410F;
  letter-spacing: -0.1px;
}
.pg-easyQR .easyQRInfoRound .list li:nth-child(n+5) {
  margin-bottom: 0;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRInfoRound .list li {
    width: 160px;
    height: 160px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0;
  }
}
.pg-easyQR .easyQRInfoRound .list li:nth-child(2n) {
  margin-left: 16px;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRInfoRound .list li:nth-child(2n) {
    margin-left: 0;
  }
}
.pg-easyQR .easyQRInfoQR {
  background: #F8F8F8;
  padding: 80px 0 80px;
  overflow: hidden;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRInfoQR {
    padding: 0;
  }
}
.pg-easyQR .easyQRInfoQR .sub {
  color: #555;
  font-weight: 600;
  margin-top: 24px;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRInfoQR .sub {
    font-size: 32px;
    color: #555;
    font-weight: 700;
    margin-top: 60px;
  }
}
.pg-easyQR .easyQRInfoQR .QR-img-box {
  text-align: center;
}
.pg-easyQR .easyQRInfoQR .QR-img-box img {
  display: block;
  margin: 32px auto 0;
  width: 200px;
  border-radius: 14px;
  box-shadow: 6px 6px 16px 0px rgba(0, 0, 0, 0.16);
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRInfoQR .QR-img-box img {
    margin: 60px auto;
    width: 400px;
  }
}
.pg-easyQR .easyQRInfoQR .QR-img-box .btn {
  width: 256px;
  height: 60px;
  border-radius: 100px;
  color: 3fff;
  font-weight: 700;
  font-size: 18px;
  background: #F9410F;
  color: #fff;
  letter-spacing: -0.1px;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRInfoQR .QR-img-box .btn {
    display: none;
  }
}
.pg-easyQR .easyQRInfoQR .QR-img-box .info-msg {
  display: none;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRInfoQR .QR-img-box .info-msg {
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
  }
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRdisplay .slide-box {
    display: flex;
    width: 772px;
    justify-content: space-between;
    margin: 0 auto;
  }
}
.pg-easyQR .easyQRdisplay .imglistSwiper {
  width: 209px;
  height: 451px;
  margin-top: 32px;
  position: relative;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRdisplay .imglistSwiper {
    width: 334px;
    height: 720px;
  }
}
.pg-easyQR .easyQRdisplay .imglistSwiper::after {
  content: "";
  width: 209px;
  height: 451px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/easy-qr-homepage/images/phone-img.png") no-repeat center top/209px 451px;
  z-index: 10;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRdisplay .imglistSwiper {
    width: 334px;
    margin: 0;
  }
  .pg-easyQR .easyQRdisplay .imglistSwiper::after {
    width: 334px;
    height: 720px;
    background: url("/easy-qr-homepage/images/phone-img.png") no-repeat center top/334px 720px;
  }
}
.pg-easyQR .easyQRdisplay .imglistSwiper .swiper-wrapper .swiper-slide {
  text-align: center;
  width: 228px;
  display: flex;
  align-items: center;
}
.pg-easyQR .easyQRdisplay .imglistSwiper .swiper-wrapper .swiper-slide img {
  width: 195px;
  height: 434px;
  margin: 0 auto;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRdisplay .imglistSwiper .swiper-wrapper .swiper-slide img {
    width: 310px;
    height: 690px;
  }
}
.pg-easyQR .easyQRdisplay .slide-pagination {
  text-align: center;
  margin: 0 auto;
  width: 360px;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRdisplay .slide-pagination {
    width: 280px;
    margin: 80px 0 0 0;
  }
}
.pg-easyQR .easyQRdisplay .slide-pagination .swiper-pagination-bullet {
  height: 38px;
  line-height: 38px;
  border: 1px solid #F9410F;
  color: #F9410F;
  font-size: 16px;
  font-weight: 600;
  border-radius: 100px;
  background: #fff;
  position: relative;
  opacity: 1;
  letter-spacing: -0.1px;
  margin: 0 3px;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRdisplay .slide-pagination .swiper-pagination-bullet {
    width: 280px !important;
    height: 73px !important;
    line-height: 73px !important;
    font-size: 26px;
    font-weight: 700;
    margin-top: 24px !important;
    letter-spacing: 0;
  }
}
.pg-easyQR .easyQRdisplay .slide-pagination .swiper-pagination-bullet:nth-child(1) {
  width: 88px;
}
.pg-easyQR .easyQRdisplay .slide-pagination .swiper-pagination-bullet:nth-child(1)::before {
  content: "주문화면";
}
.pg-easyQR .easyQRdisplay .slide-pagination .swiper-pagination-bullet:nth-child(2) {
  width: 84px;
}
.pg-easyQR .easyQRdisplay .slide-pagination .swiper-pagination-bullet:nth-child(2)::before {
  content: "선택 완료";
}
.pg-easyQR .easyQRdisplay .slide-pagination .swiper-pagination-bullet:nth-child(3) {
  width: 102px;
  margin-top: 6px;
}
.pg-easyQR .easyQRdisplay .slide-pagination .swiper-pagination-bullet:nth-child(3)::before {
  content: "결제 or 주문";
}
.pg-easyQR .easyQRdisplay .slide-pagination .swiper-pagination-bullet:nth-child(4) {
  width: 124px;
  margin-top: 6px;
}
.pg-easyQR .easyQRdisplay .slide-pagination .swiper-pagination-bullet:nth-child(4)::before {
  content: "이지톡페이 결제";
}
.pg-easyQR .easyQRdisplay .slide-pagination .swiper-pagination-bullet:nth-child(5) {
  width: 80px;
  margin-top: 6px;
}
.pg-easyQR .easyQRdisplay .slide-pagination .swiper-pagination-bullet:nth-child(5)::before {
  content: "결제완료";
}
.pg-easyQR .easyQRdisplay .slide-pagination .swiper-pagination-bullet:nth-child(6) {
  width: 111px;
}
.pg-easyQR .easyQRdisplay .slide-pagination .swiper-pagination-bullet:nth-child(6)::before {
  content: "주문내역 확인";
}
.pg-easyQR .easyQRdisplay .slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F9410F;
  color: #fff;
}
.pg-easyQR .easyQRpoint .point-box {
  opacity: 0;
  transform: translateY(200px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.pg-easyQR .easyQRpoint .point-box.show {
  opacity: 1;
  transform: translateY(0);
}
.pg-easyQR .easyQRpoint .point-box + .point-box {
  margin-top: 80px;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRpoint .point-box + .point-box {
    margin-top: 200px;
  }
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRpoint .point-box.point01 .img-box {
    width: 978px;
  }
  .pg-easyQR .easyQRpoint .point-box.point02 .img-box {
    width: 608px;
  }
  .pg-easyQR .easyQRpoint .point-box.point03 .img-box {
    display: flex;
    justify-content: flex-start;
    align-items: end;
    width: 100%;
    margin: 0;
  }
  .pg-easyQR .easyQRpoint .point-box.point03 .img-box > img {
    width: 656px;
  }
  .pg-easyQR .easyQRpoint .point-box.point04 .img-box {
    width: 984px;
  }
  .pg-easyQR .easyQRpoint .point-box.point05 .img-box {
    width: 596px;
  }
  .pg-easyQR .easyQRpoint .point-box.point06 .img-box {
    width: 890px;
  }
  .pg-easyQR .easyQRpoint .point-box.point07 .img-box {
    width: 1122px;
  }
  .pg-easyQR .easyQRpoint .point-box.point08 .img-box {
    width: 1025px;
    margin: 0;
  }
}
@media (min-width: 721px) and (min-width: 721px) {
  .pg-easyQR .easyQRpoint .point-box.point08 .point08Swiper {
    display: none;
  }
}
.pg-easyQR .easyQRpoint .point-box .img-box {
  margin: 0 auto;
  width: 100%;
}
.pg-easyQR .easyQRpoint .point-box .img-box img {
  width: 100%;
}
.pg-easyQR .easyQRpoint .point-box .img-box .tip-box {
  margin: 0 auto;
  width: 305px;
  height: 109px;
  padding: 22px 14px 14px;
  background: url("/easy-qr-homepage/images/m/tip-box-img.png") no-repeat center top/305px 109px;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRpoint .point-box .img-box .tip-box {
    width: 431px;
    height: 146px;
    padding: 20px 0 20px 32px;
    background: url("/easy-qr-homepage/images/pc/tip-box-img.png") no-repeat center top/431px 146px;
    margin: 0 0 0 16px;
  }
}
.pg-easyQR .easyQRpoint .point-box .img-box .tip-box .tip-img {
  float: left;
  width: 126px;
  flex: auto;
  margin-right: 12px;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRpoint .point-box .img-box .tip-box .tip-img {
    width: 180px;
  }
}
.pg-easyQR .easyQRpoint .point-box .img-box .tip-box .tip-conts {
  flex: 1;
  flex: none;
  letter-spacing: -0.4px;
  margin-top: 6px;
  color: #555;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRpoint .point-box .img-box .tip-box .tip-conts {
    font-size: 18px;
    letter-spacing: -0.1px;
  }
}
.pg-easyQR .easyQRpoint .point-box .img-box .tip-box .tip-tit {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 4px;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRpoint .point-box .img-box .tip-box .tip-tit {
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -0.2px;
  }
}
.pg-easyQR .easyQRpoint .point-box .desc {
  margin-top: 24px;
  text-align: center;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRpoint .point-box .desc {
    margin-top: 60px;
  }
}
.pg-easyQR .easyQRpoint .point-box .desc .no {
  color: #F9410F;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: -0.1px;
  padding: 6px 12px;
  border: 1px solid #F9410F;
  border-radius: 100px;
  display: inline-block;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRpoint .point-box .desc .no {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    padding: 6px 22px;
  }
}
.pg-easyQR .easyQRpoint .point-box .desc .tit {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.1px;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRpoint .point-box .desc .tit {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.5px;
  }
}
.pg-easyQR .easyQRpoint .point-box .desc .txt {
  margin: 16px auto;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRpoint .point-box .desc .txt {
    margin: 32px auto 0;
    width: auto;
    display: inline-block;
  }
}
.pg-easyQR .easyQRpoint .point-box .desc .txt li {
  position: relative;
  text-indent: -11px;
  padding-left: 11px;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  color: #777;
  letter-spacing: -0.1px;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRpoint .point-box .desc .txt li {
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -0.2px;
    text-indent: -16px;
    padding-left: 16px;
  }
}
.pg-easyQR .easyQRpoint .point-box .desc .txt li + li {
  margin-top: 8px;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRpoint .point-box .desc .txt li + li {
    margin-top: 10px;
  }
}
.pg-easyQR .easyQRpoint .point-box .desc .txt li strong {
  color: #000;
  font-size: inherit;
  font-weight: inherit;
}
.pg-easyQR .easyQRpoint .point-box .desc .txt li::before {
  content: "- ";
}
.pg-easyQR .easyQRpoint .point-box .desc .info-msg {
  margin-top: 16px;
  letter-spacing: -0.4px;
  padding-left: 13px;
  text-indent: -13px;
  text-align: left;
}
@media (min-width: 721px) {
  .pg-easyQR .easyQRpoint .point-box .desc .info-msg {
    font-size: 18px;
    letter-spacing: -0.1px;
    margin-top: 16px;
    color: #555;
    text-align: center;
  }
}
.pg-easyQR .FAQ {
  margin-bottom: 80px;
}
.pg-easyQR .FAQ .sec-title .sub {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 721px) {
  .pg-easyQR .FAQ .sec-title .sub {
    font-size: 26px;
  }
}
.pg-easyQR .FAQ .FAQ-list-box {
  margin-top: 32px;
}
@media (min-width: 721px) {
  .pg-easyQR .FAQ .FAQ-list-box {
    margin-top: 60px;
  }
}
.pg-easyQR .FAQ .FAQ-list-box > .list > li {
  border-radius: 12px;
  border: 1px solid #CCC;
  background: #EEF2F5;
  height: auto;
}
.pg-easyQR .FAQ .FAQ-list-box > .list > li + li {
  margin-top: 16px;
}
.pg-easyQR .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;
}
@media (min-width: 721px) {
  .pg-easyQR .FAQ .FAQ-list-box > .list > li .FAQ-tit {
    padding: 24px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: -0.2px;
  }
}
.pg-easyQR .FAQ .FAQ-list-box > .list > li .FAQ-tit .btn-detail {
  cursor: pointer;
  flex: none;
  border: none;
  margin-left: 12px;
  background: url("/easy-qr-homepage/images/icon/icon-arr.svg") no-repeat center top/100% 100%;
  color: transparent;
  width: 32px;
  height: 32px;
  transition: transform 0.4s ease-in-out;
}
@media (min-width: 721px) {
  .pg-easyQR .FAQ .FAQ-list-box > .list > li .FAQ-tit .btn-detail {
    width: 40px;
    height: 40px;
    background: url("/easy-qr-homepage/images/icon/icon-arr_pc.svg") no-repeat center top/100% 100%;
  }
}
.pg-easyQR .FAQ .FAQ-list-box > .list > li .FAQ-tit .btn-detail.on {
  transform: rotate(180deg);
}
.pg-easyQR .FAQ .FAQ-list-box > .list > li .FAQ-txt {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  background: #fff;
  border-radius: 0 0px 12px 12px;
  letter-spacing: -0.1px;
}
.pg-easyQR .FAQ .FAQ-list-box > .list > li .FAQ-txt.show {
  display: block;
  height: auto;
  max-height: fit-content;
}
.pg-easyQR .FAQ .FAQ-list-box > .list > li .FAQ-txt .box {
  padding: 16px;
  font-size: 16px;
  line-height: 1.5;
}
.pg-easyQR .FAQ .FAQ-list-box > .list > li .FAQ-txt .box .list li {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  text-indent: -20px;
  padding-left: 20px;
}
@media (min-width: 721px) {
  .pg-easyQR .FAQ .FAQ-list-box > .list > li .FAQ-txt .box .list li {
    font-size: 18px;
  }
}
.pg-easyQR .FAQ .FAQ-list-box > .list > li .FAQ-txt .box .list li::before {
  content: "ㆍ";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  font-size: 30px;
  line-height: 16px;
  text-align: left;
  margin-right: 6px;
  text-indent: 0;
}
@media (min-width: 721px) {
  .pg-easyQR .FAQ .FAQ-list-box > .list > li .FAQ-txt .box {
    padding: 24px 32px;
    font-size: 18px;
    color: #000;
    letter-spacing: -0.1px;
  }
}
.pg-easyQR .pagination {
  height: 8px;
  text-align: center;
  margin-top: 24px;
}
@media (min-width: 721px) {
  .pg-easyQR .pagination {
    display: none;
  }
}
.pg-easyQR .pagination .swiper-pagination-bullet {
  background: #ddd;
  opacity: 1;
  width: 8px;
  height: 8px;
  vertical-align: top;
}
.pg-easyQR .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 4px;
  background: #4A4A4A;
}
.pg-easyQR .floating-wrap {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 120px;
}
@media (min-width: 1920px) {
  .pg-easyQR .floating-wrap {
    display: block;
  }
}
.pg-easyQR .floating-wrap .btn-floating {
  display: inline-block;
  width: 143px;
  height: 224px;
  background: url("/easy-qr-homepage/images/char_loading.gif") no-repeat center bottom/100% auto;
}
.pg-easyQR .floating-wrap .btn-floating span {
  position: relative;
  text-align: center;
  border-radius: 16px;
  color: #fff;
  background: #F9410F;
  display: inline-block;
  text-align: ceter;
  width: 143px;
  height: 51px;
  line-height: 51px;
  font-size: 20px;
  text-decoration: none;
}
.pg-easyQR .floating-wrap .btn-floating span::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 20px;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: url("/easy-qr-homepage/images/icon_triangle.png") no-repeat center bottom/100% auto;
}

.pg-counselApply .section, .pg-orderApply .section {
  margin: 0;
}
.pg-counselApply .section + .section, .pg-orderApply .section + .section {
  margin-top: 32px;
}
.pg-counselApply .visual, .pg-orderApply .visual {
  width: 100%;
  height: auto;
  padding: 40px 16px;
  background: #EEF2F5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pg-counselApply .visual img, .pg-orderApply .visual img {
  width: 130px;
  vertical-align: middle;
  margin-right: 4px;
}
@media (min-width: 721px) {
  .pg-counselApply .visual img, .pg-orderApply .visual img {
    width: 260px;
    margin-right: 6px;
  }
}
@media (min-width: 721px) {
  .pg-counselApply .visual, .pg-orderApply .visual {
    height: 374px;
  }
}
.pg-counselApply .visual .txt-wrap, .pg-orderApply .visual .txt-wrap {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3; /* 36.4px */
  letter-spacing: -0.1px;
  text-align: center;
}
@media (min-width: 721px) {
  .pg-counselApply .visual .txt-wrap, .pg-orderApply .visual .txt-wrap {
    font-size: 56px;
    font-weight: 700;
    line-height: 125%; /* 70px */
    letter-spacing: -0.5px;
  }
}
.pg-counselApply .visual .txt-wrap .sub, .pg-orderApply .visual .txt-wrap .sub {
  position: relative;
  display: block;
  letter-spacing: -0.4px;
  margin-top: 10px;
}
@media (min-width: 721px) {
  .pg-counselApply .visual .txt-wrap .sub, .pg-orderApply .visual .txt-wrap .sub {
    font-size: 22px;
    line-height: 150%; /* 33px */
    letter-spacing: -0.2px;
    margin-top: 24px;
  }
}
.pg-counselApply .visual .txt-wrap .sub em, .pg-orderApply .visual .txt-wrap .sub em {
  display: inline-block;
  position: relative;
  font-size: inherit;
  margin-top: 5px;
}
.pg-counselApply .visual .txt-wrap .sub em::before, .pg-orderApply .visual .txt-wrap .sub em::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #F9410F;
}
@media (min-width: 721px) {
  .pg-counselApply .visual .txt-wrap .sub em::before, .pg-orderApply .visual .txt-wrap .sub em::before {
    width: 6px;
    height: 6px;
    top: -10px;
    left: 6px;
  }
}
@media (min-width: 721px) {
  .pg-counselApply .aply-form, .pg-orderApply .aply-form {
    max-width: 560px;
    margin: 0 auto;
  }
}
.pg-counselApply .aply-form .inner, .pg-orderApply .aply-form .inner {
  margin: 32px auto 64px;
}
@media (min-width: 721px) {
  .pg-counselApply .aply-form .inner, .pg-orderApply .aply-form .inner {
    margin: 80px auto 120px;
    width: 100%;
  }
}
.pg-counselApply .aply-form .aply-tit, .pg-orderApply .aply-form .aply-tit {
  font-size: 22px;
  font-weight: 700;
  line-height: 120%; /* 26.4px */
  letter-spacing: -0.1px;
  margin-bottom: 24px;
}
@media (min-width: 721px) {
  .pg-counselApply .aply-form .aply-tit, .pg-orderApply .aply-form .aply-tit {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 40px;
  }
}
.pg-counselApply .aply-form .agree-list-box, .pg-orderApply .aply-form .agree-list-box {
  margin-top: 16px;
}
.pg-counselApply .aply-form .none-agency-box, .pg-orderApply .aply-form .none-agency-box {
  font-size: 15px;
  margin-top: 16px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.3px;
}
.pg-counselApply .aply-form .none-agency-box .box, .pg-orderApply .aply-form .none-agency-box .box {
  color: #555;
}
.pg-counselApply .form-info-box, .pg-orderApply .form-info-box {
  margin-top: 32px;
}
@media (min-width: 721px) {
  .pg-counselApply .form-info-box, .pg-orderApply .form-info-box {
    margin-top: 80px;
  }
}
.pg-counselApply .form-info-box .inpt-tit, .pg-orderApply .form-info-box .inpt-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pg-counselApply .form-info-box .inpt-tit .btn, .pg-orderApply .form-info-box .inpt-tit .btn {
  width: auto;
  height: auto;
  color: #F9410F;
  border: none;
  font-size: 14px;
  letter-spacing: -0.4px;
}
.pg-counselApply .form-info-box .inpt-tit .btn.btn-color, .pg-orderApply .form-info-box .inpt-tit .btn.btn-color {
  display: none;
  font-weight: 400;
  padding: 0;
}
.pg-counselApply .form-info-box .input-wrap.price .price-box, .pg-orderApply .form-info-box .input-wrap.price .price-box {
  position: relative;
  border-radius: 10px;
}
.pg-counselApply .form-info-box .input-wrap.price .price-box .QR-inpt, .pg-orderApply .form-info-box .input-wrap.price .price-box .QR-inpt {
  width: 100%;
  padding: 0 102px 0 38px;
  text-align: right;
}
.pg-counselApply .form-info-box .input-wrap.price .price-box .QR-inpt::placeholder, .pg-orderApply .form-info-box .input-wrap.price .price-box .QR-inpt::placeholder {
  text-align: left;
}
.pg-counselApply .form-info-box .input-wrap.price .price-box .month, .pg-orderApply .form-info-box .input-wrap.price .price-box .month {
  position: absolute;
  top: 12px;
  left: 16px;
  font-size: 16px;
}
.pg-counselApply .form-info-box .input-wrap.price .price-box .unit, .pg-orderApply .form-info-box .input-wrap.price .price-box .unit {
  display: flex;
  align-items: center;
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 16px;
  padding-left: 4px;
}
.pg-counselApply .form-info-box .input-wrap.price .price-box .unit span, .pg-orderApply .form-info-box .input-wrap.price .price-box .unit span {
  font-size: 14px;
  padding-left: 8px;
}
.pg-counselApply .form-info-box + .form-info-box, .pg-orderApply .form-info-box + .form-info-box {
  margin-top: 40px;
}
@media (min-width: 721px) {
  .pg-counselApply .form-info-box + .form-info-box, .pg-orderApply .form-info-box + .form-info-box {
    margin-top: 80px;
  }
}
.pg-counselApply .form-info-box + .btn-wrap, .pg-orderApply .form-info-box + .btn-wrap {
  margin-top: 40px;
}

.pg-orderApply {
  padding-top: 0 !important;
}
.pg-orderApply .header-wrap,
.pg-orderApply .footer-wrap {
  display: none;
}
.pg-orderApply .theme-info-box {
  display: none;
}
.pg-orderApply .theme-info-box .img-box {
  margin: 16px 0 32px;
}
.pg-orderApply .theme-info-box .img-box.pc {
  display: none;
}
@media (min-width: 721px) {
  .pg-orderApply .theme-info-box .img-box.pc {
    display: block;
  }
}
.pg-orderApply .theme-info-box .img-box.m {
  display: block;
}
@media (min-width: 721px) {
  .pg-orderApply .theme-info-box .img-box.m {
    display: none;
  }
}
.pg-orderApply .theme-info-box .img-box img {
  width: 100%;
}
.pg-orderApply .input-wrap.type-business .radio-box {
  display: block;
}
@media (min-width: 721px) {
  .pg-orderApply .input-wrap.type-business .radio-box {
    display: flex;
  }
}
.pg-orderApply .input-wrap.type-business .radio-box > .flex-box {
  width: 100%;
  display: flex;
  margin-top: 6px;
}
@media (min-width: 721px) {
  .pg-orderApply .input-wrap.type-business .radio-box > .flex-box {
    margin-right: 6px;
  }
}
@media (min-width: 721px) {
  .pg-orderApply .input-wrap.type-business .radio-box > .flex-box:last-child {
    margin-right: 0;
  }
}
.pg-orderApply .input-wrap.type-business .radio-box > .flex-box label {
  flex: 1;
}
.pg-orderApply .input-wrap.type-business .inner-input {
  margin-top: 8px;
}
.pg-orderApply .input-wrap .radio-box.theme-kakao .box {
  border-color: #ccc;
  color: #222;
}
.pg-orderApply .input-wrap .radio-box.theme-kakao label:nth-child(1) input[type=radio]:checked + .box {
  background: #FD0;
  border-color: #FD0;
  color: #111;
}
.pg-orderApply .input-wrap .radio-box.theme-kakao label:nth-child(2) input[type=radio]:checked + .box {
  border-color: #F9410F;
}

.popup-wrap.popup-address {
  /*pop03_bak*/
}
.popup-wrap.popup-address .inner {
  min-height: 494px;
  height: auto;
}
.popup-wrap.popup-address .addr-search-wrap .info-txt {
  font-size: 14px;
  color: #777;
  letter-spacing: -0.4px;
  margin-bottom: 12px;
}
.popup-wrap.popup-address .addr-search-wrap .input-wrap.search {
  position: relative;
}
.popup-wrap.popup-address .addr-search-wrap .input-wrap.search .btn-search {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  border-radius: 0;
  background: #fff url("/easy-qr-homepage/images/icon/icon_search.svg") no-repeat center/24px 24px;
  border: none;
}
.popup-wrap.popup-address .addr-result-wrap .none-data {
  height: 280px;
  display: flex;
  align-items: top;
  justify-content: center;
  padding-top: 160px;
  background: #fff url("/easy-qr-homepage/images/icon/icon_warning.svg") no-repeat center top 102px/46px 46px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.1px;
  color: #999;
  margin-bottom: 56px;
  display: none;
}
.popup-wrap.popup-address .addr-result-wrap .result-data .tb-addr {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.popup-wrap.popup-address .addr-result-wrap .result-data .tb-addr thead {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #EEF2F5;
}
.popup-wrap.popup-address .addr-result-wrap .result-data .tb-addr thead tr th {
  font-size: 13px;
  text-align: center;
  height: 36px;
  line-height: 36px;
}
.popup-wrap.popup-address .addr-result-wrap .result-data .tb-addr tbody tr {
  border-bottom: 1px solid #CCC;
}
.popup-wrap.popup-address .addr-result-wrap .result-data .tb-addr tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 8px 16px;
}
.popup-wrap.popup-address .addr-result-wrap .result-data .tb-addr tbody tr td.address {
  text-align: left;
}
.popup-wrap.popup-agree .agree-all-box {
  margin-top: 0;
}
.popup-wrap.popup-agree .agree-all-box + .agree-list-box {
  margin-bottom: 0;
}
.popup-wrap.popup-certification .input-wrap.certification label {
  position: relative;
}
.popup-wrap.popup-certification .input-wrap.certification .time {
  color: #F9410F;
  position: absolute;
  top: -4px;
  right: 16px;
}
.popup-wrap.popup-certification .input-wrap .ipt-btn-wrap {
  width: 100%;
  margin-top: 8px;
  margin-left: 0;
}
.popup-wrap.popup-certification .input-wrap .btn.btn-send {
  background: #E5E9EC;
  border-color: #E5E9EC;
  font-size: 14px !important;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: #000;
  height: 34px !important;
  border-radius: 8px;
}
@media (min-width: 721px) {
  .popup-wrap.popup-sticker .pop-box {
    width: 558px;
  }
}
.popup-wrap.popup-sticker .inner {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 721px) {
  .popup-wrap.popup-sticker .inner {
    padding: 0 16px;
  }
}
.popup-wrap.popup-sticker .stickerSwiper {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 721px) {
  .popup-wrap.popup-sticker .stickerSwiper {
    margin-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 721px) {
  .popup-wrap.popup-sticker .stickerSwiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.popup-wrap.popup-sticker .stickerSwiper li {
  width: 170px;
}
@media (min-width: 721px) {
  .popup-wrap.popup-sticker .stickerSwiper li {
    margin: 0 4px;
  }
  .popup-wrap.popup-sticker .stickerSwiper li:nth-child(1) {
    margin-left: 0;
  }
  .popup-wrap.popup-sticker .stickerSwiper li:nth-child(3n+1) {
    margin-left: 0;
  }
  .popup-wrap.popup-sticker .stickerSwiper li:nth-child(3n) {
    margin-right: 0;
  }
  .popup-wrap.popup-sticker .stickerSwiper li:nth-child(n+4) {
    margin-top: 8px;
  }
}
.popup-wrap.popup-sticker .stickerSwiper li img {
  vertical-align: top;
  width: 100%;
}
