@charset "UTF-8";
/** page scss **/
@font-face {
  font-family: "NotoSansKR";
  src: url("../fonts/NotoSansKR-L.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "NotoSansKR";
  src: url("../fonts/NotoSansKR-R.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "NotoSansKR";
  src: url("../fonts/NotoSansKR-M.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "NotoSansKR";
  src: url("../fonts/NotoSansKR-B.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "NotoSansKR";
  src: url("../fonts/NotoSansKR-EB.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: "VerdanaPro";
  src: url("../fonts/VerdanaPro-L.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "VerdanaPro";
  src: url("../fonts/VerdanaPro-R.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "VerdanaPro";
  src: url("../fonts/VerdanaPro-B.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "VerdanaPro";
  src: url("../fonts/VerdanaPro-EB.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-L.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-R.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-M.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-B.woff") format("woff");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-EB.woff") format("woff");
  font-style: normal; }
@font-face {
  font-family: "BlackHanSans";
  src: url("../fonts/BlackHanSans.woff") format("woff"); }
@font-face {
  font-family: "FranklinGHV";
  src: url("../fonts/FranklinGHV.woff") format("woff"); }
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,
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, textarea, input, select {
  font-family: "NotoSansKR", sans-serif; }

.mobile-enter {
  font-family: inherit;
  color: inherit; }
  @media (max-width: 768px) {
    .mobile-enter {
      display: block;
      font-family: inherit;
      color: inherit; } }

.web {
  font-family: inherit;
  color: inherit; }
  @media (max-width: 768px) {
    .web {
      display: none; } }

@media (max-width: 768px) {
  .mobile {
    display: block !important; } }

@media (max-width: 768px) {
  .container {
    overflow: hidden; } }

/** 기존코드 중복 제거 **/
/* *:before, *:after{
    display: none;
} */
span, div {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit; }

/** 기존 작업 **/
.data_form li.type-calendar {
  position: relative; }

.data_form li.type-calendar:before {
  content: '매장 오픈일';
  position: absolute;
  left: 20px;
  top: 25px;
  transform: translateY(-50%);
  margin-right: 5px;
  background: url("../images/ic_calendar.svg") no-repeat left center/20px 20px;
  padding-left: 25px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  z-index: 10;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #666; }

.data_form li.type-calendar input[type=text] {
  padding-left: 132px !important; }

.data_form li.type-term {
  padding-left: 125px;
  border: 1px solid #e8e8e8;
  border-radius: 5px; }
  @media (max-width: 768px) {
    .data_form li.type-term {
      padding-left: 120px; } }
  .data_form li.type-term div.term-label {
    display: inline-block;
    top: 11px;
    margin-left: 2px;
    margin-right: 10px; }
    @media (max-width: 768px) {
      .data_form li.type-term div.term-label {
        top: 14px;
        margin-right: 8px; } }
  .data_form li.type-term input {
    display: inline-block;
    width: 20px;
    height: 48px;
    border: none;
    text-align: center;
    color: black;
    padding: 0; }

.data_form li.type-term:before {
  content: '매장 운영일';
  position: absolute;
  left: 19px;
  top: 24px;
  transform: translateY(-50%);
  margin-right: 5px;
  background: url("../images/ic_calendar.svg") no-repeat left center/20px 20px;
  padding-left: 25px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  z-index: 10;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #666; }
  @media (max-width: 768px) {
    .data_form li.type-term:before {
      left: 14px; } }

.data_form up {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("/css/images/ic-plus.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
  top: 10px;
  cursor: pointer; }
  @media (max-width: 768px) {
    .data_form up {
      width: 24px;
      height: 24px;
      top: 13px; } }

.data_form down {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("/css/images/ic_minus.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
  top: 10px;
  cursor: pointer; }
  @media (max-width: 768px) {
    .data_form down {
      width: 24px;
      height: 24px;
      top: 13px; } }

.data_form li[data-type=type1], .data_form li[data-type=type2], .data_form li[data-type=type3] {
  display: none; }

.data_form li.chk .chk-form {
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  border: 1px solid #e8e8e8; }
  .data_form li.chk .chk-form .chk-box {
    width: 100%; }
    .data_form li.chk .chk-form .chk-box + .chk-box {
      border-left: 1px solid #ccc; }
    .data_form li.chk .chk-form .chk-box label {
      width: 100%;
      cursor: pointer;
      position: relative;
      display: block;
      overflow: hidden; }
      .data_form li.chk .chk-form .chk-box label input {
        position: absolute;
        left: -9999px; }
        .data_form li.chk .chk-form .chk-box label input:checked ~ i {
          background: url("../images/ic_chk_on.svg") no-repeat center/cover; }
        .data_form li.chk .chk-form .chk-box label input:checked ~ .txt {
          height: 50px;
          background-color: #FBBE18;
          color: #fff;
          font-weight: 700; }
      .data_form li.chk .chk-form .chk-box label i {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        background: url("../images/ic_chk_off.svg") no-repeat center/cover;
        width: 15px;
        height: 15px;
        z-index: 1; }
      .data_form li.chk .chk-form .chk-box label .txt {
        width: 100%;
        padding: 0 20px 0 45px;
        height: 50px;
        display: inline-flex;
        align-items: center;
        color: #333333;
        font-size: 15px;
        letter-spacing: -0.05em; }

.data_form li.item {
  margin-bottom: 5px; }
  .data_form li.item input[type=text] {
    padding: 0 20px;
    border-radius: 5px;
    color: #333333; }
    .data_form li.item input[type=text]::placeholder {
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 22px;
      /* 인풋_cccccc */
      color: #CCCCCC;
      letter-spacing: -0.005em; }
  .data_form li.item textarea {
    border-radius: 5px;
    padding: 10px 20px;
    color: #333333;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.5px;
    height: 80px; }
    .data_form li.item textarea::placeholder {
      font-weight: 400;
      color: #ccc;
      letter-spacing: -0.005em; }

.data_form li.adr-info-msg {
  font-size: 13px;
  line-height: 13px;
  /* identical to box height, or 100% */
  letter-spacing: -0.5px;
  color: #FBBE18;
  text-align: center; }

.data_form li.type-calendar {
  position: relative; }
  .data_form li.type-calendar:before {
    content: '매장 오픈일';
    position: absolute;
    left: 20px;
    top: 25px;
    transform: translateY(-50%);
    margin-right: 5px;
    background: url(../images/ic_calendar.svg) no-repeat left center/20px 20px;
    padding-left: 25px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    z-index: 10;
    font-size: 15px;
    letter-spacing: -0.5px;
    color: #666; }
    @media (max-width: 768px) {
      .data_form li.type-calendar:before {
        left: 15px; } }
  .data_form li.type-calendar input[type=text] {
    padding-left: 132px !important; }
    @media (max-width: 768px) {
      .data_form li.type-calendar input[type=text] {
        padding-left: 127px !important; } }

.data_form li.adr.type-marker {
  position: relative; }
  .data_form li.adr.type-marker:before {
    content: '매장 주소';
    position: absolute;
    left: 20px;
    top: 25px;
    transform: translateY(-50%);
    margin-right: 5px;
    background: url(../images/ic_place.svg) no-repeat left center/20px 20px;
    padding-left: 25px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    z-index: 10;
    font-size: 15px;
    letter-spacing: -0.5px;
    color: #666; }
    @media (max-width: 768px) {
      .data_form li.adr.type-marker:before {
        left: 15px; } }
  .data_form li.adr.type-marker input[type=text] {
    font-size: 14px;
    padding-left: 112px !important; }
    @media (max-width: 768px) {
      .data_form li.adr.type-marker input[type=text] {
        padding-left: 107px !important; } }

article.agree-list-layout {
  padding-bottom: 50px;
  height: 100%; }
  @media (max-width: 768px) {
    article.agree-list-layout {
      padding-bottom: 20px; } }
  article.agree-list-layout .all-box {
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #eee; }
    article.agree-list-layout .all-box .agree-chk-box.error-state {
      background: none !important;
      border: none !important; }
      article.agree-list-layout .all-box .agree-chk-box.error-state label i {
        background: url("../images/ic_agree_chk_error.svg") no-repeat center/cover; }
      article.agree-list-layout .all-box .agree-chk-box.error-state span.txt b {
        color: #ff0000; }
    article.agree-list-layout .all-box .agree-chk-box.error-state ~ .agree-toggle-btn {
      background: url("../images/ic_agree_toggle_error.svg") no-repeat center/16px 9px; }
    @media (max-width: 768px) {
      article.agree-list-layout .all-box .agree-chk-box span.txt {
        font-size: 15px;
        line-height: 15px; } }
    article.agree-list-layout .all-box .agree-toggle-btn {
      position: absolute;
      right: 0;
      top: 3px;
      background: url("../images/ic_agree_toggle.svg") no-repeat center/16px 9px;
      width: 16px;
      height: 16px; }
      article.agree-list-layout .all-box .agree-toggle-btn.on {
        transform: rotate(-180deg); }
  article.agree-list-layout .list-box {
    display: none;
    padding-top: 10px;
    -webkit-transition: none;
    -webkit-transition-timing-function: initial;
    transition-timing-function: initial; }
    article.agree-list-layout .list-box .row + .row {
      margin-top: 10px; }
      @media (max-width: 768px) {
        article.agree-list-layout .list-box .row + .row {
          margin-top: 7px; } }
  article.agree-list-layout .agree-chk-box label input {
    position: absolute;
    left: -9999px; }
    article.agree-list-layout .agree-chk-box label input:checked ~ i {
      background: url("../images/ic_agree_chk_on.svg") no-repeat center/cover; }
  article.agree-list-layout .agree-chk-box label i {
    background: url("../images/ic_agree_chk_off.svg") no-repeat center/cover;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 3px; }
  article.agree-list-layout .agree-chk-box label .txt {
    margin-top: 0;
    padding-left: 20px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    /* 100% */
    letter-spacing: -0.6px;
    color: #999999; }
    article.agree-list-layout .agree-chk-box label .txt a {
      color: #424ED7;
      font-weight: 500; }
    article.agree-list-layout .agree-chk-box label .txt b {
      color: #666666;
      font-weight: 500; }
    article.agree-list-layout .agree-chk-box label .txt .accent {
      color: #666666; }
  @media (max-width: 768px) {
    article.agree-list-layout .agree-chk-box label .txt {
      font-size: 12px;
      line-height: 12px;
      letter-spacing: -0.48px; } }

.inner {
  max-width: 1080px;
  margin: 0 auto; }

section.review-home {
  padding-top: 115px;
  background: url("../images/img_review_top_bg.png") no-repeat center/cover;
  height: 720px; }
  @media (max-width: 768px) {
    section.review-home {
      height: 471px;
      padding-bottom: 46px;
      padding-top: 65px;
      background: url("../images/img_review_top_bg_m.png") no-repeat center/auto 100%; } }
  section.review-home .wrap {
    padding-top: 130px;
    position: relative; }
    @media (max-width: 768px) {
      section.review-home .wrap {
        padding: 50px 13px 0; } }
  section.review-home .back-btn {
    position: absolute;
    top: 25px;
    /* left: 0; */
    padding-left: 46px;
    background: url(../images/ic_page_back.png) no-repeat 0 0;
    background-size: 36px;
    line-height: 36px;
    font-size: 15px; }
    @media (max-width: 768px) {
      section.review-home .back-btn {
        display: none; } }
  section.review-home .home-intro-box {
    text-align: center; }
    section.review-home .home-intro-box .img-box {
      text-align: center; }
      section.review-home .home-intro-box .img-box img {
        max-width: 100%; }
        @media (max-width: 768px) {
          section.review-home .home-intro-box .img-box img {
            max-width: 333px; } }
    section.review-home .home-intro-box .self-chk-box {
      padding: 30px 0 10px;
      max-width: 255px;
      margin: 0 auto; }
      section.review-home .home-intro-box .self-chk-box .self-chk-btn {
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #000000;
        box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        color: #fff; }
        section.review-home .home-intro-box .self-chk-box .self-chk-btn:hover {
          text-decoration: none;
          background: #fff;
          color: #000; }
          section.review-home .home-intro-box .self-chk-box .self-chk-btn:hover .ic-chk {
            background: url(../images/ic_self_chk_hover.svg) no-repeat center/cover; }
        section.review-home .home-intro-box .self-chk-box .self-chk-btn .ic-chk {
          background: url(../images/ic_self_chk.svg) no-repeat center/cover;
          width: 20px;
          height: 20px;
          margin-right: 6px; }
        section.review-home .home-intro-box .self-chk-box .self-chk-btn .txt {
          letter-spacing: -0.5px;
          font-size: 16px;
          font-weight: 700; }
    section.review-home .home-intro-box .intro-sub-box {
      font-weight: 500;
      font-size: 18px;
      line-height: 26px;
      letter-spacing: -0.5px; }
      @media (max-width: 768px) {
        section.review-home .home-intro-box .intro-sub-box {
          font-size: 14px;
          line-height: 19px; }
          section.review-home .home-intro-box .intro-sub-box br {
            display: none; } }

section.review-self {
  padding: 100px 0 140px;
  text-align: center; }
  @media (max-width: 768px) {
    section.review-self {
      padding: 30px 24px 30px;
      max-width: 360px;
      margin: 0 auto; } }
  section.review-self .current-point-box {
    display: inline-flex;
    padding: 21px 30px;
    background-color: #f5f5f5;
    border-radius: 59px;
    align-items: center; }
    @media (max-width: 768px) {
      section.review-self .current-point-box {
        padding: 10px 30px;
        flex-direction: column; } }
    section.review-self .current-point-box .current-box {
      display: inline-flex;
      align-items: center; }
      @media (max-width: 768px) {
        section.review-self .current-point-box .current-box {
          padding-bottom: 10px; } }
      section.review-self .current-point-box .current-box .ic-point {
        background: url("../images/ic_point.svg") no-repeat center/cover;
        width: 32px;
        height: 32px; }
        @media (max-width: 768px) {
          section.review-self .current-point-box .current-box .ic-point {
            width: 24px;
            height: 24px; } }
      section.review-self .current-point-box .current-box .info-txt {
        font-weight: 900;
        font-size: 28px;
        letter-spacing: -0.5px;
        color: #666;
        padding-left: 10px;
        display: inline-flex;
        align-items: center; }
        @media (max-width: 768px) {
          section.review-self .current-point-box .current-box .info-txt {
            font-size: 20px;
            line-height: 22px; } }
    section.review-self .current-point-box .point-box .point-txt {
      font-weight: 900;
      font-size: 28px;
      letter-spacing: -0.5px;
      padding-left: 20px;
      padding-right: 21px;
      display: inline-flex;
      align-items: center;
      height: 40px;
      background: url("../images/ic_point_link.svg") no-repeat center right;
      color: #000; }
      @media (max-width: 768px) {
        section.review-self .current-point-box .point-box .point-txt {
          height: auto;
          padding-right: 16px;
          padding-left: 0;
          font-size: 24px;
          background-size: 11px 20px; } }
  section.review-self .benefits-img-box {
    padding: 50px 0 85px; }
    @media (max-width: 768px) {
      section.review-self .benefits-img-box {
        padding: 30px 0 40px; } }
    section.review-self .benefits-img-box img {
      max-width: 100%; }
  section.review-self .point-step-box {
    display: flex;
    justify-content: center; }
    section.review-self .point-step-box .step-box {
      display: inline-flex;
      flex-direction: column; }
      @media (max-width: 768px) {
        section.review-self .point-step-box .step-box {
          width: 100%; } }
      section.review-self .point-step-box .step-box + .step-box {
        margin-left: 105px; }
        @media (max-width: 768px) {
          section.review-self .point-step-box .step-box + .step-box {
            margin-left: 20px; } }
      section.review-self .point-step-box .step-box .circle-box {
        position: relative;
        border-radius: 50%;
        width: 200px;
        height: 200px;
        margin: 0 auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
        background-color: #f7f7f7; }
        @media (max-width: 768px) {
          section.review-self .point-step-box .step-box .circle-box {
            font-size: 0;
            width: 100%;
            height: 0;
            padding: 0 0 100% 0; } }
        section.review-self .point-step-box .step-box .circle-box .img-box {
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          padding: 0 25px; }
          @media (max-width: 768px) {
            section.review-self .point-step-box .step-box .circle-box .img-box {
              position: absolute;
              padding: 0 16px;
              height: 100%;
              left: 16px;
              right: 16px; } }
          section.review-self .point-step-box .step-box .circle-box .img-box img {
            height: 100%;
            width: 100%;
            max-width: 100%; }
            @media (max-width: 768px) {
              section.review-self .point-step-box .step-box .circle-box .img-box img {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%); } }
        section.review-self .point-step-box .step-box .circle-box .num-box {
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          top: -35px; }
          @media (max-width: 768px) {
            section.review-self .point-step-box .step-box .circle-box .num-box {
              top: -20px; } }
          section.review-self .point-step-box .step-box .circle-box .num-box .ic {
            width: 70px;
            height: 70px; }
            @media (max-width: 768px) {
              section.review-self .point-step-box .step-box .circle-box .num-box .ic {
                width: 40px;
                height: 40px; } }
            section.review-self .point-step-box .step-box .circle-box .num-box .ic.ic-num1 {
              background: url("../images/ic_point_order1.svg") no-repeat center/cover; }
            section.review-self .point-step-box .step-box .circle-box .num-box .ic.ic-num2 {
              background: url("../images/ic_point_order2.svg") no-repeat center/cover; }
      section.review-self .point-step-box .step-box .info-box {
        padding-top: 10px;
        display: inline-flex;
        flex-direction: column;
        justify-content: center; }
        @media (max-width: 768px) {
          section.review-self .point-step-box .step-box .info-box {
            padding-top: 5px; } }
        section.review-self .point-step-box .step-box .info-box .step-con {
          font-size: 34px;
          font-weight: 700;
          letter-spacing: -0.045em; }
          @media (max-width: 768px) {
            section.review-self .point-step-box .step-box .info-box .step-con {
              font-size: 20px;
              line-height: 25px; } }
          section.review-self .point-step-box .step-box .info-box .step-con .underline {
            text-decoration: underline;
            text-underline-position: under;
            text-decoration-thickness: 2px; }
  section.review-self .point-detail-box {
    padding: 167px 0 0;
    max-width: 1000px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      section.review-self .point-detail-box {
        padding-top: 80px; } }
    section.review-self .point-detail-box .detail-box {
      box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.16);
      background-color: #f7f7f7;
      text-align: center;
      padding: 0 72px 50px;
      position: relative;
      border-radius: 15px; }
      @media (max-width: 768px) {
        section.review-self .point-detail-box .detail-box {
          padding: 0 15px 20px; } }
      section.review-self .point-detail-box .detail-box + .detail-box {
        margin-top: 145px; }
        @media (max-width: 768px) {
          section.review-self .point-detail-box .detail-box + .detail-box {
            margin-top: 80px; } }
      section.review-self .point-detail-box .detail-box .tit-box {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        top: -33px; }
        @media (max-width: 768px) {
          section.review-self .point-detail-box .detail-box .tit-box {
            top: -35px; } }
        section.review-self .point-detail-box .detail-box .tit-box .ic {
          width: 70px;
          height: 70px; }
          @media (max-width: 768px) {
            section.review-self .point-detail-box .detail-box .tit-box .ic {
              min-width: 40px;
              height: 40px;
              width: auto; } }
          section.review-self .point-detail-box .detail-box .tit-box .ic.ic-num1 {
            background: url("../images/ic_point_top1.svg") no-repeat center/cover; }
          section.review-self .point-detail-box .detail-box .tit-box .ic.ic-num2 {
            background: url("../images/ic_point_top2.svg") no-repeat center/cover; }
          section.review-self .point-detail-box .detail-box .tit-box .ic.ic-plus {
            background: url("../images/ic_self_point_plus.svg") no-repeat center/cover; }
        section.review-self .point-detail-box .detail-box .tit-box .tit-txt {
          padding-top: 5px;
          padding-left: 10px;
          font-family: 'Black Han Sans';
          font-size: 50px;
          line-height: 50px;
          letter-spacing: -2px;
          color: #000000; }
          @media (max-width: 768px) {
            section.review-self .point-detail-box .detail-box .tit-box .tit-txt {
              padding-left: 8px;
              letter-spacing: -2.6px;
              font-size: 30px;
              line-height: 30px; } }
      section.review-self .point-detail-box .detail-box .num-box {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -43px; }
    section.review-self .point-detail-box .detail-btn-box {
      padding-top: 30px; }
      @media (max-width: 768px) {
        section.review-self .point-detail-box .detail-btn-box {
          padding-top: 20px; } }
      section.review-self .point-detail-box .detail-btn-box .detail-btn {
        border-radius: 10px;
        background-color: #fbbe18;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 30px;
        letter-spacing: -0.045em;
        max-width: 530px;
        width: 100%;
        height: 90px; }
        section.review-self .point-detail-box .detail-btn-box .detail-btn:hover {
          text-decoration: none;
          background: #ffcc40; }
        @media (max-width: 768px) {
          section.review-self .point-detail-box .detail-btn-box .detail-btn {
            height: 60px;
            font-size: 20px;
            line-height: 30px; } }
    section.review-self .point-detail-box .detail-list-box {
      display: flex;
      padding: 12px 0 50px;
      justify-content: center; }
      @media (max-width: 768px) {
        section.review-self .point-detail-box .detail-list-box {
          margin-top: -25px;
          padding: 0 0 30px;
          flex-direction: column; } }
      section.review-self .point-detail-box .detail-list-box.type-3 {
        padding-bottom: 0; }
      section.review-self .point-detail-box .detail-list-box.type-2 {
        padding-bottom: 50px;
        max-width: 480px;
        margin: 0 auto; }
        @media (max-width: 768px) {
          section.review-self .point-detail-box .detail-list-box.type-2 {
            margin-top: -25px;
            padding-bottom: 30px; } }
        section.review-self .point-detail-box .detail-list-box.type-2 .item-box {
          width: 100%; }
          section.review-self .point-detail-box .detail-list-box.type-2 .item-box + .item-box {
            margin-left: 64px; }
            @media (max-width: 768px) {
              section.review-self .point-detail-box .detail-list-box.type-2 .item-box + .item-box {
                margin-left: 0;
                margin-top: 20px; } }
      section.review-self .point-detail-box .detail-list-box .plus-box {
        position: absolute;
        left: 50%;
        top: 100px;
        background: url("../images/img_point_detail_plus.svg") no-repeat center/cover;
        width: 70px;
        height: 70px; }
      section.review-self .point-detail-box .detail-list-box .item-box {
        align-items: center;
        display: inline-flex;
        flex-direction: column;
        position: relative; }
        @media (max-width: 768px) {
          section.review-self .point-detail-box .detail-list-box .item-box {
            flex-direction: row; } }
        section.review-self .point-detail-box .detail-list-box .item-box + .item-box {
          margin-left: 24px; }
          @media (max-width: 768px) {
            section.review-self .point-detail-box .detail-list-box .item-box + .item-box {
              margin-left: 0;
              margin-top: 20px; } }
          section.review-self .point-detail-box .detail-list-box .item-box + .item-box .circle-box:before {
            display: block;
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: -110px;
            width: 110px;
            height: 4px;
            border-top: 4px dotted #FBBE18;
            z-index: 5; }
            @media (max-width: 768px) {
              section.review-self .point-detail-box .detail-list-box .item-box + .item-box .circle-box:before {
                top: -50%;
                left: auto;
                transform: none;
                width: 1px;
                height: 50px;
                border-top: 0;
                border-left: 3px dotted #FBBE18; } }
      section.review-self .point-detail-box .detail-list-box .circle-box {
        position: relative;
        border-radius: 50%;
        width: 160px;
        height: 160px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #fff; }
        @media (max-width: 768px) {
          section.review-self .point-detail-box .detail-list-box .circle-box {
            width: 90px;
            min-height: 90px;
            height: 100%;
            align-items: flex-start; } }
        section.review-self .point-detail-box .detail-list-box .circle-box .img-box {
          background-color: #fff;
          border-radius: 50%;
          border: 4px solid #FBBE18;
          z-index: 10;
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media (max-width: 768px) {
            section.review-self .point-detail-box .detail-list-box .circle-box .img-box {
              min-width: 90px;
              height: 90px;
              padding: 0 11px !important;
              bottom: auto; } }
          section.review-self .point-detail-box .detail-list-box .circle-box .img-box img {
            width: 100%;
            max-width: 120px; }
        section.review-self .point-detail-box .detail-list-box .circle-box .num-box {
          position: absolute;
          left: 31px;
          top: 0; }
          section.review-self .point-detail-box .detail-list-box .circle-box .num-box .ic {
            width: 74px;
            height: 74px; }
            section.review-self .point-detail-box .detail-list-box .circle-box .num-box .ic.ic-num1 {
              background: url("../images/ic_point_order1.svg") no-repeat center; }
            section.review-self .point-detail-box .detail-list-box .circle-box .num-box .ic.ic-num2 {
              background: url("../images/ic_point_order2.svg") no-repeat center; }
      section.review-self .point-detail-box .detail-list-box .info-box {
        padding-top: 11px; }
        @media (max-width: 768px) {
          section.review-self .point-detail-box .detail-list-box .info-box {
            flex: 1;
            padding-left: 3px; } }
        section.review-self .point-detail-box .detail-list-box .info-box .txt-box {
          color: #333;
          font-size: 20px;
          letter-spacing: -0.045em;
          line-height: 28px; }
          @media (max-width: 768px) {
            section.review-self .point-detail-box .detail-list-box .info-box .txt-box {
              font-size: 16px;
              line-height: 23px;
              letter-spacing: -0.075em;
              white-space: nowrap; } }
          section.review-self .point-detail-box .detail-list-box .info-box .txt-box .underline {
            text-decoration: underline;
            text-underline-position: under;
            text-decoration-thickness: 0.5px; }
          section.review-self .point-detail-box .detail-list-box .info-box .txt-box.mobile {
            display: none; }
        section.review-self .point-detail-box .detail-list-box .info-box .tag-list {
          padding-top: 5px; }
          section.review-self .point-detail-box .detail-list-box .info-box .tag-list .tag-box .tag {
            color: #424ED7;
            font-weight: 700;
            font-size: 20px;
            line-height: 28px;
            text-align: center;
            letter-spacing: -0.045em; }
            @media (max-width: 768px) {
              section.review-self .point-detail-box .detail-list-box .info-box .tag-list .tag-box .tag {
                font-size: 16px;
                line-height: 23px; } }
    section.review-self .point-detail-box .social-list-box {
      display: flex;
      justify-content: center; }
      section.review-self .point-detail-box .social-list-box .social-box {
        margin: 0 16px;
        flex-direction: column;
        display: inline-flex;
        align-items: center; }
        @media (max-width: 768px) {
          section.review-self .point-detail-box .social-list-box .social-box {
            width: 100%;
            margin: 0; } }
        section.review-self .point-detail-box .social-list-box .social-box .img-box img {
          max-width: 70px; }
          @media (max-width: 768px) {
            section.review-self .point-detail-box .social-list-box .social-box .img-box img {
              max-width: 50px; } }
        section.review-self .point-detail-box .social-list-box .social-box .txt-box {
          padding-top: 4px; }
          section.review-self .point-detail-box .social-list-box .social-box .txt-box .top-txt {
            font-size: 16px;
            line-height: 16px;
            letter-spacing: -0.045em; }
            @media (max-width: 768px) {
              section.review-self .point-detail-box .social-list-box .social-box .txt-box .top-txt {
                font-size: 12px;
                line-height: 12px; } }
          section.review-self .point-detail-box .social-list-box .social-box .txt-box .bottom-txt {
            padding-top: 5px;
            font-weight: 700;
            font-size: 18px;
            line-height: 18px;
            letter-spacing: -0.045em;
            font-family: "VerdanaPro"; }
            @media (max-width: 768px) {
              section.review-self .point-detail-box .social-list-box .social-box .txt-box .bottom-txt {
                font-size: 16px;
                line-height: 16px; } }
    section.review-self .point-detail-box .social-msg-box {
      padding-top: 11px;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -0.045em;
      color: #666;
      vertical-align: middle; }
      @media (max-width: 768px) {
        section.review-self .point-detail-box .social-msg-box {
          text-align: left;
          font-size: 14px;
          line-height: 19px;
          letter-spacing: -0.065em; } }
      section.review-self .point-detail-box .social-msg-box .ic-friends {
        background: url("../images/ic_friends.svg") no-repeat center/cover;
        width: 17px;
        height: 16.5px;
        margin-top: -4px; }
        @media (max-width: 768px) {
          section.review-self .point-detail-box .social-msg-box .ic-friends {
            width: 13px;
            height: 12.5px; } }
    section.review-self .point-detail-box .detail-recommend-code {
      background: #E8E8E8;
      border-radius: 10px;
      max-width: 360px;
      margin: 0 auto;
      padding: 20px 0;
      text-align: center; }
      @media (max-width: 768px) {
        section.review-self .point-detail-box .detail-recommend-code {
          width: auto;
          display: inline-flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          padding: 10px 30px; } }
      section.review-self .point-detail-box .detail-recommend-code .subject-box {
        color: #666;
        font-size: 22px;
        letter-spacing: -0.045em;
        padding-bottom: 10px; }
        @media (max-width: 768px) {
          section.review-self .point-detail-box .detail-recommend-code .subject-box {
            font-size: 20px;
            padding-bottom: 5px; } }
      section.review-self .point-detail-box .detail-recommend-code .con-box {
        display: inline-flex;
        align-items: center; }
        section.review-self .point-detail-box .detail-recommend-code .con-box .code-txt {
          font-weight: 700;
          font-size: 32px;
          line-height: 32px;
          color: #000;
          font-family: "VerdanaPro"; }
          @media (max-width: 768px) {
            section.review-self .point-detail-box .detail-recommend-code .con-box .code-txt {
              font-size: 28px;
              line-height: 28px; } }
        section.review-self .point-detail-box .detail-recommend-code .con-box .link-btn {
          margin-top: 3px;
          margin-left: 10px;
          background: url("../images/ic_code_copy.svg") no-repeat center/cover;
          width: 30px;
          height: 30px; }
          @media (max-width: 768px) {
            section.review-self .point-detail-box .detail-recommend-code .con-box .link-btn {
              width: 28px;
              height: 28px; } }
    section.review-self .point-detail-box .detail-recommend-social {
      display: flex;
      justify-content: center;
      padding-top: 30px; }
      @media (max-width: 768px) {
        section.review-self .point-detail-box .detail-recommend-social {
          padding-top: 20px; } }
      section.review-self .point-detail-box .detail-recommend-social .recommend-social-btn + .recommend-social-btn {
        margin-left: 30px; }
        @media (max-width: 768px) {
          section.review-self .point-detail-box .detail-recommend-social .recommend-social-btn + .recommend-social-btn {
            margin-left: 20px; } }
      section.review-self .point-detail-box .detail-recommend-social .recommend-social-btn .ic {
        width: 70px;
        height: 70px; }
        @media (max-width: 768px) {
          section.review-self .point-detail-box .detail-recommend-social .recommend-social-btn .ic {
            width: 40px;
            height: 40px; } }
        section.review-self .point-detail-box .detail-recommend-social .recommend-social-btn .ic.ic-kakao {
          background: url("../images/ic_recommend_kakao.svg") no-repeat center/cover; }
        section.review-self .point-detail-box .detail-recommend-social .recommend-social-btn .ic.ic-story {
          background: url("../images/ic_recommend_story.svg") no-repeat center/cover; }
        section.review-self .point-detail-box .detail-recommend-social .recommend-social-btn .ic.ic-band {
          background: url("../images/ic_recommend_band.svg") no-repeat center/cover; }
        section.review-self .point-detail-box .detail-recommend-social .recommend-social-btn .ic.ic-twitter {
          background: url("../images/ic_recommend_twitter.svg") no-repeat center/cover; }
  section.review-self .info-msg-box {
    margin: 50px auto 100px;
    max-width: 1000px;
    text-align: left;
    padding: 10px 0 10px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc; }
    @media (max-width: 768px) {
      section.review-self .info-msg-box {
        margin: 30px auto 50px; } }
    section.review-self .info-msg-box .info-msg-tit {
      padding: 0 0 5px 18px;
      font-size: 24px;
      font-weight: 700;
      line-height: 36px;
      letter-spacing: -0.4px;
      color: #666; }
      @media (max-width: 768px) {
        section.review-self .info-msg-box .info-msg-tit {
          padding-left: 14px;
          font-size: 16px;
          line-height: 16px; } }
    section.review-self .info-msg-box .info-msg-list {
      padding-left: 18px; }
      @media (max-width: 768px) {
        section.review-self .info-msg-box .info-msg-list {
          padding-left: 20px; } }
      section.review-self .info-msg-box .info-msg-list .row {
        padding-left: 10px;
        position: relative;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: -0.045em;
        color: #666666; }
        @media (max-width: 768px) {
          section.review-self .info-msg-box .info-msg-list .row {
            font-size: 10px;
            line-height: 15px;
            padding-left: 8px; } }
        section.review-self .info-msg-box .info-msg-list .row:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 12px;
          width: 3px;
          height: 3px;
          background-color: #666;
          border-radius: 50%; }
          @media (max-width: 768px) {
            section.review-self .info-msg-box .info-msg-list .row:after {
              width: 2px;
              height: 2px;
              top: 7px; } }
  section.review-self .self-check-box .img-box {
    padding-bottom: 40px; }
    @media (max-width: 768px) {
      section.review-self .self-check-box .img-box {
        padding-bottom: 20px; } }
    section.review-self .self-check-box .img-box img {
      max-width: 100%; }
  section.review-self .self-check-box .menu-list {
    text-align: center;
    max-width: 255px;
    width: 100%;
    margin: 0 auto;
    cursor: none; }
    @media (max-width: 768px) {
      section.review-self .self-check-box .menu-list {
        display: block;
        padding: 0 !important; } }
    section.review-self .self-check-box .menu-list .menu-box {
      width: 100%; }
      section.review-self .self-check-box .menu-list .menu-box + .menu-box {
        margin-top: 10px; }
      section.review-self .self-check-box .menu-list .menu-box .menu-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.3));
        border-radius: 10px;
        background: #FBBE18;
        height: 60px; }
        section.review-self .self-check-box .menu-list .menu-box .menu-btn:hover {
          text-decoration: none;
          background-color: #ffcc40 !important; }
        section.review-self .self-check-box .menu-list .menu-box .menu-btn.type-beta {
          background: #FBBE18 url("../images/img_beta.svg") no-repeat right top; }
        section.review-self .self-check-box .menu-list .menu-box .menu-btn .ic.ic-thunder {
          background: url("../images/ic_self_thunder.svg") no-repeat center/cover;
          width: 12px;
          height: 19px;
          margin-right: 5px; }
        section.review-self .self-check-box .menu-list .menu-box .menu-btn .ic.ic-arrow {
          background: url("../images/ic_self_arrow.svg") no-repeat center/cover;
          width: 9px;
          height: 16px;
          margin-left: 10px; }
        section.review-self .self-check-box .menu-list .menu-box .menu-btn .txt {
          color: #fff;
          font-size: 16px;
          letter-spacing: -0.5px;
          font-weight: 700; }

section.review__home .review__point__description {
  padding: 100px 0 140px;
  text-align: center; }
  section.review__home .review__point__description .current-point-box {
    display: inline-flex;
    padding: 16px 30px;
    background-color: #f5f5f5;
    border-radius: 50px; }
    section.review__home .review__point__description .current-point-box .info-txt {
      font-weight: 700;
      font-size: 23px;
      letter-spacing: -1px;
      color: #666;
      padding-left: 34px;
      display: inline-flex;
      align-items: center;
      height: 40px;
      background: url("../images/ic_point.svg") no-repeat center left; }
    section.review__home .review__point__description .current-point-box .point-txt {
      font-weight: 900;
      font-size: 26px;
      letter-spacing: -1px;
      padding-left: 16px;
      padding-right: 32px;
      display: inline-flex;
      align-items: center;
      height: 40px;
      background: url("../images/ic_point_link.svg") no-repeat center right; }
  section.review__home .review__point__description .benefits-txt-box {
    padding: 32px 0 60px;
    text-align: center;
    font-family: 'Black Han Sans';
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -4px; }
    section.review__home .review__point__description .benefits-txt-box .accent {
      color: #fbbe18; }
  section.review__home .review__point__description .step-group .step-box:nth-child(2) {
    margin: 0 auto;
    max-width: 850px;
    background-color: #f8f8f8;
    padding: 40px 80px;
    border-radius: 30px; }
    section.review__home .review__point__description .step-group .step-box:nth-child(2) .step-tit-box .tit-txt {
      font-weight: 900;
      color: #333333; }
  section.review__home .review__point__description .step-group .step-box .step-tit-box {
    display: inline-flex;
    align-items: center;
    padding-bottom: 24px; }
    section.review__home .review__point__description .step-group .step-box .step-tit-box .num-txt {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      width: 40px;
      background-color: #fbbe18;
      color: #fff;
      border-radius: 50%;
      font-weight: 900;
      font-size: 24px;
      letter-spacing: -0.4px; }
    section.review__home .review__point__description .step-group .step-box .step-tit-box .tit-txt {
      padding-left: 12px;
      font-size: 30px;
      line-height: 46px;
      display: inline-flex;
      align-items: center;
      letter-spacing: -0.4px;
      font-weight: 700; }
  section.review__home .review__point__description .step-group .step-box .step-con {
    font-size: 0; }
    section.review__home .review__point__description .step-group .step-box .step-con .img-box {
      padding: 40px 0 60px; }
    section.review__home .review__point__description .step-group .step-box .step-con .divide-box {
      display: inline-block;
      vertical-align: top;
      width: calc(60% - 35px); }
      section.review__home .review__point__description .step-group .step-box .step-con .divide-box + .divide-box {
        width: calc(40% - 15px);
        padding-left: 55px;
        margin-left: 50px;
        position: relative; }
        section.review__home .review__point__description .step-group .step-box .step-con .divide-box + .divide-box:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          bottom: 20px;
          background-color: #ccc;
          width: 3px;
          height: 100px; }
      section.review__home .review__point__description .step-group .step-box .step-con .divide-box .divide-con img + img {
        margin-left: 24px; }
      section.review__home .review__point__description .step-group .step-box .step-con .divide-box .divide-tit {
        color: rgba(51, 51, 51, 0.5);
        font-size: 30px;
        font-weight: 900;
        line-height: 46px;
        letter-spacing: -0.4px;
        padding-bottom: 19px; }
  section.review__home .review__point__description .step-group .step-box .step-link-box {
    text-align: center;
    padding-top: 40px; }
    section.review__home .review__point__description .step-group .step-box .step-link-box .step-link-btn {
      height: 68px;
      border-radius: 8px;
      width: 301px;
      background-color: #000;
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
  section.review__home .review__point__description .info-msg-box {
    max-width: 843px;
    margin: 0 auto;
    text-align: left;
    padding: 100px 0 140px; }
    section.review__home .review__point__description .info-msg-box .info-msg-tit {
      padding: 0 0 14px 20px;
      border-bottom: 1px solid #000;
      font-size: 24px;
      font-weight: 900;
      line-height: 36px;
      letter-spacing: -0.4px;
      margin-bottom: 11px; }
    section.review__home .review__point__description .info-msg-box .info-msg-list {
      padding-left: 20px;
      font-size: 16px;
      line-height: 30px;
      letter-spacing: -0.4px;
      color: #666666; }
  section.review__home .review__point__description .menu-intro-group .menu-intro-tit {
    padding: 32px 0 60px;
    text-align: center;
    font-family: 'Black Han Sans';
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -4px; }
    section.review__home .review__point__description .menu-intro-group .menu-intro-tit .accent {
      color: #fbbe18; }
    section.review__home .review__point__description .menu-intro-group .menu-intro-tit img {
      max-width: 100%; }
  section.review__home .review__point__description .menu-intro-group .menu-list .menu-btn {
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    width: 300px;
    height: 68px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    background-color: #fbbe18;
    color: #fff; }
    section.review__home .review__point__description .menu-intro-group .menu-list .menu-btn + .menu-btn {
      margin-top: 24px; }

article.popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 500; }
  article.popup:after {
    display: block;
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  article.popup .popup-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    width: 100%;
    background-color: #fff;
    z-index: 501;
    border-radius: 10px;
    overflow: hidden; }
    @media (max-width: 768px) {
      article.popup .popup-wrap {
        width: calc(100% - 40px); } }
  article.popup .popup-head {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    article.popup .popup-head .head-txt {
      font-size: 22px;
      font-weight: 700;
      letter-spacing: -0.03em; }
    article.popup .popup-head .popup-close {
      z-index: 1;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      background: url("../images/ic_popup_close.svg") no-repeat center/cover;
      width: 30px;
      height: 30px; }
  article.popup .popup-foot {
    text-align: center;
    padding: 0 0 30px; }
    article.popup .popup-foot .popup-foot-btn {
      border-radius: 10px;
      background-color: #fbbe18;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 16px;
      letter-spacing: -0.5px;
      max-width: 255px;
      width: 100%;
      height: 60px; }
      article.popup .popup-foot .popup-foot-btn:hover {
        text-decoration: none;
        background-color: #ffcc40 !important; }
  article.popup .popup-body {
    padding-bottom: 30px; }
    @media (max-width: 768px) {
      article.popup .popup-body {
        padding-bottom: 20px; } }
    article.popup .popup-body .self-list-box {
      padding-bottom: 30px;
      display: flex;
      flex-flow: row wrap; }
      @media (max-width: 768px) {
        article.popup .popup-body .self-list-box {
          margin-right: -8px;
          padding-bottom: 30px; } }
      article.popup .popup-body .self-list-box .self-item-btn {
        margin-left: -1px;
        margin-top: -1px;
        width: calc(20% + 1px);
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ccc;
        font-size: 14px;
        letter-spacing: -0.03em;
        line-height: 20px; }
        @media (max-width: 768px) {
          article.popup .popup-body .self-list-box .self-item-btn {
            flex-direction: column;
            width: calc(33.33% - 1px);
            font-size: 14px;
            line-height: 16px;
            justify-content: center;
            height: 40px; } }
        article.popup .popup-body .self-list-box .self-item-btn.on {
          background: #FBBE18;
          color: #fff; }
    article.popup .popup-body .self-con-box {
      min-height: 300px; }
      @media (max-width: 768px) {
        article.popup .popup-body .self-con-box {
          min-height: 220px; } }
      article.popup .popup-body .self-con-box .tabs-box {
        display: none; }
        article.popup .popup-body .self-con-box .tabs-box[data-tabs=tabs1] {
          display: block; }
        article.popup .popup-body .self-con-box .tabs-box .tabs-subject-box {
          text-align: center;
          padding-bottom: 30px;
          font-size: 20px;
          letter-spacing: -0.03em;
          font-weight: 700; }
          @media (max-width: 768px) {
            article.popup .popup-body .self-con-box .tabs-box .tabs-subject-box {
              padding-bottom: 20px; } }
        article.popup .popup-body .self-con-box .tabs-box .tabs-con-box {
          padding: 0 20px;
          text-align: center; }
          article.popup .popup-body .self-con-box .tabs-box .tabs-con-box .check-list {
            display: inline-flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 0 0 0 110px;
            text-align: left;
            width: 100%; }
            @media (max-width: 768px) {
              article.popup .popup-body .self-con-box .tabs-box .tabs-con-box .check-list {
                padding: 0 0 0 0px; } }
            article.popup .popup-body .self-con-box .tabs-box .tabs-con-box .check-list .row + .row {
              margin-top: 10px; }
            article.popup .popup-body .self-con-box .tabs-box .tabs-con-box .check-list .row .chk-box label {
              position: relative;
              text-align: left;
              cursor: pointer; }
              article.popup .popup-body .self-con-box .tabs-box .tabs-con-box .check-list .row .chk-box label input {
                position: absolute;
                left: -9999px; }
                article.popup .popup-body .self-con-box .tabs-box .tabs-con-box .check-list .row .chk-box label input:checked ~ i {
                  background: url("../images/ic_self_chk_on.svg") no-repeat center/cover; }
              article.popup .popup-body .self-con-box .tabs-box .tabs-con-box .check-list .row .chk-box label i {
                background: url("../images/ic_self_chk_off.svg") no-repeat center/cover;
                width: 20px;
                height: 20px;
                position: absolute;
                left: 0;
                top: 1px; }
              article.popup .popup-body .self-con-box .tabs-box .tabs-con-box .check-list .row .chk-box label .txt {
                display: block;
                padding-left: 25px;
                font-size: 14px;
                line-height: 18px;
                letter-spacing: -0.03em;
                color: #333; }

.multiselect {
  width: 100%; }
  .multiselect .selectBox {
    position: relative;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.5px;
    text-align: left; }
    .multiselect .selectBox select {
      width: 100%;
      color: #CCCCCC;
      border: 1px solid #e8e8e8;
      padding-right: 40px;
      padding-left: 20px;
      font-size: 15px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8L6.99382e-07 -8.74228e-07L10 0L5 8Z' fill='%23CCCCCC'/%3E%3C/svg%3E%0A") no-repeat 94% 50%;
      height: 45px;
      box-sizing: border-box;
      border-radius: 5px;
      font-style: normal;
      font-weight: 400;
      line-height: 15px;
      letter-spacing: -0.5px; }
      .multiselect .selectBox select.black {
        color: #000000; }
      @media (max-width: 768px) {
        .multiselect .selectBox select {
          background: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8L6.99382e-07 -8.74228e-07L10 0L5 8Z' fill='%23CCCCCC'/%3E%3C/svg%3E%0A") no-repeat 92% 50% !important;
          /* 화살표 모양의 이미지 */ } }
    .multiselect .selectBox .overSelect {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
  .multiselect .selectOption {
    display: none;
    position: absolute;
    z-index: 100;
    width: calc( 100% - 2px );
    border: 1px #CCCCCC solid;
    background-color: #ffffff;
    max-height: 360px;
    overflow-y: auto;
    box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.2);
    border-radius: 5px; }
    .multiselect .selectOption label {
      display: block;
      white-space: nowrap;
      height: 45px;
      padding: 0 20px 0 20px;
      font-family: 'NotoSansKR';
      font-style: normal;
      font-weight: 400;
      font-size: 15px;
      line-height: 15px;
      letter-spacing: -0.5px;
      color: #666666; }
      .multiselect .selectOption label:hover {
        background-color: #FBBE18; }
      .multiselect .selectOption label .option-checked {
        display: inline-block;
        width: 15px;
        height: 15px;
        top: 16px;
        margin-right: 10px;
        border: 0.5px solid #CCCCCC;
        box-sizing: border-box;
        border-radius: 1px;
        background: #FFFFFF;
        box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.21); }
        .multiselect .selectOption label .option-checked.on {
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 100%;
          background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 3.55677L4.81361 12.1111L0 7.08114L1.46156 5.52437L4.81361 9.02709L11.5384 2L13 3.55677Z' fill='black'/%3E%3C/svg%3E%0A"); }
      .multiselect .selectOption label .option-value {
        display: inline-block;
        position: relative;
        top: 14px;
        padding-left: 3px; }
        .multiselect .selectOption label .option-value input {
          display: none;
          width: 252px;
          height: 25px;
          top: -5px;
          margin-left: 5px;
          color: #666666;
          padding: 0 10px; }
          .multiselect .selectOption label .option-value input.on {
            display: inline-block; }
            @media (max-width: 768px) {
              .multiselect .selectOption label .option-value input.on {
                width: 218px; } }
            .multiselect .selectOption label .option-value input.on::placeholder {
              font-family: 'Noto Sans KR';
              font-style: normal;
              font-weight: 400;
              font-size: 15px;
              line-height: 15px;
              /* identical to box height, or 100% */
              letter-spacing: -0.5px;
              /* 인풋_cccccc */
              color: #CCCCCC; }
    .multiselect .selectOption input[type=checkbox] {
      display: none; }

.pu.pu_rental {
  max-width: 452px;
  padding: 16px; }

.pu.pu_rental_done .rental-tit-txt {
  color: var(--b, #000);
  text-align: center;
  /* popup_타이틀 */
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.5px; }
.pu.pu_rental_done .rental-txt-box {
  color: var(--text-666666, #666);
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.5px;
  margin-bottom: 30px; }

i.ic.ic-back {
  margin-right: 5px;
  vertical-align: middle;
  background: url("/images/ic_back_arrow.svg") no-repeat center/cover;
  width: 10px;
  height: 16px;
  color: #fff;
  display: inline-block;
  top: -2px; }

strong {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.8px; }

.companion_info .btn_file, .rental_popup .btn_file, .tax_popup .btn_file {
  width: 420px;
  height: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.05em;
  cursor: pointer;
  /* 인풋_eeeeee */
  background: #EEEEEE;
  /* 인풋_cccccc */
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.companion_info .btn_delete, .rental_popup .btn_delete, .tax_popup .btn_delete {
  display: none;
  background: no-repeat center url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='10' fill='white'/%3E%3Cpath d='M6 6L14 13.9998L6 6Z' fill='%23CCCCCC'/%3E%3Cpath d='M6 6L14 13.9998' stroke='%23CCCCCC' stroke-width='1.6'/%3E%3Cpath d='M6 14L14 6.00018' stroke='%23CCCCCC' stroke-width='1.6'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  margin-top: -29px;
  cursor: pointer; }
  .companion_info .btn_delete.on, .rental_popup .btn_delete.on, .tax_popup .btn_delete.on {
    display: inline-block; }
    .companion_info .btn_delete.on:hover, .rental_popup .btn_delete.on:hover, .tax_popup .btn_delete.on:hover {
      opacity: 0.7; }
.companion_info span, .rental_popup span, .tax_popup span {
  margin-top: 29px;
  margin-bottom: 5px;
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  /* identical to box height, or 100% */
  letter-spacing: -0.5px;
  /* text_333333 */
  color: #333333; }
.companion_info input, .rental_popup input, .tax_popup input {
  box-sizing: border-box;
  background: #FFFFFF;
  /* info_E8E8E8 */
  height: 40px;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  margin-top: 5px;
  padding: 0 0 0 10px; }
.companion_info .register_number, .rental_popup .register_number, .tax_popup .register_number {
  width: 420px; }
.companion_info .company_name, .rental_popup .company_name, .tax_popup .company_name {
  width: 207px;
  margin-right: 6px; }
.companion_info .president_name, .rental_popup .president_name, .tax_popup .president_name {
  width: 207px; }
.companion_info .or, .rental_popup .or, .tax_popup .or {
  margin: 5px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  /* identical to box height, or 100% */
  text-align: center;
  letter-spacing: -0.5px;
  /* text_333333 */
  color: #333333; }
@media (max-width: 768px) {
  .companion_info span, .rental_popup span, .tax_popup span {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
    letter-spacing: -0.5px; }
  .companion_info .btn_file, .rental_popup .btn_file, .tax_popup .btn_file {
    width: 100%; }
  .companion_info .register_number, .rental_popup .register_number, .tax_popup .register_number {
    width: 100%; }
  .companion_info .company_name, .rental_popup .company_name, .tax_popup .company_name {
    width: calc(50% - 3px); }
  .companion_info .president_name, .rental_popup .president_name, .tax_popup .president_name {
    width: calc(50% - 3px); } }

.receipt_info span, .rental_popup span {
  margin-top: 30px;
  margin-bottom: 5px;
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  /* identical to box height, or 100% */
  letter-spacing: -0.5px;
  /* text_333333 */
  color: #333333; }
@media (max-width: 768px) {
  .receipt_info span, .rental_popup span {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 100% */
    letter-spacing: -0.5px; } }
.receipt_info .card_inform input, .rental_popup .card_inform input {
  box-sizing: border-box;
  background: #FFFFFF;
  /* info_E8E8E8 */
  height: 40px;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  margin-top: 5px;
  padding: 0 0 0 10px; }
.receipt_info .card_inform .card_number, .rental_popup .card_inform .card_number {
  width: 420px; }
.receipt_info .card_inform .card_expire, .rental_popup .card_inform .card_expire {
  width: 207px;
  margin-right: 6px; }
.receipt_info .card_inform .card_holder_name, .rental_popup .card_inform .card_holder_name {
  width: 207px; }
.receipt_info .card_inform .card_company, .rental_popup .card_inform .card_company {
  width: 420px; }
@media (max-width: 768px) {
  .receipt_info .card_inform .card_number, .rental_popup .card_inform .card_number {
    width: 100%; }
  .receipt_info .card_inform .card_company, .rental_popup .card_inform .card_company {
    width: 100%; }
  .receipt_info .card_inform .card_expire, .rental_popup .card_inform .card_expire {
    width: calc(50% - 3px); }
  .receipt_info .card_inform .card_holder_name, .rental_popup .card_inform .card_holder_name {
    width: calc(50% - 3px); }
  .receipt_info .card_inform select, .rental_popup .card_inform select {
    width: 100%; } }
.receipt_info .bank_inform, .rental_popup .bank_inform {
  display: none; }
  .receipt_info .bank_inform input, .rental_popup .bank_inform input {
    box-sizing: border-box;
    background: #FFFFFF;
    /* info_E8E8E8 */
    height: 40px;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    margin-top: 10px;
    padding: 0 0 0 10px; }
  .receipt_info .bank_inform .bank_number, .rental_popup .bank_inform .bank_number {
    width: 420px; }
  .receipt_info .bank_inform .bank_holder_name, .rental_popup .bank_inform .bank_holder_name {
    width: 420px; }
  .receipt_info .bank_inform .bank_company, .rental_popup .bank_inform .bank_company {
    width: 420px; }
  @media (max-width: 768px) {
    .receipt_info .bank_inform .width, .rental_popup .bank_inform .width {
      width: 100%; }
    .receipt_info .bank_inform .bank_number, .rental_popup .bank_inform .bank_number {
      width: 100%; }
    .receipt_info .bank_inform .bank_company, .rental_popup .bank_inform .bank_company {
      width: 100%; }
    .receipt_info .bank_inform .bank_holder_name, .rental_popup .bank_inform .bank_holder_name {
      width: 100%; }
    .receipt_info .bank_inform select, .rental_popup .bank_inform select {
      width: 100%; } }
.receipt_info .chk-form, .rental_popup .chk-form {
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  border: 1px solid #e8e8e8;
  margin-top: 10px; }
  .receipt_info .chk-form .chk-box, .rental_popup .chk-form .chk-box {
    width: 100%; }
    .receipt_info .chk-form .chk-box + .chk-box, .rental_popup .chk-form .chk-box + .chk-box {
      border-left: 1px solid #ccc; }
    .receipt_info .chk-form .chk-box label, .rental_popup .chk-form .chk-box label {
      width: 100%;
      cursor: pointer;
      position: relative;
      display: block;
      overflow: hidden; }
      .receipt_info .chk-form .chk-box label input, .rental_popup .chk-form .chk-box label input {
        position: absolute;
        left: -9999px; }
        .receipt_info .chk-form .chk-box label input:checked ~ i, .rental_popup .chk-form .chk-box label input:checked ~ i {
          background: url("../images/ic_chk_on.svg") no-repeat center/cover; }
        .receipt_info .chk-form .chk-box label input:checked ~ .txt, .rental_popup .chk-form .chk-box label input:checked ~ .txt {
          height: 40px;
          background-color: #FBBE18;
          color: #fff;
          font-weight: 700; }
      .receipt_info .chk-form .chk-box label i, .rental_popup .chk-form .chk-box label i {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        background: url("../images/ic_chk_off.svg") no-repeat center/cover;
        width: 15px;
        height: 15px;
        z-index: 1; }
      .receipt_info .chk-form .chk-box label .txt, .rental_popup .chk-form .chk-box label .txt {
        width: 100%;
        padding: 0 10px 0 45px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        color: #333333;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: -0.05em;
        margin-top: 0;
        margin-bottom: 0; }

.rental_popup h2 {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 23px;
  text-align: center;
  /* identical to box height, or 100% */
  letter-spacing: -0.03em;
  /* sub_B */
  color: #424ED7;
  margin-top: 9px; }
@media (max-width: 768px) {
  .rental_popup h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
    letter-spacing: -0.5px; } }
.rental_popup .month {
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  margin-top: 5px;
  letter-spacing: -0.05em; }
  .rental_popup .month .label_title {
    position: relative;
    width: 98px;
    top: 12px;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    padding-left: 10px; }
  .rental_popup .month select {
    position: relative;
    left: 98px;
    text-align: left;
    width: 76%;
    top: -15px;
    height: 36px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px; }
  @media (max-width: 768px) {
    .rental_popup .month .label_title {
      font-size: 14px;
      top: 11px;
      width: 85px; }
    .rental_popup .month select {
      position: absolute;
      font-size: 14px;
      width: 70%;
      right: 1px;
      top: 1px;
      left: unset; } }
.rental_popup article.agree-list-layout {
  padding-bottom: 30px; }

.rental_month {
  background: #FFFFFF;
  /* 인풋_cccccc */
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  width: 90px;
  height: 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  /* identical to box height, or 100% */
  text-align: center;
  letter-spacing: -0.05em;
  /* text_999999 */
  color: #999999;
  top: -3px; }

@media (max-width: 768px) {
  .rental_month {
    width: 70px;
    font-size: 16px;
    line-height: 16px; } }
.pu.pu_tax {
  max-width: 452px;
  padding: 16px; }

.tax_popup h2 {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 23px;
  text-align: center;
  /* identical to box height, or 100% */
  letter-spacing: -0.03em;
  /* sub_B */
  color: #424ED7;
  margin-top: 9px; }
@media (max-width: 768px) {
  .tax_popup h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 100% */
    letter-spacing: -0.5px; } }
.tax_popup .email {
  width: 100%;
  margin-bottom: 30px; }

.error-state {
  background: #FFE5E5 !important;
  /* 권장_FF0000 */
  border: 1px solid #FF0000 !important;
  border-radius: 5px; }

.error-state::placeholder {
  color: #FF0000 !important; }

.colorRed {
  color: #FF0000 !important; }

@media (max-width: 768px) {
  .region-form {
    max-width: 320px;
    margin: 0 auto; } }

.list-wrap .address-box {
  display: flex;
  flex-flow: row wrap;
  margin: -5px;
  max-width: 678px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .list-wrap .address-box {
      margin: -2px; } }
  .list-wrap .address-box li {
    width: calc(25% - 10px);
    margin: 5px; }
    @media (max-width: 768px) {
      .list-wrap .address-box li {
        width: calc(33.33% - 4px);
        margin: 2px; } }
    .list-wrap .address-box li .item-box {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #FFFFFF;
      border-radius: 5px;
      border: 1px solid var(--e-8-e-8-e-8, #E8E8E8);
      height: 60px; }
      .list-wrap .address-box li .item-box:hover {
        border: 1px solid #FBBE18; }
        @media (max-width: 768px) {
          .list-wrap .address-box li .item-box:hover {
            border: 1px solid #e8e8e8; } }
      @media (max-width: 768px) {
        .list-wrap .address-box li .item-box {
          height: 50px; } }
      .list-wrap .address-box li .item-box.on {
        background: #FBBE18;
        border: 1px solid #FBBE18; }
        .list-wrap .address-box li .item-box.on .txt-box {
          font-weight: 700; }
      .list-wrap .address-box li .item-box .txt-box {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        /* 100% */
        letter-spacing: -1px;
        color: #333333; }
        @media (max-width: 768px) {
          .list-wrap .address-box li .item-box .txt-box {
            font-size: 16px;
            line-height: 22px; } }
.list-wrap .caption {
  max-width: 690px;
  margin: 0 auto;
  color: #333333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 110% */
  letter-spacing: -1px;
  padding-bottom: 20px; }
  @media (max-width: 768px) {
    .list-wrap .caption {
      font-size: 16px;
      font-weight: 500;
      letter-spacing: -0.8px;
      padding-bottom: 10px; } }
  .list-wrap .caption span {
    color: #999999;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.9px; }
    @media (max-width: 768px) {
      .list-wrap .caption span {
        font-size: 15px;
        letter-spacing: -0.75px; } }
.list-wrap.result-box {
  display: none;
  margin-top: 25px; }
.list-wrap .foreign {
  display: none;
  max-width: 678px;
  margin: 5px auto 0;
  padding-left: 30px;
  vertical-align: middle; }
  @media (max-width: 768px) {
    .list-wrap .foreign {
      padding-left: 0px; } }
  .list-wrap .foreign label {
    color: #333333;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 122.222% */
    letter-spacing: -0.9px;
    margin-right: 4px;
    vertical-align: middle; }
    .list-wrap .foreign label span {
      color: #999999; }
      @media (max-width: 768px) {
        .list-wrap .foreign label span {
          font-size: 15px;
          letter-spacing: -0.75px; } }
  .list-wrap .foreign input {
    width: 560px;
    height: 50px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    /* 100% */
    letter-spacing: -0.45px; }
    @media (max-width: 768px) {
      .list-wrap .foreign input {
        width: calc( 100% - 75px);
        height: 40px; } }
    .list-wrap .foreign input::placeholder {
      color: #CCCCCC; }
.list-wrap.textarea-box {
  max-width: 680px;
  margin: 25px auto 30px;
  height: 150px; }
  @media (max-width: 768px) {
    .list-wrap.textarea-box {
      margin-top: 35px; } }
  .list-wrap.textarea-box textarea {
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 133.333% */
    letter-spacing: -0.5px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 20px; }
    .list-wrap.textarea-box textarea::placeholder {
      color: #CCCCCC; }

.complete.pc .bt_yel_block {
  background-color: #CCCCCC; }
  .complete.pc .bt_yel_block.on {
    color: #000000;
    background-color: #FBBE18; }
.complete.cart_bot .cart_bot_cart.mo_width_80 {
  background-color: #CCCCCC; }
  .complete.cart_bot .cart_bot_cart.mo_width_80.on {
    color: #000000;
    background-color: #FBBE18; }
