.lcl-guide-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  width: 100%;
  padding: 100px 0;
  font-size: 15px;
  color: var(--second-color);
}
.lcl-guide-container * {
  letter-spacing: -0.04em;
}
@media screen and (max-width: 1079px) {
  .lcl-guide-container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 798px) {
  .lcl-guide-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.lcl-guide-container section {
  width: 100%;
  max-width: 1020px;
}
.lcl-guide-container .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
}
.lcl-guide-container .title-wrap h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
.lcl-guide-container .title-wrap h2 br {
  display: none;
}
@media screen and (max-width: 798px) {
  .lcl-guide-container .title-wrap h2 br {
    display: inline;
  }
}
.lcl-guide-container .title-wrap p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  color: var(--accent-color);
}
.lcl-guide-container .guide-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.lcl-guide-container .guide-wrap .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 1079px) {
  .lcl-guide-container .guide-wrap .steps {
    max-width: 500px;
  }
}
.lcl-guide-container .guide-wrap .steps li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 20px 10px;
  background: #F4F6FB;
  border-radius: 16px;
}
.lcl-guide-container .guide-wrap .steps li i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  width: 24px;
  height: 24px;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  background: #4E5968;
  border-radius: 50%;
}
.lcl-guide-container .guide-wrap .steps li p {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
}
.lcl-guide-container .guide-wrap .desc-submit {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
.lcl-guide-container .guide-wrap .imp-notice {
  width: 100%;
  padding: 6px 20px;
  background: #333333;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  color: #fff;
}
.lcl-guide-container .guide-wrap .notice {
  gap: 10px;
  width: 100%;
}
.lcl-guide-container .guide-wrap .notice li {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}
.lcl-guide-container .guide-wrap .notice li b {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: var(--accent-color);
}
.lcl-guide-container .price-table-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
.lcl-guide-container .price-table-wrap .scroll-tip {
  display: none;
}
@media screen and (max-width: 884px) {
  .lcl-guide-container .price-table-wrap .scroll-tip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding: 16px 0px;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    background: #353535;
    border-radius: 999px;
  }
}
.lcl-guide-container .price-table-wrap .price-table-box {
  width: 100%;
}
.lcl-guide-container .price-table-wrap .price-table-box .price-table-overflow {
  width: 100%;
  border: 1px solid #bbc1d0;
  border-radius: 24px;
  overflow: hidden;
}
.lcl-guide-container .price-table-wrap .price-table-box #price_table {
  width: 100%;
  overflow-x: auto;
}
.lcl-guide-container .price-table-wrap .price-table-box #price_table::-webkit-scrollbar {
  padding-top: 2px;
  height: 6px;
}
.lcl-guide-container .price-table-wrap .price-table-box #price_table::-webkit-scrollbar-track {
  margin: 0 1px;
  background: #f4f6fb;
  border-radius: 24px;
}
.lcl-guide-container .price-table-wrap .price-table-box #price_table::-webkit-scrollbar-thumb {
  height: 6px;
  background: #bbc1d0;
  border-radius: 999px;
}
.lcl-guide-container .price-table-wrap .price-table-box #price_table table {
  table-layout: fixed;
  width: 100%;
  min-width: 787px;
}
.lcl-guide-container .price-table-wrap .price-table-box #price_table table * {
  font-size: 15px;
}
.lcl-guide-container .price-table-wrap .price-table-box #price_table table thead tr th {
  padding: 30px 10px;
  word-break: keep-all;
  overflow-wrap: break-word;
  border: none;
  background: #F4F6FB;
}
.lcl-guide-container .price-table-wrap .price-table-box #price_table table tbody {
  width: 100%;
}
.lcl-guide-container .price-table-wrap .price-table-box #price_table table tbody tr td {
  padding: 20px 10px;
  width: 16.6666666667%;
  border-top: 1px solid #f4f6fb;
}
.lcl-guide-container .price-table-wrap .price-table-box #price_table table tbody tr td.bg {
  background: #F4F6FB;
}
.lcl-guide-container .price-table-wrap .price-table-box #price_table table tbody tr td.sub-td {
  padding-top: 0;
  border-top: none;
}
.lcl-guide-container .price-table-wrap .price-table-box #price_table table tbody tr td .text {
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (max-width: 884px) {
  .lcl-guide-container .price-table-wrap .price-table-box #price_table table tbody tr td .text.m-sticky {
    position: sticky;
    top: 50%;
    left: 147px;
    width: calc(100vw - 132px - 80px);
    z-index: 1;
  }
}
.lcl-guide-container .price-table-wrap .price-table-box #price_table table tbody tr td .text b {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #f06464;
}
.lcl-guide-container .price-table-wrap .price-table-box #price_table table tbody tr td .text b.big {
  font-size: 1.1em;
}
.lcl-guide-container .price-table-wrap .price-table-box #price_table table tbody tr td .sub-text {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  margin: -10px auto 0;
  padding: 6px 8px;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(240, 134, 100, 0.0901960784);
  text-wrap: balance;
  word-break: keep-all;
  white-space: pre-line;
}
.lcl-guide-container .price-table-wrap .price-table-box #price_table table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 5;
}
.lcl-guide-container .price-table-wrap .price-table-box #price_table table tbody td:first-child {
  position: sticky;
  left: 0;
  background-color: #fff;
  z-index: 5;
}
.lcl-guide-container .price-table-wrap .price-table-box #price_table table tbody td:first-child.sub-td {
  position: relative;
  left: auto;
  z-index: 0;
}
@media screen and (max-width: 884px) {
  .lcl-guide-container .price-table-wrap .price-table-box #price_table table thead th:first-child, .lcl-guide-container .price-table-wrap .price-table-box #price_table table tbody td:first-child {
    -webkit-box-shadow: 3px 0px 3px -2px #E9EAEF;
            box-shadow: 3px 0px 3px -2px #E9EAEF;
  }
  .lcl-guide-container .price-table-wrap .price-table-box #price_table table thead th:first-child.sub-td, .lcl-guide-container .price-table-wrap .price-table-box #price_table table tbody td:first-child.sub-td {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 884px) {
  .lcl-guide-container .price-table-wrap .price-table-box #price_table table .mobile-delete {
    display: none;
  }
}
.lcl-guide-container .price-table-wrap .price-table-box .mobile-price-common {
  display: none;
}
@media screen and (max-width: 884px) {
  .lcl-guide-container .price-table-wrap .price-table-box .mobile-price-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin-top: 30px;
    width: 100%;
  }
  .lcl-guide-container .price-table-wrap .price-table-box .mobile-price-common .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 16px;
    width: 100%;
    background: #F4F6FB;
    border-radius: 16px;
  }
  .lcl-guide-container .price-table-wrap .price-table-box .mobile-price-common .box .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .lcl-guide-container .price-table-wrap .price-table-box .mobile-price-common .box .top .category {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #333;
  }
  .lcl-guide-container .price-table-wrap .price-table-box .mobile-price-common .box .top .price {
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    text-align: right;
    color: var(--accent-color);
  }
  .lcl-guide-container .price-table-wrap .price-table-box .mobile-price-common .box .desc {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
  }
  .lcl-guide-container .price-table-wrap .price-table-box .mobile-price-common .box .desc b {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: #f06464;
  }
}
.lcl-guide-container .price-table-wrap p {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
.lcl-guide-container .price-table-wrap .down-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.lcl-guide-container .price-table-wrap .down-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 230px;
  height: 50px;
  text-align: center;
}
.lcl-guide-container .price-table-wrap .down-wrap a i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/user/img/btn_down.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  -webkit-transition: inherit;
  transition: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .lcl-guide-container .price-table-wrap .down-wrap a:hover i {
    background-image: url(/user/img/btn_down_blue.svg);
  }
}