/* popup */
.pc {
  display: block;
}

.mobile {
  display: none;
}

.layer-popup {
  /* position: absolute; */
  z-index: 9999;
  background-color: #fff;
  box-shadow: 2px 3px 10px #555;
  border-radius: 10px;
  height: auto !important;
}

.layer-popup:nth-child(1) {
  left: 0;
}

.layer-popup img {
  width: 100%;
  height: auto !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.layer-popup .show-chk-wrap {
  display: flex;
  padding: 6px 10px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}

.show-chk-div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.layer-popup .show-chk-wrap a {
  font-size: 16px;
  color: #505050;
  cursor: pointer;
}

.layer-popup .show-chk-wrap a:hover {
  color: #222;
  font-weight: 600;
  transition: 0.3s;
}

.close-popup {
  box-sizing: border-box;
  padding: 4px 12px;
  border: 1px solid #999;
  border-radius: 4px;
}

.close-popup:hover {
  border: 1px solid #505050;
  background-color:#505050;
  color: #fff !important;
  transition: 0.3s;
}

.popup-space {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  top: 5%;
  left: 5%;
  gap: 10px;
  align-items: start;
  z-index: 100;
}


/* main */
#main {
  width: 100%;
  height: 100vh;
  position: relative;
}

.banner-swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.banner-swiper-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-swiper-pagination {
  width: fit-content !important;
  position: absolute;
  bottom: 24px !important;
  left: 50% !important;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 20;
}

.banner-swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.40);
}

.banner-swiper-pagination .swiper-pagination-bullet-active {
  width: 36px;
  background: rgba(255, 255, 255, 0.95);
}

.mo-banner {
  display: none;
}


/* section2 */
#section2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.st2-container {
  width: 100%;
  background: #FFF;
  padding: 200px 0 200px 160px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.st2-div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.st2-div div {
  color: #121212;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: -0.5px;
}

.st2-zello {
  width: 595px;
  position: absolute;
  right: 160px;
  bottom: 0;
}

.full-img {
  width: 100%;
}

.mo-img {
  display: none;
}


/* section3 */
#section3 {
  width: 100%;
  background: url(../img/st3-bg.png);
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  box-sizing: border-box;
  padding: 160px 0;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  overflow: hidden;
}

.st3-div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.st3-container {
  max-width: 1220px;
  width: 90%;
  display: flex;
  align-items: stretch;
  gap: 20px;
  justify-content: center;
}

.st3-box {
  display: flex;
  width: calc(50% - 10px);
  box-sizing: border-box;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 32px;
  background: rgba(44, 44, 46, 0.85);
}

.st3-box-tit {
  color: #E6ECEF;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 125%; /* 35px */
  letter-spacing: -0.7px;
  display: flex;
  box-sizing: border-box;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: rgba(18, 18, 18, 0.40);
}

.st3-box-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.st3-box-wrap>p {
  color: #B0BEC5;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.45px;
}

.st3-box-div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.st3-box-div div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #B0BEC5;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.45px;
}

.st3-chart {
  width: 100%;
  padding: 42px 20px;
}

.source {
  width: 100%;
  padding-top: 8px;
  color: #565658;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.45px;
  border-top: 1px solid #565658;
  word-break: keep-all;
}


/* section4 */
#section4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 160px;
  background: url(../img/st4-bg.png);
  background-position: bottom center !important;
  background-size: cover !important;
  box-sizing: border-box;
  padding: 160px 0;
}

.st4-container {
  max-width: 1000px;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.st4-img {
  width: 380px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.why-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
}

.why-wrap {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.why-wrap:nth-child(2) {
  width: 100%;
}

.why-div {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.why-num {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
  display: flex;
  width: 36px;
  aspect-ratio: 1 / 1;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background:#D81B60;
}

.why-txt {
  color: #2C2C2E;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
}

.st4-mo-container {
  display: none;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 28px 0;
}

.st4-mo-container .why-div {
  width: 50%;
}

.payback-div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.payback-div p {
  color: #121212;
  text-align: center;
  font-size: 80px;
  font-weight: 900;
  line-height: 130%; /* 104px */
  letter-spacing: -2px;
}

.payback-div p span {
  color: #D81B60;
}


/* section5 */
#section5 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 60%, rgba(176, 190, 197, 0.20) 100%);
  box-sizing: border-box;
  padding: 160px 0;
}

.st5-container {
  max-width: 1220px;
  width: 90%;
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.st5-box {
  width: calc(50% - 10px);
  border-radius: 40px;
  border: 1px solid #E6ECEF;
  background: #FFF;
  box-shadow: 0px 0px 24px 0px rgba(176, 190, 197, 0.40);
  display: flex;
  box-sizing: border-box;
  padding: 60px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 48px;
  position: relative;
}

.st5-box:hover {
  transform: translateY(-10px);
}

.st5-box-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.st5-box-div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.st5-box-tit {
  color: #2C2C2E;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%; /* 52px */
  letter-spacing: -1px;
}

.st5-box-type {
  color: #B0BEC5;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
}

.st5-box-content {
  color: #565658;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.45px;
}

.st5-img {
  width: 333px;
  position: absolute;
  right: 60px;
  bottom: 0;
}

.st5-box-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.st5-box-wrap img {
  width: 80%;
}

.elfbar-award {
  width: 100%;
  border-radius: 20px;
  background: rgba(230, 236, 239, 0.60);
  display: flex;
  box-sizing: border-box;
  padding: 20px 40px;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}

.elfbar-award p {
  color: #172554;
  font-size: 20px;
  font-weight: 800;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
}

.elfbar-award div {
  color: #6D6D70;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: -0.35px;
}


/* section6 */
#section6 {
  width: 100%;
  display: flex;
  padding-top: 160px;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  background: #FFF;
  overflow: hidden;
}

.st6-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.st6-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.st6-container img {
  width: 100%;
  object-fit: cover;
}

.st6-container img:hover {
  transform: scale(1.1);
}

.st6-img-div {
  overflow: hidden;
}

.st6-1st, .st6-3rd {
  width: 100%;
  display: flex;
  align-items: stretch;
}

.st6-1st>.st6-img-div:first-child {
  width: 70%;
}

.st6-1st .st6-img-wrap {
  width: 30%;
  display: flex;
  flex-direction: column;
}

.st6-1st .st6-img-wrap .st6-img-div {
  width: 100%;
  height: 50%;
  object-fit: cover;
}

.st6-1st .st6-img-wrap .st6-img-div img {
  height: 100%;
}

.st6-2nd {
  overflow: hidden;
}

.st6-2nd, .st6-2nd img {
  width: 100%;
}

.st6-3rd .st6-img-div {
  width: 33.5%;
}

.st6-3rd .st6-img-div img {
  height: 100%;
}

.st6-mo-img {
  display: none;
}


/* section7 */
#section7 {
  width: 100%;
  box-sizing: border-box;
  padding: 160px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  background: url(../img/st7-bg.png);
  background-position: center center !important;
  background-size: cover !important;
}

.st7-container {
  max-width: 820px;
  width: 90%;
  display: flex;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}

.st7-box {
  display: flex;
  width: calc(50% - 10px);
  box-sizing: border-box;
  padding: 40px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 40px 0px 0px 0px;
  background: rgba(81, 176, 255, 0.20);
  backdrop-filter: blur(7px);
}

.st7-box:first-child {
  border-radius: 40px 0px 0px 0px;
}

.st7-box:nth-child(2) {
  border-radius: 0px 40px 0px 0px;
  background: rgba(23, 37, 84, 0.90);
}

.st7-box:nth-child(3) {
  border-radius: 0px 0px 0px 40px;
  background: rgba(23, 37, 84, 0.90);
}

.st7-box:last-child {
  border-radius: 0px 0px 40px 0px;
}

.st7-box div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.st7-box div p {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%; /* 36.4px */
  letter-spacing: -0.7px;
}

.st7-box div p:first-child {
  color: #2C2C2E;
}

.st7-box div p:last-child {
  color: #172554;
  font-weight: 800;
}


/* section8 */
#section8 {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 160px 0;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  align-self: stretch;
  background: rgba(230, 236, 239, 0.40);
}

#section8 .mo-tit {
  display: none;
}

#section8 .st-sub-tit {
  color: #2C2C2E;
}

#section8 .st-sub-tit span {
  position: relative;
}

#section8 .st-sub-tit .extrabold {
  z-index: 5;
}

.st8-highlight {
  width: 100%;
  position: absolute;
  left: -2px;
  bottom: 0;
}

.cost-table {
  max-width: 800px;
  width: 90%;
  border-collapse: collapse;
}

.cost-table th {
  color: #2C2C2E;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
  padding: 12px 0px;
  background: #E6ECEF;
}

.cost-table th:first-child {
  border-radius: 12px 0 0 12px;
}

.cost-table th:last-child {
  border-radius: 0 12px 12px 0;
}

.cost-table thead tr {
  overflow: hidden;
}

.cost-table td {
  color: #565658;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.45px;
  padding: 20px 0px;
}

.cost-table tr:first-child td {
  border-bottom: 1px solid #CAD4DA;
}

.cost-table tbody tr:last-child td {
  background: #172554;
  border-bottom: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
  color: #FFF;
}

.cost-table tbody tr:last-child td:first-child {
  border-radius: 12px 0 0 12px;
}

.cost-table tbody tr:last-child td:last-child {
  color: #FFCA28;
  border-radius: 0 12px 12px 0;
}

.cost-container {
  max-width: 1120px;
  width: 90%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
}

.cost-box {
  width: calc(33.3% - 13.3px);
  display: flex;
  box-sizing: border-box;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  border-radius: 20px;
  background: #E6ECEF;
}

.cost-tit {
  width: 100%;
  color: #2C2C2E;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.6px;
  padding-bottom: 9px;
  border-bottom: 1px solid #CAD4DA;
}

.cost-txt {
  width: 100%;
  color: #6D6D70;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
  letter-spacing: -0.45px;
}

.through {
  text-decoration: line-through;
}

.cost {
  width: 100%;
  color: #2C2C2E;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.6px;
  padding: 8px 0;
}

.cost span {
  font-size: 60px;
  line-height: 130%; /* 78px */
  letter-spacing: -1.5px;
}

.detail-container {
  max-width: 1120px;
  width: 90%;
  display: flex;
  flex-direction: column;
}

.detail-wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #CAD4DA;
}

.detail-div {
  width: 50%;
  color: #6D6D70;
  text-align: center;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.45px;
}

.detail-div span {
  color: #2C2C2E;
  font-weight: 700;
}


/* section9 */
#section9 {
  width: 100%;
  box-sizing: border-box;
  padding: 160px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  background: url(../img/st9-bg.png);
  background-position: center center !important;
  background-size: cover !important;
}

.st9-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.process-container {
  max-width: 1160px;
  width: 90%;
  display: flex;
  align-items: stretch;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.process-box {
  width: calc(25% - 15px);
  display: flex;
  box-sizing: border-box;
  padding: 24px 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  background: linear-gradient(127deg, rgba(0, 0, 0, 0.00) 16.27%, rgba(0, 0, 0, 0.08) 81.14%), rgba(255, 255, 255, 0.04);
}

.process-num {
  color: #B0BEC5;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%; /* 26px */
  letter-spacing: -0.5px;
}

.process-box:hover .process-num {
  color: #51B0FF;
}

.process-box:hover {
  box-shadow: inset 0 -1px 0 0 #FFF,     /* 아래 */
  inset 0 1px 0 0 #FFF,      /* 위 */
  inset 1px 0 0 0 #FFF,      /* 오른쪽 */
  inset -1px 0 0 0 #FFF;     /* 왼쪽 */
}

.process-txt {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.6px;
}

/* contact */
#contact {
  box-sizing: border-box;
  padding: 160px 0 120px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/contact-bg.png);
  background-position: center center !important;
  background-size: cover !important;
}

.contact-container {
  max-width: 1240px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-left {
  width: calc(100% - 680px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 55px;
}

.contact-left-div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.contact-logo {
  padding: 7.464px 0.961px 7.593px 2.091px;
  width: 147px;
}

.contact-img {
  width: 100%;
}

.contact-form {
  display: flex;
  width: 640px;
  box-sizing: border-box;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  background: #FFF;
  border-radius: 20px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
}

.item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

input[type="text"], input[type="tel"], textarea {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  height: 48px;
  padding: 0 12px;
  color: #1A1A1A;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.4px !important;
  border-radius: 8px;
  border: 1.2px solid #CAD4DA;
  background: #FFF;
}

input[type="text"]:focus, input[type="tel"]:focus, textarea:focus {
  outline: none;
  border: 1px solid #51B0FF !important;
  box-shadow: none !important;
}

input[type="text"]::placeholder, input[type="tel"]::placeholder, textarea::placeholder {
  color: #6D6D70;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

textarea {
  padding: 12px;
  height: 180px;
  resize: none;
}

.item label {
  box-sizing: border-box; 
  padding: 0px 4px;
  color: #121212;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 130% !important; /* 23.4px */
  letter-spacing: -0.45px !important;
}

.item label span {
  color: #D81B60;
}

.s-btn-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-tab {
  max-width: 160px;
  width: 50%;
  height: 44px;
  box-sizing: border-box;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #E6ECEF;
  background: #E6ECEF;
  color: #565658;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  letter-spacing: -0.4px;
  cursor: pointer;
  transition: 0.1s !important;
}

.have {
  color: #FFF;
  border: 1px solid #3390E6;
  background: #3390E6;
  font-weight: 700;
}

.form-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.agree-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.round-checkbox {
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50px;
  appearance: none;
  position: relative;
  cursor: pointer;
  background: #FFF;
  border: 1.2px solid #CAD4DA;
}

.round-checkbox:checked::before {
  font-size: 100%;
  color: #fff;
  position: relative;
}

.round-checkbox:checked {
  background-image: url("../img/check.png");
  background-size: 11px !important;
  background-position: center center !important;
  background-color: #51B0FF;
  background-repeat: no-repeat;
  border: none;
}

.agree {
  color: #333;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 150% !important; 
  letter-spacing: -0.4px !important;
  cursor: pointer;
}

.c-btn {
  width: 100%;
  background: #51B0FF;
  display: flex;
  box-sizing: border-box;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: #FFF;
  font-size: 20px;
  line-height: 150%; /* 140% */
  font-weight: 700;
  letter-spacing: -0.5px;
  border: none;
  border-radius: 8px;
}

.c-btn:hover {
  background: #3390E6;
}

@media(min-width: 1700px) {
  .st2-container {
    padding: 200px 0 200px 200px;
  }
  .st2-zello {
    width: 650px;
    right: 200px;
  }
}

@media(max-width: 1500px) {
  .st2-container {
    padding: 200px 0 200px 100px;
  }
  .st2-zello {
    right: 100px;
  }
  #section3, #section5, #section7, #section8, #section9, #contact {
    padding: 120px 0;
    gap: 80px;
  }
  #section4 {
    padding: 120px 0;
    gap: 100px;
  }
  #section6 {
    padding-top: 120px;
    gap: 80px;
  }
}

@media (max-width: 1280px) {
  .st2-container {
    padding: 150px 0 150px 60px;
  }
  .st2-zello {
    width: 520px;
    right: 60px;
  }
  .st2-div div {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  #section3, #section4, #section5, #section7, #section8, #section9, #contact {
    padding: 100px 0;
  }
  .st3-box {
    padding: 30px;
  }
  .st3-box-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st3-box-wrap>p, .st3-box-div div, .source {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .why-txt {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .payback-div p {
    font-size: 72px;
    letter-spacing: -1.8px;
  }
  .st5-box {
    padding: 40px;
  }
  .st5-box-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st5-box-type, .elfbar-award p{
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .elfbar-award {
    padding: 15px 30px;
    gap: 30px;
  }
  #section6 {
    padding-top: 100px;
  }
  .st6-1st>img {
    width: 60%;
  }
  .st6-1st div {
    width: 40%;
  }
  .st7-box {
    padding: 30px 15px;
  }
  .st7-box div p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .process-txt {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .contact-left {
    width: calc(100% - 560px);
  }
  .contact-form {
    width: 520px;
    gap: 25px;
  }
}

@media(max-width: 1100px) {
   .st5-img {
    width: 300px;
    right: 40px;
  }
  .contact-left {
    width: calc(100% - 510px);
  }
  .contact-form {
    width: 470px;
  }
}

@media(max-width: 1024px) {
  #main {
    height: calc(100vh - 60px);
  }
  .st2-container {
    padding: 100px 0 100px 40px;
  }
  .st2-zello {
    width: 450px;
    right: 40px;
  }
  .st3-box {
    padding: 20px;
  }
  .st3-box-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st3-box-wrap>p, .st3-box-div div, .source {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st3-chart {
    padding: 0;
  }
  .st4-img {
    width: 340px;
  }
  .why-container {
    gap: 50px;
  }
  .st5-box {
    padding: 30px;
  }
  .st5-box-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st5-box-content {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .elfbar-award {
    padding: 10px 20px;
    gap: 20px;
  }
  .elfbar-award div {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st5-img {
    width: 270px;
  }
  .cost-box {
    padding: 20px;
  }
  .cost-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .cost-txt {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .cost {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
  .cost span {
    font-size: 56px;
    letter-spacing: -1.4px;
  }
  .process-container {
    gap: 14px;
  }
  .process-box {
    padding: 20px;
    width: calc(25% - 13px);
  }
  .contact-container {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .contact-left {
    width: 100%;
  }
  .contact-img, .contact-logo {
    display: none;
  }
  .contact-form {
    width: 550px;
    gap: 40px;
  }
}

@media(max-width: 900px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .layer-popup .show-chk-wrap {
    margin-top: 0;
  }
  .layer-popup .show-chk-wrap a {
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.35px;
  }
  .layer-popup .show-chk-wrap .x-btn {
    padding: 0 15px;
  }
  .banner-swiper-pagination {
    bottom: 20px;
  }
  .st2-container {
    padding: 60px 40px 0;
    flex-direction: column;
    gap: 60px;
  }
  .st2-div {
    gap: 20px;
    align-items: center;
  }
  .st2-div .st-tit {
    text-align: center;
  }
  .st2-div div {
    font-size: 16px;
    letter-spacing: -0.4px;
    text-align: center;
  }
  .st2-zello {
    position: static;
  }
  .st-top svg {
    width: 50px;
    height: 50px;
  }
  #section3, #section4, #section5, #section7, #section8, #section9, #contact {
    padding: 80px 0;
    gap: 60px;
  }
  .st3-box-tit {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st3-box-wrap>p, .st3-box-div div, .source {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st4-img {
    width: 300px;
  }
  .why-container {
    gap: 40px;
  }
  .why-num {
    width: 32px;
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .why-txt {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .payback-div p {
    font-size: 64px;
    letter-spacing: -1.6px;
  }
  .st5-box {
    gap: 28px;
    padding: 24px;
  }
  .st5-box-inner {
    gap: 14px;
  }
  .st5-box-div {
    gap: 4px;
  }
  .st5-box-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st5-box-content {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .elfbar-award div {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
  .st5-img {
    width: 230px;
  }
  #section6 {
    padding-top: 80px;
    gap: 60px;
  }
  .st6-top, .st9-top {
    gap: 25px;
  }
  .st6-3rd {
    flex-wrap: wrap;
  }
  .st6-3rd .st6-img-div {
    width: 50%;
    aspect-ratio: 1 / 0.7;
  }
  .st6-mo-img {
    display: block;
  }
  .st7-container {
    gap: 10px;
  }
  .st7-box {
    width: calc(50% - 5px);
    gap: 10px;
  }
  .st7-box svg {
    width: 40px;
    height: 40px;
  }
  .st7-box div p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .cost-container {
    gap: 8px;
  }
  .cost-box {
    width: calc(33.3% - 5.6px);
  }
  .cost-tit {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .cost-txt {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .cost {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .cost span {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .process-box {
    width: calc(33.3% - 9.5px);
    min-height: 130px;
  }
}

@media (max-width: 768px) {
  .layer-popup {
    position: fixed;
    top: 5%;
    left: 5%;
  }
  .pc-banner {
    display: none;
  }
  .mo-banner {
    display: flex;
  }
  #section3, #section4, #section5, #section7, #section8, #section9, #contact {
    padding: 60px 20px;
    gap: 40px;
  }
  .st3-container {
    width: 100%;
    flex-direction: column;
    gap: 14px;
  }
  .st3-box {
    padding: 30px;
    width: 100%;
  }
  .st3-chart {
    padding: 20px 10px;
  }
  .st3-box-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st3-box-wrap>p, .st3-box-div div, .source {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st4-container {
    width: 100%;
  }
  .st4-img {
    width: 280px;
  }
  .why-container {
    gap: 28px;
  }
  .why-div {
    gap: 6px;
  }
  .why-num {
    width: 28px;
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .why-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .payback-div img {
    width: 90px;
  }
  .payback-div p {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .payback-div p span {
    font-size: 60px;
    line-height: 110%;
    letter-spacing: -1.5px;
  }
  .st5-container {
    width: 100%;
    flex-direction: column;
    gap: 14px;
  }
  .st5-box {
    width: 100%;
    padding: 40px;
  }
  .st5-box:first-child {
    height: 550px;
  }
  .st5-img {
    width: 270px;
  }
  .st5-box-tit {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .st5-box-type, .elfbar-award p {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st5-box-content {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .elfbar-award {
    padding: 15px 30px;
    gap: 40px;
  }
  .elfbar-award div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  #section6 {
    padding-top: 60px;
    gap: 40px;
  }
  .st7-container {
    width: 100%;
    gap: 8px;
  }
  .st7-box {
    width: calc(50% - 4px);
  }
  .cost-table, .cost-container, .detail-container {
    width: 100%;
  }
  .cost-table td {
    font-size: 16px;
    letter-spacing: -0.4px;
    padding: 15px 0;
  }
  .cost-table th, .cost-table tbody tr:last-child td {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .cost-box {
    gap: 6px;
  }
  .cost-tit {
    font-size: 16px;
    letter-spacing: -0.4px;
    padding-bottom: 6px;
  }
  .cost {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .cost span {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .detail-div {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .detail-wrap {
    padding: 15px 0;
  }
  .process-container {
    width: 100%;
  }
  .contact-container {
    gap: 40px;
  }
}

@media (max-width: 650px) {
  .banner-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .banner-swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
  }
  .st2-container {
    padding: 60px 20px 0;
  }
  .st2-container .st-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st2-zello {
    width: 400px;
  }
  .st3-line {
    height: 40px;
  }
  .st3-div {
    gap: 14px;
  }
  .st3-div .st-tit {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st-top svg {
    width: 40px;
    height: 40px;
  }
  .st3-div .st-tit span {
    font-size: 32px;
    line-height: 130%;
    letter-spacing: -0.8px;
  }
  .st3-box-tit {
    font-size: 18px;
    letter-spacing: -0.45px;
    padding: 4px 12px;
    border-radius: 6px;
  }
  .st3-box-div {
    gap: 12px;
  }
  .st3-box-wrap>p, .st3-box-div div, .source {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .source {
    padding-top: 4px;
  }
  .st3-box {
    padding: 20px;
    border-radius: 16px;
  }
  .st3-chart {
    padding: 0;
  }
  .st4-container {
    display: none;
  }
  .st4-mo-container {
    display: flex;
  }
  .why-num {
    width: 30px;
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .why-txt {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .payback-div img {
    width: 75px;
  }
  .payback-div p {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .st5-box {
    padding: 24px;
    border-radius: 20px;
    border: 0.5px solid #E6ECEF;
    box-shadow: 0px 0px 12px 0px rgba(176, 190, 197, 0.40);
  }
  .st5-box:first-child {
    height: 550px;
  }
  .st5-img {
    width: 270px;
  }
  .st5-box-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st5-box-type, .elfbar-award p {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .st5-box-content {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st5-box-wrap {
    gap: 14px;
  }
  .st6-1st>.st6-img-div:first-child img {
    height: 100%;
  }
  .elfbar-award {
    padding: 10px 20px;
    gap: 20px;
    border-radius: 10px;
  }
  .elfbar-award div {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .st6-top {
    gap: 12px;
  }
  .st6-1st>.st6-img-div:first-child {
    width: 65%;
  }
  .st6-1st .st6-img-wrap {
    width: 35%;
  }
  .st6-3rd .st6-img-div {
    aspect-ratio: 1 / 0.6;
  }
  #section7 .st-tit {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .st7-box {
    padding: 16.341px 8.171px;
    gap: 8px;
  }
  .st7-box svg {
    width: 35px;
    height: 35px;
  }
  .st7-box div p {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st7-box:first-child {
    border-radius: 16.341px 0px 0px 0px;
  }
  .st7-box:nth-child(2) {
    border-radius: 0px 16.341px 0px 0px;
  }
  .st7-box:nth-child(3) {
    border-radius: 0px 0px 0px 16.341px;
  }
  .st7-box:last-child {
    border-radius: 0px 0px 16.341px 0px;
  }
  #section8 .pc-tit {
    display: none;
  }
  #section8 .mo-tit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
  #section8 .mo-tit>span:first-child {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.5px;
    font-weight: 400;
  }
  #section8 .mo-tit .extrabold {
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.5px;
  }
  .cost-table th:first-child {
    border-radius: 8px 0 0 8px;
  }
  .cost-table th:last-child {
    border-radius: 0 8px 8px 0;
  }
  .cost-table tbody tr:last-child td:first-child {
    border-radius: 8px 0 0 8px;
  }
  .cost-table tbody tr:last-child td:last-child {
    border-radius: 0 8px 8px 0;
  }
  .cost-box {
    border-radius: 16px;
  }
  .cost {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .cost span {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .detail-wrap {
    padding: 11px 0;
  }
  .detail-div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st9-top {
    gap: 14px;
  }
  .process-box {
    gap: 8px;
    min-height: unset;
    width: calc(50% - 7px)
  }
  .process-num, .process-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .contact-container, .contact-form {
    width: 100%;
  }
  .contact-form {
    padding: 20px;
  }
}

@media(max-width: 550px) {
  .cost-container {
    flex-wrap: wrap;
  }
  .cost-box {
    width: calc(50% - 4px);
  }
  .cost-box:last-child {
    width: 100%;
  }
  .cost-box:last-child .cost {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .cost-box:last-child .cost span {
    font-size: 52px;
    letter-spacing: -1.3px;
  }
  .detail-wrap {
    flex-direction: column;
    padding: 0;
    border-bottom: none;
  }
  .detail-div {
    width: 100%;
    padding: 11px 20px;
    text-align: left;
    border-bottom: 0.299px solid var(--Silver-200, #CAD4DA);
  }
}

@media (max-width: 480px) {
  #main, .banner-swiper-container, .banner-swiper-container .swiper-wrapper {
    height: auto;
  }
  .st2-container, .st2-div {
    align-items: flex-start;
  }
  .st2-div div, .st2-div .st-tit {
    text-align: left;
  }
  .st2-zello {
    width: 80%;
    margin-left: auto;
  }
  .pc-img {
    display: none;
  }
  .mo-img {
    display: block;
  }
  .why-num {
    width: 28px;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.4px;
  }
  .why-txt {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st5-box {
    padding: 24px;
    border-radius: 20px;
    border: 0.5px solid #E6ECEF;
    box-shadow: 0px 0px 12px 0px rgba(176, 190, 197, 0.40);
  }
  .st5-box:first-child {
    height: 465px;
  }
  .st5-img {
    width: 200px;
    right: 28px;
  }
  .st5-box-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st5-box-type {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st5-box-content {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st5-box-wrap img {
    width: 70%;
  }
  .elfbar-award p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st6-3rd img {
    aspect-ratio: 1 / 0.55;
  }
  .st6-1st>.st6-img-div:first-child, .st6-1st .st6-img-wrap  {
    height: 200px;
  }
  .st7-box svg {
    width: 28px;
    height: 28px;
  }
  .st7-box div p {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .cost-table td {
    font-size: 14px;
    letter-spacing: -0.35px;
    padding: 12px 0;
  }
  .cost-table th, .cost-table tbody tr:last-child td {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .cost-table th {
    padding: 8px 0;
  }
  .cost-table th:first-child {
    width: 30%;
  }
  .cost-table th:nth-child(2) {
    width: 30%;
  }
  .cost-table th:last-child {
    width: 40%;
  }
  .cost {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .cost-box:last-child .cost {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .process-txt {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .contact-form {
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
}

@media(max-width: 400px) {
  .why-num {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .why-txt {
    font-size: 16px;
    letter-spacing: -0.4px;
  }
  .st6-1st>.st6-img-div:first-child, .st6-1st .st6-img-wrap  {
    height: 187px;
  }
  .elfbar-award p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .elfbar-award div {
    font-size: 10px;
    letter-spacing: -0.25px;
  }
}

@media(max-width: 370px) {
  .st2-container .st-tit {
    font-size: 24px;
    letter-spacing: -0.6px;
  }
  .st2-div div {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .st3-div .st-tit {
    font-size: 18px;
    letter-spacing: -0.45px;
  }
  .st3-div .st-tit span {
    font-size: 28px;
    letter-spacing: -0.7px;
  }
  .why-num {
    width: 25px;
    font-size: 13px;
    letter-spacing: -0.325px;
  }
  .why-txt {
    font-size: 15px;
    letter-spacing: -0.375px;
  }
  .st6-1st>.st6-img-div:first-child, .st6-1st .st6-img-wrap  {
    height: 180px;
  }
  .payback-div img {
    width: 65px;
  }
  .payback-div p {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .payback-div p span {
    font-size: 48px;
    letter-spacing: -1.2px;
  }
  .st5-box:first-child {
    height: 440px;
  }
  .st7-box div p {
    font-size: 14px;
    letter-spacing: -0.35px;
  }
  .cost-box {
    padding: 15px;
  }
}
