@font-face {
    font-family: 'Paperlogy-8ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('/comm/css/font.css');
.sales-landing {
    background: url('/img/sang3.jpg') top/cover no-repeat;
    color: #fff;
    padding: 118px 20px 83px;
    text-align: center;
    margin: 0 42px;
    background-size: contain;
    border-radius: 40px;
    background-color: #000;
  }

  .sales-landing.video-bg {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  margin: 0;
  padding: 68px 48px 30px;
  text-align: center;
  color: #fff;
}

.sales-landing.video-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.6; /* ???????? ??? ?? ???? */
}

.sales-landing-content {
  position: relative;
  z-index: 1;
}
.ppic {}
.ppic img{width:500px; border-radius:30px;}
.ppic2 {}
.ppic2 img{width:800px; border-radius:30px;}

  .sales-landing h2 {font-size: 40px;font-weight: bold;margin-bottom: 2rem;}
  .sales-landing p {font-size: 1.3rem;margin-bottom: 1.5rem;}
  .sales-landing .highlight {color: #ff4c4c;font-weight: bold;font-size: 1.8rem;}

  .sales-table-container {background: #fff;padding: 36px 20px;}
  .sales-table-container h3 { text-align: center; margin-bottom: 2rem; }
  .sales-table-container .table { width: 100%; max-width: 800px; margin: auto; }

  .sticky-cta {
    background: #000000d4;
    color: #fff;
    padding: 15px 50px;
    position: sticky;
    bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    width: 1300px;
    margin: auto;
    border-radius: 80px;
  }
  .container_main {width: 100%;max-width: 100%;margin: auto;padding-top: 0 !important;padding-bottom: 0 !important;}
  .sticky-cta button { background: #ff4c4c; border: none; padding: 10px 20px; color: #fff; border-radius: 5px; }

  @media (max-width: 768px) {
    .sales-landing { padding: 50px 15px 30px; }
    .sales-landing h2 { font-size: 1.5rem; }
    .sales-landing p { font-size: 0.9rem; }

    .sales-table-container { padding: 30px 10px; }
    .sales-table-container h3 { font-size: 1.2rem; }

    .sticky-cta {flex-direction: column;text-align: center;gap: 10px;width: 100%;border-radius: 0;bottom: 0;}
    .sticky-cta button { width: 100%; }
	.sales-landing.video-bg {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    margin: -17px;
    padding: 67px 26px 35px;
    text-align: center;
    color: #fff;
}
  }
 

 .sales-landing-content {
 position: relative;
    z-index: 1;
    width: 100%;
    background: url(https://pplx-res.cloudinary.com/image/private/user_uploads/49677028/1de55bce-8bf2-43d2-b75e-c7e3119cbadf/image.jpg) center center / cover no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.sales-landing-content > * {
  position: relative;
  z-index: 1;
}
h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 2.2rem;
  text-align: center;
  line-height: 1.3;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.9s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation-delay: 0.3s;
}
.centered-row {
  width: 100%;
  display: flex;
  flex-direction: column;      /* ????(row) ?? ????(column)?? ???? */
  align-items: center;         /* ???? ???? */
  justify-content: center;     /* ?????? ???? ???? */
  margin-bottom: 0;
}
.vertical-line {
  width: 2px;
  height: 80px;
  background: linear-gradient(to bottom, #ff4c4c 80%, #cb4646 100%);
  margin: 0 32px;
  opacity: 0;
  animation: drawLine 1.1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation-delay: 0.8s;
  margin-bottom: 30px;
}
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.9s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.delay-1 { animation-delay: 0.3s; }
.delay-2 { animation-delay: 1.1s; }
.delay-3 { animation-delay: 1.5s; }
.delay-4 { animation-delay: 1.8s; }
@keyframes fadeUp {
  0% { opacity: 0; transform: translateY(40px);}
  100% { opacity: 1; transform: translateY(0);}
}
@keyframes drawLine {
  0% { height: 0; opacity: 0.2;}
  30% { opacity: 0.6;}
  100% { height: 80px; opacity: 1;}
}
.sales-landing-content p {
  font-size: 1.15rem;
  margin-bottom: 1.3rem;
  color: #fff;
  text-align: center;
  line-height: 1.7;
}
.sales-landing-content .highlight {
  color: #ff4c4c;
  font-weight: bold;
  font-size: 1.3rem;
  margin-top: 1.5rem;
}
.scroll-indicator {
  margin: 7px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: fadeUp 0.8s 2.2s forwards;
}
.scroll-indicator svg {
  width: 36px;
  height: 36px;
  display: block;
}
@media (max-width: 768px) {
  h2 {
    font-size: 20px;
    margin-bottom: 1.2rem;
  }
  .centered-row {
    flex-direction: column;
    margin-bottom: 1.2rem;
  }
  .vertical-line {
    margin: 20px 0;
    height: 50px;
  }
  .sales-landing-content p {
    font-size: 0.98rem;
  }
}

.this_notice-block {
  width: 100%;
  background: #181818;
  padding: 56px 0 48px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.this_notice-text {
  color: #f5f5f5;
  font-size: 20px;
  line-height: 1.7;
  margin: 22px 0 12px 0;
  font-family: 'Pretendard', 'Noto Sans KR', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  word-break: keep-all;
}
.this_notice-strong {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 12px 0;
}
.this_notice-underline {
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
  display: inline-block;
}
.this_notice-red {
  color: #ff4c4c;
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 22px;
}
.this_notice-underline-red {
  border-bottom: 1px solid #ff4c4c;
  padding-bottom: 2px;
  display: inline-block;
}
.cp {color:#ff4c4c}
.ca {color: #ff4c4c;}
@media (max-width: 1024px) {
  .this_notice-block {
    padding: 40px 0 32px 0;
  }
  .this_notice-text {
    font-size: 1.01rem;
  }
  .this_notice-strong,
  .this_notice-red {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .this_notice-block {
    padding: 24px 0 18px 0;
  }
  .this_notice-text {
    font-size: 1rem;
    margin-bottom: 9px;
    width: 90%;
  }
  .this_notice-strong,
  .this_notice-red {
    font-size: 0.98rem;
  }
}


.grah_case-section {
  width: 100%;
  background: #fafbfc;
  padding: 60px 0 70px 0;
  display: flex;
  justify-content: center;
}

.grah_case-inner {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grah_case-desc {
  font-family: 'Pretendard', 'Noto Sans KR', Arial, sans-serif;
  color: #23272f;
  font-size: 1.17rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 9px;
  letter-spacing: -0.01em;
}

.grah_case-strong {
  font-weight: 700;
  font-size: 1.17rem;
  color: #23272f;
  margin-bottom: 8px;
}

.grah_case-emph {
  color: #e53a3a;
  border-bottom: 1.5px solid #e53a3a;
  padding-bottom: 1px;
  font-weight: 700;
  display: inline-block;
  font-size: 1.17rem;
  margin-left: 2px;
  margin-bottom: 30px;
}

.grah_case-table-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.grah_case-table {
  width: 100%;
  max-width: 620px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 18px 0 rgba(0,0,0,0.04);
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  transition: box-shadow 0.2s;
}

.grah_case-table th,
.grah_case-table td {
  font-family: 'Pretendard', 'Noto Sans KR', Arial, sans-serif;
  text-align: center;
  padding: 14px 0;
  font-size: 1.06rem;
  color: #23272f;
}

.grah_case-table th {
  background: #f4f6f8;
  font-weight: 700;
  font-size: 1.01rem;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #e8e9ee;
}

.grah_case-table tr:last-child td {
  border-bottom: none;
}

.grah_case-table td {
  border-bottom: 1px solid #f0f1f4;
  font-weight: 400;
}

.grah_case-highlight {
  color: #e53a3a;
  font-weight: 700;
  font-size: 1.09rem;
  letter-spacing: 0.01em;
}


@media (max-width: 1024px) {
  .grah_case-inner {
    max-width: 98vw;
    padding: 0 2vw;
  }
  .grah_case-table {
    max-width: 98vw;
    font-size: 0.98rem;
  }
  .grah_case-desc {
    font-size: 1.03rem;
  }
  .grah_case-strong,
  .grah_case-emph {
    font-size: 1.03rem;
  }
}

@media (max-width: 600px) {
  .grah_case-section {
    padding: 28px 0 30px 0;
  }
  .grah_case-inner {
    padding: 0 2vw;
  }
  .grah_case-desc {
    font-size: 0.93rem;
    margin-bottom: 17px;
  }
  .grah_case-strong,
  .grah_case-emph {
    font-size: 0.93rem;
  }
  .grah_case-table th,
  .grah_case-table td {
    font-size: 0.89rem;
    padding: 8px 0;
  }
  .grah_case-table {
    border-radius: 8px;
  }
}
.grah_table-section {
  width: 100%;
  background: #f7f7f7;
  padding: 56px 0 60px 0;
  display: flex;
  justify-content: center;
}

.grah_table-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grah_table-desc {
  font-family: 'Pretendard', 'Noto Sans KR', Arial, sans-serif;
  color: #23272f;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 34px;
  letter-spacing: -0.01em;
}

.grah_table-main {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  line-height: 1.7;
}

.grah_table-strong {
  color: #23272f;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}

.grah_table-gray {
  color: #999;
  font-weight: 500;
  font-size: 18px;
}

.grah_table-gap {
  height: 18px;
}

.grah_table-why {
  font-size: 20px;
  color: #e53a3a;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.01em;
}

.grah_table-emph {
  border-bottom: 1.5px dashed #e53a3a;
  padding-bottom: 1px;
}

.grah_table-desc2 {
  font-size: 18px;
  color: #23272f;
  margin: 0;
  line-height: 1.65;
  font-weight: 400;
  text-align: center;
}

.grah_table-red {
  color: #e53a3a;
  font-weight: 700;
}

.grah_table-rolling-wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 0 auto;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 14px 0 rgba(0,0,0,0.06);
  border: 1px solid #f0f0f0;
  position: relative;
  overflow: hidden;
}

.grah_table-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-family: 'Pretendard', 'Noto Sans KR', Arial, sans-serif;
}

.grah_table-table thead th {
  background: #f4f6f8;
  font-weight: 700;
  font-size: 1.01rem;
  color: #23272f;
  padding: 13px 0;
  border-bottom: 1px solid #e8e9ee;
  letter-spacing: 0.01em;
  text-align: center;
}

.grah_table-rolling-window {
  height: 350px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.grah_table-table tbody tr {
  transition: background 0.13s;
}

.grah_table-table tbody td {
  text-align: center;
  font-size: 0.8rem;
  color: #23272f;
  padding: 11px 0;
  border-bottom: 1px solid #f3f3f3;
  font-weight: 400;
  background: #fff;
  white-space: nowrap;
}

.grah_table-table tbody td.grah_table-highlight {
  color: #e53a3a;
  font-weight: 700;
}

.grah_table-table tbody tr:last-child td {
  border-bottom: none;
}

@media (max-width: 1024px) {
  .grah_table-inner {
    max-width: 98vw;
    padding: 0 2vw;
  }
  .grah_table-table {
    font-size: 0.98rem;
  }
  .grah_table-desc {
    font-size: 1.01rem;
  }
  .grah_table-rolling-wrap {
    max-width: 98vw;
  }
  .grah_table-table thead th,
  .grah_table-table tbody td {
    font-size: 0.95rem;
    padding: 9px 0;
  }
  .grah_table-rolling-window {
    height: 280px;
  }
}

@media (max-width: 600px) {
  .grah_table-section {
    padding: 30px 0 0 0;
  }
  .grah_table-inner {
    padding: 0 2vw;
  }
  .grah_table-desc {
    font-size: 0.93rem;
    margin-bottom: 17px;
  }
  .grah_table-table thead th,
  .grah_table-table tbody td {
    font-size: 0.89rem;
    padding: 7px 0;
  }
  .grah_table-rolling-wrap {
    border-radius: 8px;
  }
  .grah_table-rolling-window {
    height: 210px;
  }
}


@font-face {
  font-family: 'Paperlogy-8ExtraBold';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

.vi_data-section {
  width: 100%;
  background: #fff;
  padding: 100px 0 100px 0;
  display: flex;
  justify-content: center;
}

.vi_data-inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vi_data-desc {
  text-align: center;
  color: #222;
  margin-bottom: 36px;
  font-size: 20px;
  line-height: 1.7;
  font-family: 'Pretendard', 'Noto Sans KR', Arial, sans-serif;
  font-weight: 400;
}
.vi_data-headquote {}
.vi_data-headquote img {
    width: 80%;
}
.vi_data-desc .vi_data-quote {
  color: #222;
  font-size: 20px;
  margin: 18px 0 0 0;
  font-weight: 800;
  line-height: 1.6;
}

.vi_data-point {
  margin-top: 22px;
  font-size: 20px;
  color: #222;
  font-weight: 500;
}

.vi_data-emph {
  font-weight: 700;
}

.vi_data-red {
  color: #e53a3a;
  font-weight: 700;
  border-bottom: 1.5px solid #e53a3a;
  padding-bottom: 1px;
}

.vi_data-tablewrap {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

.vi_data-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 2px solid #222;
  border-bottom: 1px solid #222;
  font-family: 'Paperlogy-8ExtraBold', 'Pretendard', 'Noto Sans KR', Arial, sans-serif;
  font-size: 20px;
  background: #fff;
  margin-bottom: 0;
  table-layout: fixed;
}

.vi_data-table td {
  border-bottom: 1px solid #222;
  vertical-align: middle;
}

.vi_data-table tr:last-child td {
  border-bottom: none;
}

.vi_data-label {
  width: 38%;
  text-align: left;
  padding: 24px 0 24px 0;
  border-right: 2px solid #222;
  font-weight: 800;
  font-size: 2.05rem;
  color: #222;
  background: #fff;
  letter-spacing: -0.01em;
  padding-left: 18px;
}

.vi_data-value {
  width: 62%;
  text-align: right;
  padding: 24px 18px 24px 0;
  font-weight: 800;
  font-size: 20px;
  color: #222;
  background: #fff;
  letter-spacing: -0.01em;
  position: relative;
}

.vi_data-num {
  font-family: 'Paperlogy-8ExtraBold', 'Pretendard', 'Noto Sans KR', Arial, sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: #222;
  vertical-align: middle;
}

.vi_data-star {
  font-size: 20px;
  font-weight: 800;
  color: #222;
  margin-left: 6px;
  vertical-align: super;
}

.vi_data-footnotes {
  margin-top: 6px;
  margin-bottom: 0;
}

.vi_data-footnote {
  font-size: 0.75rem;
  color: #888;
  text-align: right;
  padding: 0 6px 0 0;
  font-family: 'Paperlogy-8ExtraBold', 'Pretendard', 'Noto Sans KR', Arial, sans-serif;
  border: none;
  line-height: 1.5;
}

.vi_data-bottom-desc {
  margin-top: 28px;
  color: #ff4c4c;
  font-size: 1.45rem;
  font-family: 'Paperlogy-8ExtraBold', 'Pretendard', 'Noto Sans KR', Arial, sans-serif;
  font-weight: 800;
  text-align: center;
  border-bottom: 1px solid #ff4c4c;
  letter-spacing: -0.01em;
}

@media (max-width: 600px) {
  .vi_data-headquote img {
    width: 100%;
}
  .vi_data-inner {
    max-width: 90%;
    padding: 0 2vw;
  }
  .vi_data-tablewrap {
    max-width: 100vw;
  }
  .vi_data-table {
    font-size: 1.05rem;
  }
  .vi_data-label,
  .vi_data-value {
    font-size: 1.05rem;
    padding: 14px 0;
  }
  .vi_data-label {
    padding-left: 8px;
  }
  .vi_data-value {
    padding-right: 8px;
  }
  .vi_data-num {
    font-size: 1.35rem;
  }
  .vi_data-bottom-desc {
    font-size: 1.05rem;
    margin-top: 16px;
  }
  .vi_data-footnote {
    font-size: 0.82rem;
    padding-right: 0;
  }
}

html {
  font-size: 1.05rem;
}
.pi_info-bg {
  width: 100%;
  /* min-height: 320px; */
  /* background: linear-gradient(rgb(255 255 255 / 54%), rgb(255 255 255 / 0%)), url(/img/bgbg.png) center center / cover no-repeat; */
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.pi_info-inner {
  min-width: 900px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
}
.pi_info-title {
  color: rgb(254 85 85);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2.2rem;
  letter-spacing: -0.01em;
  line-height: 1.4;
  font-family: 'Paperlogy-8ExtraBold', 'Pretendard', 'Noto Sans KR', Arial, sans-serif;
}
.pi_info-strong {
  color: #ff4c4c;
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  margin-top: 0.2rem;
}
.pi_info-desc {
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: -0.01em;
  margin-bottom: 2.7rem;
}
.pi_info-bottom {
  margin-top: 0;
}
.pi_info-bottom-main {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1.2rem;
  color: #222;
}
.pi_info-bottom-sub {
  font-size: 20px;
  color: #000000;
  font-weight: 800;
  line-height: 1.7;
}
@media (max-width: 1200px) {
  .pi_info-inner {
    min-width: 0;
    max-width: 98vw;
    padding: 40px 2vw 40px 2vw;
  }
}
@media (max-width: 900px) {
  .pi_info-inner {
    min-width: 0;
    max-width: 99vw;
    padding: 24px 2vw 24px 2vw;
  }
  .pi_info-title, .pi_info-strong {
    font-size: 18px;
  }
  .pi_info-desc {
    font-size: 0.95rem;
    margin-bottom: 1.7rem;
  }
  .pi_info-bottom-main {
    font-size: 1.01rem;
    margin-bottom: 0.8rem;
  }
  .pi_info-bottom-sub {
    font-size: 0.93rem;
  }
}
.ri_section {
  width: 100%;
  /* background: linear-gradient(270deg, #003aa2, #009975c4, #1e3a727d), url(/img/map.png) center center / cover no-repeat; */
  background-size: cover;
  animation: gradientShift 30s ease infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  animation: gradientShift 30s ease infinite;
}

@keyframes gradientShift {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}

.ri_inner {
  min-width: 900px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 17px 36px 60px 36px;
  text-align: center;
  /* background: #fff; */
  box-sizing: border-box;
  /* background-image: url('https://d35oiss5c428ge.cloudfront.net/images/5_pc_landing.png'); */ /* 이미지 경로 */
  background-repeat: no-repeat; /* 반복 안 함 */
  background-size: cover; /* 꽉 채우기 */
  background-position: center; /* 가운데 정렬 */
}
.ri_top {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2.2rem;
  color: #222;
}
.ri_emph {
  color: #000000;
  font-weight: 700;
  border-bottom: 1px solid #ff4c4c;
  padding-bottom: 2px;
  display: inline-block;
}
.ri_list {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}
.ri_gap {
  height: 0;
}
.ri_mid {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0px;
}
.ri_emph-big {
  font-size: 1.18rem;
  font-weight: 700;
  margin: 1.2rem 0 1.2rem 0;
  letter-spacing: -0.01em;
}
.ri_emph-underline {
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 2px;
}
.ri_emph-color {
  color: #ffffff;
  font-weight: 700;
  display: block;
}
.ri_bottom {
  font-size: 20px;
  color: #444;
  font-weight: 400;
  line-height: 1.7;
  /* margin-top: 1.3rem; */
}
.ri_emph-mark {
  background: linear-gradient(180deg, transparent 65%, #ffffff47 65%);
  font-weight: 700;
  /* color: #ffffff; */
  padding: 0 3px;
  border-radius: 2px;
  display: inline-block;
}
@media (max-width: 1200px) {
  .ri_inner {
    min-width: 0;
    max-width: 98vw;
    padding: 40px 2vw 40px 2vw;
  }
}
@media (max-width: 900px) {
  .ri_inner {
    min-width: 0;
    max-width: 99vw;
    padding: 24px 2vw 24px 2vw;
  }
  .ri_top,
  .ri_list,
  .ri_mid,
  .ri_emph-big {
    font-size: 1.01rem;
  }
  .ri_bottom {
    font-size: 0.95rem;
  }
  .ri_gap {
    height: 1rem;
  }
}

.dg_wrap {
  width: 100%;
  background: #f7f7f7;
  padding: 100px 0 100px 0;
  display: flex;
  justify-content: center;
}
.dg_inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 0 0;
}
.dg_caption {
  margin-bottom: 2.6rem;
}
.dg_caption-small {
  font-size: 20px;
  color: #333;
  margin-bottom: 1.1rem;
  line-height: 1.7;
}
.dg_caption-main {
  color: #ff4c4c;
  font-size: 2.1rem;
  font-weight: 800;
  margin-bottom: 1.1rem;
  letter-spacing: 0.01em;
}
.dg_point-num {
  color: #ff4c4c;
  font-weight: 800;
  font-size: 2.1rem;
  font-family: 'Pretendard', 'Noto Sans KR', Arial, sans-serif;
}
.dg_caption-red {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.7rem;
  border-bottom: 1px solid #000000;
  padding-bottom: 2px;
  display: inline-block;
}
.dg_caption-gray {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 400;
}
.dg_table-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0;
  flex-direction: column;
}
.dg_table {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.04);
  overflow: hidden;
  font-size: 1.01rem;
}
.dg_table thead th {
  background: #f7f7f7;
  font-weight: 700;
  font-size: 0.8rem;
  color: #222;
  padding: 12px 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
.dg_table tbody td {
  text-align: center;
  padding: 10px 0;
  color: #222;
  font-size: 0.65rem;
  border-bottom: 1px solid #ececec;
  background: #fff;
}
.dg_table tbody tr:last-child td {
  border-bottom: none;
}
.dg_table tbody tr:nth-child(odd) td {
  background: #f8faf8;
}
@media (max-width: 1100px) {
  .dg_inner {
    max-width: 99vw;
    padding: 32px 2vw 0 2vw;
  }
  .dg_table {
    max-width: 99vw;
    font-size: 0.98rem;
  }
}
@media (max-width: 700px) {
  .dg_inner {
    padding: 18px 2vw 0 2vw;
  }
  .dg_caption-main {
    font-size: 1.3rem;
  }
  .dg_point-num {
    font-size: 1.3rem;
  }
  .dg_caption-small {
    font-size: 0.95rem;
  }
  .dg_caption-red {
    font-size: 0.97rem;
  }
  .dg_caption-gray {
    font-size: 0.91rem;
  }
  .dg_table {
    font-size: 0.89rem;
  }
  .dg_table thead th, .dg_table tbody td {
    padding: 7px 0;
  }
}
.grah_case-table th,
.grah_table-table thead th,
.dg_table thead th {
  background: linear-gradient(90deg, #eaf5ff 0%, #d6ebfa 100%);
  color: #2176ae;
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #b4d8f0;
  text-align: center;
  /* ???? ???? ???? ??? ???? ???? */
  padding: 6px 0;
  transition: background 0.2s;
}

.po_section {
  width: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 30px 0;
}
.blue_section {
    width: 100%;
    /* background: #e7f6ff; */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 80px 0;
    text-align: center;
}
.po_inner {
  width: 100%;
  max-width: 700px;
  min-width: 350px;
  margin: 0 auto;
  text-align: center;
  padding: 56px 24px 40px 24px;
  box-sizing: border-box;
}
.po_title {
  color: #222;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1.8rem;
  line-height: 1.6;
}
.po_title-emph {
  color: #ff4c4c;
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  margin-top: 0.2rem;
  border-bottom: 1px solid #ff4c4c;
}
.po_desc {
  color: #252525;
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
.vi {
    color: #232323;
    font-weight: 600;
}
.vi span {
    color: #f04848;
    border-bottom: 1px solid #f04848;
    font-weight: 600;
}
.po_desc-emph {
  color: #ff4c4c;
  font-weight: 700;
  display: inline-block;
  margin-top: 1.2rem;
  line-height: 1.7;
  font-size: 20px;
}
.po_img-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1.8rem;
}
.po_img {
  width: 500px;
  max-width: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.08);
  border: 1.5px solid #ececec;
  background: #fff;
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  .po_inner {
    max-width: 98vw;
    padding: 32px 2vw 28px 2vw;
  }
  .po_title,
  .po_title-emph {
    font-size: 1.03rem;
  }
  .po_desc {
    font-size: 0.98rem;
  }
  .po_img {
    width: 98vw;
    max-width: 98vw;
    border-radius: 10px;
  }
}


.part01_section {
  width: 100%;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  padding: 0 0 19px 0;
}
.part02_section {
  width: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  padding: 0 0 100px 0;
}
.part01_inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 48px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part01_top {
  text-align: center;
  margin-bottom: 2.5rem;
}
.part01_label {
  font-size: 18px;
  color: #222;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.7;
}
.part01_label-bold {
  font-weight: 700;
}
.part01_label-highlight {
  color: #ff4c4c;
}
.part01_orange-underline {
  color: #ff6a00;
  border-bottom: 1px solid #ff6a00;
  font-weight: 700;
  padding-bottom: 1.5px;
  display: inline-block;
}
.part01_main {
  font-size: 18px;
  margin-bottom: .3rem;
  font-weight: 700;
  line-height: 1.7;
}
.part01_red-underline {
  color: #ff4c4c;
  border-bottom: 1px solid #ff4c4c;
  display: inline-block;
  padding-bottom: 1.5px;
}
.part01_sub {
  font-size: 1.01rem;
  color: #232323;
  margin-bottom: 0.7rem;
  font-weight: 500;
}
.part01_slide-wrap {
  width: 100%;
  max-width: 700px;
  margin: 36px auto 0 auto;
  background: #f6f6f6;
  border-radius: 28px;
  /* box-shadow: 0 2px 16px 0 rgba(0,0,0,0.04); */
  padding: 2.5rem 0 2.2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.part01_slide-title {
  font-size: 1.14rem;
  color: #222;
  font-weight: 700;
  margin-bottom: 0.7rem;
  letter-spacing: -0.01em;
}
.part01_slide-desc {
  font-size: 1.01rem;
  color: #444;
  margin-bottom: 1.3rem;
  font-weight: 400;
}
.part01_swiper-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.part01_swiper {
  width: 800px;
  margin: 0 36px;
}
.part01_swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.part01_swiper img {
  width: 90%;
  max-width: 92vw;
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.10);
  border: 1.5px solid #ececec;
  background: #fff;
}
.part01_swiper-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* background: #fff; */
  /* box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08); */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: box-shadow 0.15s, background 0.15s;
  position: relative;
  z-index: 2;
  margin: 0 10px;
}
.part01_swiper-btn:hover {
  background: #becbd600;
}
.part01_swiper-btn .material-icons {
  font-size: 2.2rem;
  color: #616161;
  user-select: none;
}
@media (max-width: 900px) {
  .part01_inner {
    max-width: 90%;
    padding: 24px 0 0 0;
  }
  .part01_slide-wrap {
    max-width: 99vw;
    padding: 1.2rem 0 1.2rem 0;
    border-radius: 14px;
  }
  .part01_swiper,
  .part01_swiper img {
    width: 98vw;
    max-width: 98vw;
    border-radius: 10px;
  }
  .part01_swiper-wrap {
    margin: 0;
  }
  .part01_swiper-btn {
    width: 32px;
    height: 32px;
    margin: 0 2px;
  }
  .part01_swiper-btn .material-icons {
    font-size: 1.5rem;
  }
  .part01_swiper {
    margin: 0 6px;
  }
  .part01_slide-title {
    font-size: 1.01rem;
  }
}

.delv_section {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 0;
}
.delv_inner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 7px 0 75px 0;
  text-align: center;
  box-sizing: border-box;
}
.delv_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1.2rem;
  color: #222;
  letter-spacing: -0.01em;
}
.delv_sub {
  font-size: 18px;
  color: #222;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.delv_text {
  font-size: 18px;
  color: #222;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}
.delv_emph {
  color: #ff4c4c;
  font-weight: 700;
  border-bottom: 1px solid #ff4c4c;
  padding-bottom: 2px;
  display: inline-block;
}
.delv_gray {
  color: #888;
  font-size: 0.96rem;
  font-weight: 400;
}
.delv_img-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 2rem 0 1.4rem 0;
}
.delv_img {
  width: 95%;
  max-width: 100%;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.06);
  background: #fff;
}
.mt-1 { margin-top: 2.1rem; }
.mt-2 { margin-top: 2.2rem; }
.delv_emph2 {
  font-weight: 700;
  color: #222;
}
.popp_link-btn {
    background-color: #ddd;
    border: 0;
}
.delv_red {
  color: #ff4c4c;
  font-weight: 700;
  border-bottom: 1px solid #ff4c4c;
  padding-bottom: 1.5px;
}
.delv_list {
  margin: 1.4rem 0 1.4rem 0;
  color: #222;
  font-size: 1.0rem;
  line-height: 1.4;
}
.delv_quote {
  color: #ff4c4c;
  font-weight: 700;
  border-bottom: 1px dashed #ff4c4c;
  padding-bottom: 2px;
  display: inline-block;
}
.delv_black {
  color: #222;
  font-weight: 600;
}
.delv_highlight {
  margin: 2.2rem 0 2.2rem 0;
}
.delv_underline {
  font-size: 1.13rem;
  font-weight: 700;
  color: #222;
  border-bottom: 1px solid #222;
  padding-bottom: 2px;
  display: inline-block;
}
.delv_line {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin: 2.5rem 0 2.5rem 0;
}
.delv_bottom {
  font-size: 18px;
  color: #222;
  line-height: 1.7;
}
.delv_bold {
  font-weight: 700;
  color: #222;
}
@media (max-width: 800px) {
  .delv_inner {
    max-width: 90%;
    padding: 32px 2vw 24px 2vw;
  }
  .delv_img {
    width: 98vw;
    max-width: 98vw;
    border-radius: 8px;
  }
}
@media (max-width: 500px) {
  .delv_title, .delv_text, .delv_list, .delv_bottom {
    font-size: 0.97rem;
  }
  .delv_img {
    width: 90%;
  }
}

.how_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 21px 0;
  /* background: #e3e3e3; */
  /* font-family: 'Pretendard', 'Noto Sans KR', Arial, sans-serif; */
  background-color: #e7f1f7;
}
.how_top {
  text-align: center;
  margin: 2.5rem 0 2.7rem 0;
}
.how_title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 1.7rem;
}
.how_subtitle {
  font-size: 1.18rem;
  color: #222;
  font-weight: 500;
  margin-bottom: 2.7rem;
  line-height: 1.7;
}
.how_red-underline {
  color: #ff4c4c;
  border-bottom: 1px solid #ff4c4c;
  font-weight: 700;
  padding-bottom: 2px;
  display: inline-block;
}
.how_divider {
  width: 90%;
  max-width: 430px;
  height: 1px;
  background: #e5e5e5;
  margin: 2.7rem auto 2.7rem auto;
}
.how_guide {
  text-align: center;
  margin-bottom: 2.7rem;
}
.how_guide-desc {
  font-size: 1.05rem;
  color: #222;
  margin-bottom: 1.1rem;
  line-height: 1.7;
}
.how_guide-list {
  margin: 1.2rem 0 1.2rem 0;
}
.how_guide-list img {
    width: 450px;
    margin-bottom: 36px;
}
.how_guide-item {
  font-size: 1.05rem;
  color: #222;
  margin-bottom: 0.3rem;
  line-height: 1.5;
}
.how_red {
  color: #ff4c4c;
  font-weight: 700;
}
.how_note {
  color: #ff4c4c;
  font-size: 0.96rem;
  font-style: italic;
  margin-top: 0.2rem;
}
.how_bold {
  font-weight: 700;
  color: #222;
}
.how_small {
  font-size: 0.97rem;
  color: #888;
  margin-top: 1.2rem;
}
.how_case {
  text-align: center;
  margin-bottom: 2.7rem;
}
.how_case-title {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.3rem;
}
.how_case-sub {
  font-size: 0.98rem;
  color: #888;
  margin-bottom: 0.2rem;
}
.how_slide {
  text-align: center;
  margin-top: 2.2rem;
  width: 850px;
  margin: auto;
}
.how_slide-title {
  font-size: 1.09rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 1.1rem;
  letter-spacing: -0.01em;
}
.how_slide-swiper-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 1.2rem;
}
.how_swiper {
  width: 500px;
  max-width: 95vw;
  margin: 0 36px;
}
.how_swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.how_swiper img {
  width: 500px;
  /* max-width: 95vw; */
  border-radius: 16px;
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.10);
  border: 1.5px solid #ececec;
  background: #fff;
}
.how_swiper-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: box-shadow 0.15s, background 0.15s;
  position: relative;
  z-index: 2;
  margin: 0 8px;
}
.how_swiper-btn:hover {
  background: #eaf5ff;
  box-shadow: 0 4px 16px 0 rgba(0,0,0,0.12);
}
.how_swiper-btn .material-icons {
  font-size: 2rem;
  color: #2176ae;
  user-select: none;
}
.how_slide-caption {
  text-align: center;
  font-size: 0.93rem;
  color: #888;
  margin: 0.7rem 0 2.2rem 0;
}
.how_slide-caption-desc {
  font-size: 0.93rem;
  color: #888;
}
@media (max-width: 800px) {
  .how_wrap {
    max-width: 99vw;
    padding: 7px 0 40px 0;
  }
  .how_swiper,
  .how_swiper img {
    width: 98vw;
    max-width: 98vw;
    border-radius: 10px;
  }
}
@media (max-width: 500px) {
  .how_title, .how_subtitle, .how_guide-desc, .how_guide-item,
  .how_case-title, .how_case-sub, .how_slide-title, .how_slide-caption, .how_slide-caption-desc {
    font-size: 0.97rem;
    width: 90%;
    margin: 30px auto;
  }
  .how_swiper-btn {
    width: 28px;
    height: 28px;
    margin: 0 2px;
  }
  .how_swiper-btn .material-icons {
    font-size: 1.3rem;
  }
  .how_swiper {
    margin: 0 6px;
  }
}

.vip_case {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 0 0 80px 0;
}
.vip_case-title {
  text-align: center;
  font-size: 1.13rem;
  color: #222;
  font-weight: 700;
  margin: 2.5rem 0 1.1rem 0;
  letter-spacing: -0.01em;
}
.vip_case-desc {
  text-align: center;
  font-size: 20px;
  color: #444;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.vip_point {
  color: #ff4c4c;
  font-weight: 700;
  border-bottom: 1px solid #ff4c4c;
  padding-bottom: 1px;
}
.vip_slide-wrap {
  width: 100%;
  /* max-width: 420px; */
  margin: 0 auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.vip_swiper {
  width: 500px;
  max-width: 95vw;
  margin: 0 36px;
}
.vip_swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vip_swiper img {
  width: 500px;
  max-width: 95vw;
  border-radius: 14px;
  box-shadow: 0 4px 24px 0 rgba(0,0,0,0.10);
  border: 1.5px solid #ececec;
  background: #fff;
}
.vip_swiper-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: box-shadow 0.15s, background 0.15s;
  position: relative;
  z-index: 2;
  margin: 0 8px;
}
.vip_swiper-btn:hover {
  background: #eaf5ff;
  box-shadow: 0 4px 16px 0 rgba(0,0,0,0.12);
}
.vip_swiper-btn .material-icons {
  font-size: 2rem;
  color: #2176ae;
  user-select: none;
}
.vip_slide-caption {
  text-align: center;
  font-size: 0.93rem;
  color: #888;
  margin: 0.7rem 0 1.7rem 0;
}
.vip_slide-caption-strong {
  font-weight: 700;
  color: #222;
}
.vip_slide-caption-desc {
  font-size: 0.93rem;
  color: #888;
}
.vip_case-note {
  text-align: center;
  font-size: 1.03rem;
  color: #222;
  margin: 2.7rem 0 2.7rem 0;
  line-height: 1.7;
}
.vip_bold {
  font-weight: 700;
  color: #222;
}
.vip_case-note-sub {
  margin-top: 1.2rem;
  color: #444;
  font-size: 20px;
}
.vip_quote {
  text-align: center;
  font-size: 1.18rem;
  color: #222;
  font-weight: 500;
  margin: 4.2rem 0 2.2rem 0;
  letter-spacing: -0.01em;
}
.vip_line {
  width: 100%;
  max-width: 380px;
  height: 1px;
  background: #e5e5e5;
  margin: 2.2rem auto 2.2rem auto;
}
.vip_main-ask {
  text-align: center;
  font-size: 1.18rem;
  color: #222;
  font-weight: 700;
  margin-bottom: 1.1rem;
}
.vip_main-exp {
  text-align: center;
  font-size: 1.02rem;
  color: #444;
  margin-bottom: 2.2rem;
}
.vip_profile {
  text-align: center;
  font-size: 1.01rem;
  color: #666;
  margin-bottom: 2.2rem;
  line-height: 1.7;
}
.vip_profile img{
    width: 700px;
    border-radius: 40px;
}
.vip_profile-title {
  font-weight: 700;
  color: #222;
}
.vip_red {
  color: #ff4c4c;
  font-weight: 700;
}
.vip_bottom {
  text-align: center;
  font-size: 1.08rem;
  color: #222;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 2.8rem;
}
@media (max-width: 800px) {
  .vip_case {
    max-width: 90%;
    padding: 0 0 40px 0;
  }
  .vip_swiper,
  .vip_swiper img {
    width: 98vw;
    max-width: 98vw;
    border-radius: 8px;
  }
}
@media (max-width: 500px) {
  .vip_case-title, .vip_case-desc, .vip_case-note, .vip_main-ask, .vip_main-exp, .vip_profile, .vip_bottom {
    font-size: 0.97rem;
  }
  .vip_swiper-btn {
    width: 28px;
    height: 28px;
    margin: 0 2px;
  }
  .vip_swiper-btn .material-icons {
    font-size: 1.3rem;
  }
  .vip_swiper {
    margin: 0 6px;
  }
}

.uo_wrap {
  width: 100%;
  margin: 0 auto;
  background: #fff6f6;
  padding: 40px 0 40px 0;
}
.w_box {
    max-width: 700px;
    background-color: #fff;
    margin: auto;
    padding: 12px 25px;
    border-radius: 15px;
    border: 1px solid #ddd;
    margin-bottom: 71px;
}
.uo_title {
  text-align: center;
  font-size: 22px;
  color: #ff4c4c;
  font-weight: 600;
  margin: 1.5rem 0 1.4rem 0;
  letter-spacing: -0.01em;
  padding-bottom: 16px;
  border-bottom: 1px solid #ff4c4c;
}
.uo_divider {
  width: 100%;
  max-width: 430px;
  height: 1px;
  background: #e5e5e5;
  margin: 2.2rem auto 2.2rem auto;
}
.uo_block {
  width: 100%;
  margin-bottom: 1.6rem;
  text-align: center;
}
.uo_block-title {
  font-size: 17px;
  color: #222;
  font-weight: 500;
  margin-bottom: 1.1rem;
  text-align: left;
}
.uo_video-thumb {
  position: relative;
  display: inline-block;
  margin-bottom: 1.1rem;
}
.uo_video-thumb img {
  width: 600px;
  max-width: 90vw;
  border-radius: 12px;
  border: 1.5px solid #ececec;
  background: #fff;
}
.uo_badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ff4c4c;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 12px;
  letter-spacing: 0.05em;
}
.uo_video-list {
  margin: 0 auto;
  text-align: left;
  display: inline-block;
}
.uo_video-list-title {
  font-size: 1.01rem;
  color: #888;
  margin-bottom: 0.3rem;
  font-weight: 500;
}
.uo_video-list ul {
  padding: 0 0 0 1.1em;
  margin: 0;
  font-size: 1.01rem;
  color: #222;
}
.uo_video-list li {
  margin-bottom: 0.15em;
}
.uo_img-row {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}
.uo_img-row img {
  width: 48%;
  max-width: 48vw;
  border-radius: 10px;
  border: 1.5px solid #ececec;
  background: #fff;
}
.uo_table-wrap {
  overflow-x: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.uo_table-wrap img {
    width: 100%;
    border-radius: 15px;
}
.uo_table {
  width: 100%;
  max-width: 460px;
  border-collapse: collapse;
  background: #fff;
  font-size: 1.01rem;
  margin: 0 auto;
}
.uo_table th, .uo_table td {
  border: 1px solid #e5e5e5;
  padding: 0.7em 0.5em;
  text-align: center;
}
.uo_table th {
  background: #f2f8ff;
  color: #2176ae;
  font-weight: 700;
}
.uo_status {
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 0.98rem;
  font-weight: 700;
  display: inline-block;
}
.uo_status-done { background: #e8f5e9; color: #219653; }
.uo_status-ing { background: #fff8e1; color: #ff9800; }
.uo_status-ready { background: #f3e5f5; color: #8e24aa; }
.uo_check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 1.2rem;
}
.uo_check-icon {
  font-size: 2.2rem;
  color: #43a047;
  font-weight: 700;
}
.uo_check-label {
  font-size: 18px;
  color: #222;
  font-weight: 700;
}
.uo_review {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 1.4rem;
  margin-top: 1.1rem;
}
.uo_review img {
  width: 120px;
  border-radius: 8px;
  border: 1.5px solid #ececec;
  background: #fff;
}
.uo_review-content {
  flex: 1;
  text-align: left;
}
.uo_review-title {
  font-size: 1.01rem;
  color: #222;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.uo_review-input {
  width: 100%;
  min-height: 48px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 0.5em;
  font-size: 1.01rem;
  margin-bottom: 0.5rem;
  resize: vertical;
}
.uo_review-btn {
  padding: 6px 18px;
  background: #2176ae;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 1.01rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s;
}
.uo_review-btn:hover {
  background: #135a96;
}
.uo_service {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}
.uo_service-item {
  background: #f2f8ff;
  color: #2176ae;
  font-weight: 700;
  padding: 0.7em 1.2em;
  border-radius: 12px;
  font-size: 1.01rem;
}
.uo_service-desc {
  font-size: 1.01rem;
  color: #222;
  line-height: 1.7;
  margin-top: 0.7rem;
}
.uo_service-strong {
  font-weight: 700;
  color: #2176ae;
}
.uo_service-red {
  color: #ff4c4c;
  font-weight: 700;
}
@media (max-width: 800px) {
  .uo_wrap { max-width: 99vw; }
  .uo_img-row { gap: 0.5rem; }
  .uo_img-row img { width: 44vw; }
  .uo_block {margin-bottom: 1.6rem;width: 90%;margin: auto;}
}
@media (max-width: 500px) {
  .uo_title, .uo_block-title, .uo_service-desc, .uo_case-note, .uo_check-label {
    font-size: 0.97rem;
  }
  .uo_review img { width: 80px; }
  .uo_service-item { font-size: 0.93rem; padding: 0.5em 0.7em; }
}
.everyone_wrap {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  background: #fff;
  padding: 60px 0 60px 0;
}
.everyone_inner {
  margin: 0 auto;
  padding: 0 24px;
}
.everyone_title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 2.5rem;
  letter-spacing: -0.01em;
}
.everyone_intro {
  text-align: center;
  font-size: 1.04rem;
  color: #444;
  margin-bottom: 2.7rem;
  line-height: 1.8;
}
.everyone_list {
  margin: 0 auto;
  max-width: 900px;
}
.everyone_item {
  margin-bottom: 2.8rem;
  text-align: center;
}
.everyone_num {
  font-size: 3.13rem;
  font-weight: 700;
  color: #ff4c4c;
  display: inline-block;
  margin-bottom: 0;
  font-family:'Paperlogy-8ExtraBold', 'Pretendard', 'Noto Sans KR', Arial, sans-serif;
}
.everyone_item-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.7rem;
  text-align: center;
}
.everyone_item-desc {
  font-size: 1rem;
  color: #2e2e2e;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
}
.everyone_item-last {
  margin-bottom: 0;
}
@media (max-width: 700px) {
  .everyone_wrap {
    padding: 32px 0 32px 0;
    width: 90%;
  }
  .everyone_inner {
    padding: 0 2vw;
  }
  .everyone_title {
    font-size: 1.02rem;
    margin-bottom: 1.5rem;
  }
  .everyone_intro {
    font-size: 0.97rem;
    margin-bottom: 1.6rem;
  }
  .everyone_item-title {
    font-size: 0.99rem;
  }
  .everyone_item-desc {
    font-size: 0.93rem;
  }
}

.promi_wrap {
  width: 100%;
  /* max-width: 720px; */
  margin: 0 auto;
  background: #4b16160f;
  padding: 60px 0 60px 0;
}
.promi_inner {
  margin: 0 auto;
  padding: 0 24px;
}
.promi_title {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: #222;
  margin-bottom: 1.1rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
.promi_subtitle {
  text-align: center;
  font-size: 18px;
  color: #444;
  margin-bottom: 2.8rem;
  line-height: 1.7;
  font-style: italic;
}
.promi_list {
  margin: 0 auto;
  max-width: 640px;
}
.promi_item {
  margin-bottom: 2.7rem;
}
.promi_item-title {
  font-size: 1.09rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.9rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
.promi_num {
  color: #ff4c4c;
  font-size: 1.13rem;
  font-weight: 700;
  margin-right: 0.5rem;
}
.promi_emph {
  color: #f52626;
  font-weight: 700;
  border-bottom: 1px solid #ff4c4c;
}
.promi_item-desc {
  font-size: 1.01rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 0.7rem;
}
.promi_bold {
  font-weight: 700;
  color: #222;
}
.promi_high {
  color: #ff4c4c;
  font-weight: 700;
  border-bottom: 1px solid #ff4c4c;
  padding-bottom: 1px;
}
.promi_note {
  color: #888;
  font-size: 0.97rem;
  display: block;
  margin-top: 0.5rem;
}
.promi_item-image {
  margin: 1.2rem 0 0.2rem 0;
  font-size: 0.97rem;
  color: #aaa;
  text-align: center;
  letter-spacing: 0.02em;
}
.promi_ready {
  text-align: center;
  font-size: 1.4rem;
  color: #222;
  font-weight: 700;
  margin-top: 3.1rem;
  letter-spacing: -0.01em;
}
@media (max-width: 700px) {
  .promi_wrap {
    padding: 32px 0 32px 0;
  }
  .promi_inner {
    padding: 0 2vw;
    width: 90%;
  }
  .promi_title {
    font-size: 1.08rem;
    margin-bottom: 0.7rem;
  }
  .promi_subtitle {
    font-size: 0.97rem;
    margin-bottom: 1.6rem;
  }
  .promi_item-title {
    font-size: 0.99rem;
  }
  .promi_item-desc {
    font-size: 0.93rem;
  }
  .promi_ready {
    font-size: 0.97rem;
    margin-top: 2.1rem;
  }
}

.addp_wrap {
  width: 100%;
  background: #fff;
  padding: 60px 0 60px 0;
  display: flex;
  justify-content: center;
}
.addp_inner {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
  padding: 0 24px;
}
.addp_title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 3.4rem;
  letter-spacing: -0.01em;
}
.addp_divider {
  width: 100%;
  max-width: 400px;
  height: 1px;
  background: #e5e5e5;
  margin: 2.5rem auto 2.5rem auto;
}
.addp_points {
  margin-bottom: 2.8rem;
}
.addp_point {
  font-size: 1.05rem;
  color: #222;
  line-height: 2;
  margin-bottom: 0.2em;
}
.addp_accent {
  color: #ff4c4c;
  font-weight: 700;
  border-bottom: 1px solid #ff4c4c;
  padding-bottom: 1.5px;
}
.addp_quote {
  font-size: 1.08rem;
  color: #222;
  margin: 3.2rem 0 2.8rem 0;
  line-height: 1.8;
}
.addp_emph {
  font-weight: 700;
  color: #2176ae;
  font-size: 1.11rem;
  display: inline-block;
  margin: 0.1em 0;
}
.addp_img {
  margin-top: 2.4rem;
}
.addp_img-placeholder {
  display: inline-block;
  color: #aaa;
  font-size: 0.98rem;
  padding: 1.5em 0;
  border-radius: 6px;
  background: #f7f7f7;
  width: 120px;
}
@media (max-width: 600px) {
  .addp_inner {
    padding: 0 2vw;
    width: 90%;
  }
  .addp_title {
    font-size: 1.04rem;
    margin-bottom: 2.2rem;
  }
  .addp_point,
  .addp_quote {
    font-size: 0.97rem;
  }
  .addp_emph {
    font-size: 1rem;
  }
}
.special_wrap {
  width: 100%;
  background: #c8c8c829;
  padding: 48px 0 64px 0;
  display: flex;
  justify-content: center;
}
.special_inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.special_title {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: #222;
  margin-bottom: 2.5rem;
  letter-spacing: -0.01em;
}
.special_mainbox {
  background: #ffffff;
  border: 1.5px solid #ff4c4c;
  border-radius: 13px;
  padding: 2.1rem 1.3rem 1.3rem 1.3rem;
  margin-bottom: 2.1rem;
  text-align: center;
}
.special_maintext {
  font-size: 1.09rem;
  color: #222;
  font-weight: 600;
  line-height: 1.7;
}
.special_notice {
  color: #ff4c4c;
  font-size: 0.98rem;
  font-weight: 500;
  margin-top: 0.9rem;
  letter-spacing: 0.01em;
}
.special_box {
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 11px;
  padding: 1.3rem 1.1rem 1.1rem 1.1rem;
  margin-bottom: 1.6rem;
  text-align: center;
}
.special_box-title {
  font-size: 20px;
  color: #222;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
.special_point {
  color: #ff4c4c;
  font-weight: 700;
  border-bottom: 1px solid #ff4c4c;
  padding-bottom: 1px;
}
.special_box-desc {
  color: #181818;
  font-size: 1.01rem;
  margin-bottom: 0.7rem;
}
.special_box-detail {
  color: #222;
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}
.special_cta {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 2.2rem 1.1rem 1.6rem 1.1rem;
  margin-top: 2.5rem;
  text-align: center;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.04);
}
.special_cta-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 1.1rem;
}
.special_cta-btn {
  display: inline-block;
  margin: 0.8rem 0 1.1rem 0;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  transition: box-shadow 0.15s;
}
.special_cta-btn img {
  width: 450px;
  max-width: 90vw;
  border-radius: 7px;
  /* border: 1.5px solid #e5e5e5; */
  /* box-shadow: 0 2px 8px 0 rgba(255,76,76,0.09); */
  transition: box-shadow 0.15s;
}
.special_cta-btn:hover img {
  /* box-shadow: 0 4px 18px 0 rgba(255,76,76,0.15); */
}
.special_cta-desc {
  font-size: 0.97rem;
  color: #444;
  margin-bottom: 0.7rem;
}
.special_info {
  color: #888;
  font-size: 0.95rem;
}
.special_cta-bottom {
  font-size: 18px;
  color: #222;
  margin-top: 1.2rem;
  font-weight: 500;
}
.special_tel {
  color: #222;
  font-weight: 800;
  font-size: 2rem;
  letter-spacing: 0.02em;
  font-family: 'Paperlogy-8ExtraBold';
}
@media (max-width: 600px) {
  .special_inner {
    padding: 0 2vw;
    width: 90%;
  }
  .special_mainbox, .special_box, .special_cta {
    padding: 1.2rem 0.7rem;
  }
  .special_cta-btn img {
    width: 98vw;
    max-width: 98vw;
  }
}
.chat_wrap {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 0;
}
.chat_inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 0 60px 0;
  text-align: center;
}
.chat_kakao-banner img {
  width: 340px;
  max-width: 95vw;
  border-radius: 58px;
  margin: 0 auto 1.2rem auto;
  display: block;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.06);
}
.chat_kakao-caption {
  margin-bottom: 2.2rem;
  color: #888;
  font-size: 0.97rem;
}
.chat_kakao-label {
  background: #f7f7f7;
  color: #222;
  padding: 0.2em 0.9em;
  border-radius: 8px;
  font-size: 0.97rem;
}
.chat_youtube {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin-bottom: 1.1rem;
  flex-direction: column;
}
.chat_youtube-thumb img {
  width: 750px;
  max-width: 90vw;
  border-radius: 30px;
  /* box-shadow: 0 2px 12px 0 rgba(0,0,0,0.08); */
  border: 5px solid #000000;
}
.chat_youtube-desc {
  text-align: left;
  /* max-width: 320px; */
}
.chat_youtube-title {
  font-size: 18px;
  color: #222;
  font-weight: 700;
  margin-bottom: 0.7rem;
  line-height: 1.5;
}
.chat_youtube-meta {
  font-size: 0.97rem;
  color: #888;
}
.chat_youtube-caption {
  margin-bottom: 2.1rem;
  color: #888;
  font-size: 0.97rem;
}
.chat_youtube-label {
  background: #f7f7f7;
  color: #222;
  padding: 0.2em 0.9em;
  border-radius: 8px;
  font-size: 0.97rem;
}
.chat_location-title {
  font-size: 1.22rem;
  color: #222;
  font-weight: 700;
  margin: 2.7rem 0 1.1rem 0;
  letter-spacing: -0.01em;
}
.chat_map-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 1.6rem;
}
.chat_map {
  width: 100%;
  max-width: 700px;
  height: 340px;
  border-radius: 12px;
  border: 1.5px solid #2176ae;
  box-shadow: 0 2px 12px 0 rgba(33,118,174,0.07);
  margin: 0 auto;
}
.chat_location-list {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
  margin: 1.3rem 0 1.1rem 0;
  flex-wrap: wrap;
}
.chat_location-btn {
  background: #f2f8ff;
  color: #2176ae;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  padding: 0.7em 1.6em;
  font-size: 1.01rem;
  box-shadow: 0 2px 8px 0 rgba(33,118,174,0.06);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.chat_location-btn:hover,
.chat_location-main {
  background: #2176ae;
  color: #fff;
}
.chat_location-desc {
  font-size: 0.97rem;
  color: #444;
  margin: 0 0 0.7rem 0;
  line-height: 1.6;
}
.chat_location-tel {
  color: #ff4c4c;
  font-weight: 700;
  font-size: 1.05rem;
}
@media (max-width: 950px) {
  .chat_inner {max-width: 99vw;padding: 32px 0 32px 0;width: 90%;}
  .chat_map { max-width: 99vw; }
  .chat_youtube { flex-direction: column; gap: 0.8rem; }
  .chat_youtube-desc { max-width: 99vw; text-align: center; }
}
@media (max-width: 600px) {
  .chat_kakao-banner img { width: 97vw; }
  .chat_map { height: 220px; }
  .chat_location-list { gap: 0.5rem; }
}
.end_wrap {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 0;
}
.end_inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 0 60px 0;
}
.end_faq-box {
  background: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 18px;
  padding: 2.5rem 2.2rem 2.2rem 2.2rem;
  margin-bottom: 3.5rem;
  box-shadow: 0 2px 14px 0 rgba(255,76,76,0.06);
  text-align: center;
}
.end_faq-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: #222;
  margin-bottom: 1.7rem;
  letter-spacing: -0.01em;
  border-bottom: 1px solid #ff4c4c;
  display: inline-block;
  padding-bottom: 0.3em;
}
.end_faq-q {
  font-size: 1.09rem;
  color: #222;
  font-weight: 700;
  margin: 1.4rem 0 0.7rem 0;
}
.end_faq-a {
  font-size: 1.01rem;
  color: #444;
  margin-bottom: 1.3rem;
  line-height: 1.7;
}
.end_faq-point {
  color: #ff4c4c;
  font-weight: 700;
}
.end_faq-link {
  color: #2176ae;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.end_faq-list {
  margin-top: 2.2rem;
}
.end_faq-q-point {
  color: #000000;
  font-weight: 700;
  margin: 1.2rem 0 0.4rem 0;
  font-size: 1.05rem;
}
.end_faq-a-point {
  color: #ff4c4c;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.end_notice {
  text-align: center;
  font-size: 1.05rem;
  color: #222;
  margin-bottom: 3.2rem;
  line-height: 1.7;
}
.end_notice-strong {
  color: #ff4c4c;
  font-weight: 700;
}
.end_cta-wrap {
  /* background: #f7f7f7; */
  /* border-radius: 14px; */
  /* padding: 2.2rem 1.1rem 1.6rem 1.1rem; */
  margin: 7px auto 1.5rem auto;
  text-align: center;
  /* box-shadow: 0 2px 14px 0 rgba(33,118,174,0.06); */
  /* max-width: 675px; */
}
.end_cta-title {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.1rem;
  text-align: center;
}
.end_cta-btn {
  display: inline-block;
  margin: 0.8rem 0 6px 0;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  transition: box-shadow 0.15s;
}
.end_cta-btn img {
  width: 380px;
  max-width: 90vw;
  border-radius: 7px;
  /* border: 1.5px solid #e5e5e5; */
  /* box-shadow: 0 2px 8px 0 rgba(255,76,76,0.09); */
  transition: box-shadow 0.15s;
}
.end_cta-btn:hover img {
  box-shadow: 0 4px 18px 0 rgba(255,76,76,0.15);
}
.end_cta-desc {
  font-size: 0.97rem;
  color: #444;
  margin-bottom: 0.7rem;
}
.end_cta-info {
  color: #ffffff;
  font-size: 14px;
}
.end_cta-bottom {
  font-size: 18px;
  color: #ffffff;
  margin-top: 1.2rem;
  font-weight: 500;
}
.end_tel {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  font-family: 'Paperlogy-8ExtraBold';
}
.end_contact-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  margin: 1.5rem 0.3rem.0 0;
  flex-direction: column;
}
.end_kakao-box, .end_youtube-box {
  flex: 1;
  text-align: center;
}
.end_kakao-box img {
  width: 300px;
  max-width: 95vw;
  border-radius: 8px;
  margin-bottom: 0.7rem;
  box-shadow: 0 2px 8px 0 rgba(255,76,76,0.08);
}
.end_kakao-caption {
  color: #888;
  font-size: 0.97rem;
  background: #f7f7f7;
  border-radius: 7px;
  display: inline-block;
  padding: 0.2em 0.9em;
}
.end_youtube-thumb {
  position: relative;
  width: 100%;
  /* max-width: 320px; */
  margin: 0 auto 0.7rem auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px 0 rgba(33,118,174,0.09);
}
.end_youtube-thumb img {max-width: 689px;}
.end_youtube-thumb 
.end_youtube-thumb iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
}
.end_youtube-caption {
  color: #888;
  font-size: 0.97rem;
  background: #f7f7f7;
  border-radius: 7px;
  display: inline-block;
  padding: 0.2em 0.9em;
}
.end_map-section {
  margin: 3.5rem 0 0 0;
  text-align: center;
}
.end_map-title {
  font-size: 1.13rem;
  color: #222;
  font-weight: 700;
  margin-bottom: 1.1rem;
}
.end_map-wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 1.2rem auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px 0 rgba(33,118,174,0.09);
}
.end_map {
  width: 100%;
  height: 320px;
  border: none;
  display: block;
}
.red {
    color: #ff4c4c;
    border-bottom: 1px solid #ff4c4c;
    font-size: 1.4rem;
}
.end_map-desc {
  font-size: 0.97rem;
  color: #444;
  margin: 0.7rem 0 0 0;
  line-height: 1.6;
}
@media (max-width: 950px) {
  .end_inner {max-width: 90%;padding: 32px 0 32px 0;}
  .end_contact-row { flex-direction: column; gap: 2rem; }
  .end_kakao-box img, .end_youtube-thumb { max-width: 98vw; }
  .end_map-section { margin-top: 2.2rem; }
}
@media (max-width: 600px) {
  .end_faq-box, .end_cta-wrap { padding: 1.2rem 0.7rem; }
  .end_map { height: 180px; }
}
.popp_modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0; top: 0; width: 100vw; height: 100vh;
  justify-content: center;
  align-items: center;
}
.popp_modal.active {
  display: flex;
}
.popp_modal-bg {
  position: absolute;
  left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}
.popp_modal-box {
  position: relative;
  width: 100%;
  max-width: 430px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 32px 0 rgba(0,0,0,0.15);
  margin: 0 auto;
  padding: 2.2rem 1.7rem 2.1rem 1.7rem;
  z-index: 2;
  text-align: center;
  font-size: 14px;
  animation: popp_modal-fadein 0.26s;
}
@keyframes popp_modal-fadein {
  from { opacity: 0; transform: translateY(60px);}
  to { opacity: 1; transform: translateY(0);}
}
.popp_modal-close {
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 3;
  color: #888;
  font-size: 2rem;
  padding: 0;
  transition: color 0.15s;
}
.popp_modal-close:hover .material-icons {
  color: #ff4c4c;
}
.popp_modal-title {
  font-size: 1.18rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 1.7rem;
  letter-spacing: -0.01em;
}
.popp_modal-desc {
  font-size: 18px;
  color: #222;
  margin-bottom: 0;
  line-height: 1.6;
}
.popp_modal-count {
  font-size: 1.13rem;
  font-weight: 700;
}
.popp_modal-red {
  color: #ff4c4c;
  font-weight: 800;
  font-size: 1.25em;
}
.popp_modal-subtitle {
  font-size: 18px;
  color: #222;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.popp_modal-guide {
  font-size: 0.7rem;
  color: #888;
  background: #f7f7f7;
  border-radius: 8px;
  padding: 0.8em 1em;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.popp_modal-selects.popp_modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem 1.2rem;
  margin-bottom: 1.6rem;
}
.popp_modal-select {
  background: #f8f8f8;
  border: 2px solid #eee;
  border-radius: 10px;
  padding: 1.1em 1em 0.9em 1em;
  text-align: left;
  cursor: pointer;
  transition: border 0.15s, box-shadow 0.15s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.01rem;
  position: relative;
  min-width: 0;
}
.popp_modal-select-on {
  border: 2px solid #ff4c4c;
  background: #fff6f6;
  box-shadow: 0 2px 10px 0 rgba(255,76,76,0.04);
}
.popp_modal-select-danger {
  border: 2px solid #ff4c4c;
  background: #fff0f0;
}
.popp_modal-select-label {
  font-weight: 700;
  color: #222;
  margin-bottom: 0.3em;
}
.popp_modal-select-info {
  font-size: 0.97rem;
  color: #888;
}
.popp_modal-bold {
  font-weight: 700;
  color: #222;
}
@media (max-width: 500px) {
  .popp_modal-selects.popp_modal-grid {
    grid-template-columns: 1fr;
    gap: 0.7rem 0;
  }
}

.popp_modal-gray {
  color: #bbb;
}
.popp_modal-selects {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
}
.popp_modal-select {
  background: #f8f8f8;
  border: 2px solid #eee;
  border-radius: 10px;
  padding: 10px 20px;
  text-align: left;
  cursor: pointer;
  transition: border 0.15s, box-shadow 0.15s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.01rem;
  position: relative;
}
.popp_modal-select-on {
  border: 1px solid #ff4c4c;
  background: #fff6f6;
  box-shadow: 0 2px 10px 0 rgba(255,76,76,0.04);
}
.popp_modal-select-danger {
  border: 1px solid #ff4c4c;
  background: #fff0f0;
}
.popp_modal-select-label {
  font-weight: 700;
  color: #222;
  margin-bottom: 0.3em;
  font-size: 0.8rem;
}
.popp_modal-select-info {
  font-size: 0.7rem;
  color: #444444;
}
.popp_modal-bold {
  font-weight: 700;
  color: #222;
}
.popp_modal-stepper {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  margin-bottom: 1.7rem;
}
.popp_modal-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eee;
  display: inline-block;
  transition: background 0.2s;
}
.popp_modal-dot-active {
  background: #ff4c4c;
}
.popp_modal-next {
  width: 100%;
  padding: 1em 0;
  background: #bbb;
  color: #fff;
  border-radius: 8px;
  border: none;
  font-size: 1.09rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s;
}
.popp_modal-next:active,
.popp_modal-next:focus {
  background: #ff4c4c;
}
@media (max-width: 500px) {
  .popp_modal-box {
    max-width: 98vw;
    padding: 1.2rem 0.6rem 1.1rem 0.6rem;
  }
}


.point_t {color: #ff4c4c;font-size: 18px;text-align: center;font-weight: 600;margin-bottom: 6px;}
.normal_t {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.middle_t {
    color: #000;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    margin: 5px 0;
    }
	.onlypcolor {color: #ff4c4c;}
.onlybcolor {color:#000;}
.gap60 {margin-top:60px;}
.underline_red {border-bottom:1px solid #ff4c4c;}
.gap60_b {margin-bottom:60px;}
.ff_bold3 {font-weight:500}
.ff_bold {font-weight:600;}
.ff_bold2 {font-weight: 400;font-size: 16px;margin-bottom: 6px;}
.auto_w {width:auto;}
.width500 {width:500px;}
.center_box {margin:auto;} 
.txt_cl {text-align:center;}


/* �����̳� */
  .popp_modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:9999}
  .popp_modal.active{display:flex}
  .popp_modal-bg{position:absolute;inset:0;background:rgba(0,0,0,.5)}
  .popp_modal-box{position:relative;z-index:1;background:#fff;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.18);width: 442px;max-width:92vw;height: 69vh;display:flex;flex-direction:column;overflow:hidden}
  .popp_modal-close{position:absolute;right:8px;top:8px;border:0;background:transparent;cursor:pointer;padding:8px}
  .popp_modal-title{font-size: 20px;
    font-weight: 800;
    padding: 18px 22px 6px 22px;
    text-align: center !important;
    border-bottom: 1px solid #333;}
  .popp_modal-desc{padding: 0 22px 4px 22px;text-align:center !important;color:#444;line-height:1.5}
  .popp_modal-subtitle{padding:0 22px;color:#111;font-weight:700;margin-top:8px;text-align:left}
  .popp_modal-guide{padding:6px 22px 10px 22px;color:#6b7280;text-align:left;line-height:1.5}
  .popp_modal-count .popp_modal-red{color:#e11d2e;font-weight:800}

  /* ���� ��ũ�� ���� */
  .popp_body{flex:1;overflow:auto;padding:12px 22px 8px 22px}

  /* ����/��ư */
  .popp_footer{padding:12px 22px 18px 22px;display:flex;gap:10px}
  .popp_btn{flex:1;height:44px;border-radius:10px;font-weight:700;border:0;cursor:pointer}
  .popp_btn-secondary{background:#f3f4f6;color:#111;display: none;}
  .popp_btn-primary{background:#d1d5db;color:#888}            /* �⺻ ȸ�� */
  .popp_btn-primary.is-ready{background:#e11d2e;color:#fff}    /* ��ȿ�� �� ���� */
  .popp_btn:disabled{opacity:.6;cursor:not-allowed}
  .popp_stepper{display:flex;gap:6px;justify-content:center;padding-bottom:8px}
  .popp_dot{width:8px;height:8px;border-radius:999px;background:#e5e7eb}
  .popp_dot.on{background:#e11d2e}

  /* ���� UI */
  .popp_title-sm{font-weight:800;margin:8px 0 6px}
  .popp_note{color:#6b7280;font-size:.92rem}
  .popp_grid7{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}
  .popp_cell{border:1px solid #e5e7eb;border-radius:10px;padding:10px 6px;text-align:center;font-size:.9rem;cursor:pointer;user-select:none;background:#fff}
  .popp_cell.is-head{font-weight:800;background:#fafafa}
  .popp_cell.on{border-color:#e11d2e;background:#fff4f4}
  .popp_chip-wrap{display:flex;gap:8px;flex-wrap:wrap}
  .popp_chip{border:1px solid #e5e7eb;border-radius:999px;padding:8px 12px;background:#fff;cursor:pointer}
  .popp_chip.on{border-color:#e11d2e;background:#fff4f4}
  .popp_list{display:flex;gap:10px;flex-direction:column}
  .popp_rank{display:flex;align-items:center;gap:8px}
  .popp_rank .badge{display:inline-block;min-width:54px;text-align:center;border-radius:8px;padding:8px 10px;background:#111;color:#fff;font-weight:700}
  .popp_rank .badge.sub{background:#6b7280}
  .popp_box{border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb;padding:12px}
  .popp_row{margin-bottom:12px;font-size: 14px;}
  .popp_row:last-child{margin-bottom:0}
  .popp_form .form-control,.popp_form .form-select{font-size:0.95rem}
  .popp_alert{display:none;color:#e11d2e;font-weight:700;margin-top:6px}
  .popp_alert.show{display:block}
  .left{text-align:left}


 /* Base */
  .ptfaq {color:#111;background-color: #ededed;padding: 0;}
  .last {color:#111;background-color: #2a2a2a;padding: 73px 0 0 0;}
  .ptfaq_container {max-width: 731px;margin: 0 auto;padding: 24px 16px;}

  /* Card */
  .ptfaq_card { background:#fff; border:1px solid #e7e9ee; border-radius:16px; padding:28px 32px; box-shadow: 0 2px 8px rgba(17, 24, 39, 0.04); margin-bottom: 61px;}
  .ptfaq_card + .ptfaq_card { margin-top:24px; }

  /* Heading */
  .ptfaq_q {margin: auto;font-weight: 700;font-size: 24px;line-height:1.35;letter-spacing:-0.2px;color: #ff4c4c;text-align: center;padding: 0 0 20px 0;border-bottom: 1px solid #ff4c4c;}
 .ptfaq_qq {margin: auto;font-weight: 700;font-size: 22px;line-height:1.35;letter-spacing:-0.2px;color: #000000;text-align: center;padding: 0 0 20px 0;border-bottom: 1px solid #000000;}

  /* Divider */
  .ptfaq_divider { border:0; border-top:1px solid #e9ecf2; margin:16px 0 18px; }

  /* Answer */
  .ptfaq_a { font-size:16px; line-height:1.75; color:#333; }
  .ptfaq_a p {margin: 6px 0 24px 0;}

  /* Dot bullets like the screenshot () */
  .ptfaq_bullet {
    position:relative;
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    }
.ptfaq_bullet img {width:100%;}
  /* Responsive */
  @media (max-width: 640px) {
    .ptfaq_card { padding:22px 18px; border-radius:12px; }
    .ptfaq_q { font-size:18px; }
    .ptfaq_a { font-size:15px; }
	}



.map-section {
    background: #2a2a2a;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
  }

  /* 가운데 컨테이너 */
  .map-container {
    max-width: 689px;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    text-align: center;
  }

  /* 타이틀 */
  .map-title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 16px;
    font-family: Pretendard, sans-serif;
    color: #000000;
    border-bottom: 1px solid #000;
    padding-bottom: 11px;
  }

  /* 지도 영역 */
  #daumRoughmapContainer1755139082189 {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
  }

  /* 버튼 */
  .map-btn-wrap {
    text-align: center;
    margin-top: 16px;
  }
  .map-btn {
    display: inline-block;
    padding: 10px 20px;
    /* background: #00c73c; */
    color: #000000;
    font-weight: bold;
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-radius: 8px;
    text-decoration: none;
    font-family: Pretendard, sans-serif;
    border: 1px solid #ededed;
  }
 

  .grah_case-table {
  user-select: none; /* 마우스 드래그 선택 방지 */
  -webkit-user-select: none; /* 사파리/크롬 */
  -moz-user-select: none; /* 파이어폭스 */
  -ms-user-select: none; /* IE/Edge(구버전) */
}

.money_table {
  user-select: none; /* 텍스트 선택 방지 */
  -webkit-user-select: none; /* 크롬/사파리 */
  -moz-user-select: none; /* 파이어폭스 */
  -ms-user-select: none; /* 구형 IE/Edge */
  min-width: 671px !important;
}
.money_table-container {
    max-width: 100%;
    margin: 0 auto 40px auto;
    padding: 20px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 18px rgba(0,0,0,0.04);
    overflow-x: auto;
  }

  .money_table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
  }

  .money_table thead tr th {
    background: #f4f6f8;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 8px;
    border: 1px solid #eaeaea;
    text-align: center;
    white-space: nowrap;
  }

  .money_table tbody tr td {
    border: 1px solid #eaeaea;
    padding: 3px 8px;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    white-space: nowrap;
  }

  .money_table tbody tr:nth-child(1),
  .money_table tbody tr:nth-child(2),
  .money_table tbody tr:nth-child(3),
  .money_table tbody tr:nth-child(4),
  .money_table tbody tr:nth-child(5) {
    background-color: #fff6d8;
  }

  .money_table tbody tr:nth-child(6),
  .money_table tbody tr:nth-child(7),
  .money_table tbody tr:nth-child(8),
  .money_table tbody tr:nth-child(9) {
    background-color: #d9e6d7;
  }

  .money_table tbody tr:nth-child(n+10) {
    background-color: #d5e2ec;
  }

  .money_table-caption {
    max-width: 1000px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 1rem;
    color: #e53a3a;
    text-align: center;
    margin-top: -10px;
  }

  @media (max-width: 900px) {
    .money_table-container {
      margin: 0 auto 30px auto;
      padding: 15px;
    }
    .money_table {
      min-width: 500px;
    }
    .money_table thead tr th,
    .money_table tbody tr td {
      font-size: 0.9rem;
      padding: 8px 6px;
    }
    .money_table-caption {
      font-size: 0.9rem;
      margin-top: 8px;
    }
  }

  @media (max-width: 600px) {
    .money_table-container {
      margin: 0 auto 20px auto;
      padding: 10px;
    }
    .money_table {
      min-width: 400px;
    }
    .money_table thead tr th,
    .money_table tbody tr td {
      font-size: 0.8rem;
      padding: 6px 4px;
    }
    .money_table-caption {
      font-size: 0.85rem;
      margin-top: 8px;
      padding: 0 10px;
    }
  }

  .tt {
  list-style-type: disc; /* 기본 불릿 모양 */
  margin: 25px 0 15px;
  padding-left: 20px;
  color: #000; /* 글자색 */
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
.raq_t {width:100%;color#fff;background-color:#000;padding: 15px 0;color: #fff;text-align: center;font-size: 21px;font-weight: 600;}
:root{--alltab-top: 47px;--alltab-h: 47px;}

  /* 항상 '메뉴 바로 아래'에 고정 */
  .alltab{
    position: fixed;
    top: var(--alltab-top);
    left: 0; width: 100%;
    z-index: 1000;
    display:flex; gap:64px; justify-content:center; align-items:center;
    height: var(--alltab-h); padding:0 16px;
    background:#222; color:#9aa0a6;
  }
  .alltab__spacer{ height: var(--alltab-h); } /* 콘텐츠 가림 방지 */

  .alltab__btn{
    position:relative; background:none; border:0; outline:0; cursor:pointer;
    padding:0 4px; font-size:16px; line-height:1; font-weight:600; color:#9aa0a6;
  }
  .alltab__btn.is-active{ color:#fff; }

  .alltab__bar{
    position:absolute; left:0; bottom:0; height:3px; background:#e31212; border-radius:2px;
    width:var(--bar-w,0px); transform:translateX(var(--bar-x,0px));
    transition:transform .28s ease,width .28s ease;
  }

  @media (max-width: 768px){
    :root{--alltab-h: 52px;--alltab-top: 84px;}
    .alltab{ gap:28px; }
    .alltab__btn{ font-size:15px; }
  }

  html{ scroll-behavior: smooth; }

  .root_daum_roughmap .wrap_map {
    height: 250px !important;
    position: relative;
}
.root_daum_roughmap .cont .section.lst {
    border-bottom: 0;
    display: none;
}
.add {
    text-align: left;
    font-size: 14px;
    margin-top: 13px;
}
.root_daum_roughmap_landing {
    border-bottom: 1px solid #e0e0e0;
}
.root_daum_roughmap {
    width: 100% !important;
}