body {
  margin: 0;
  min-width: 360px;
}

a {
  color: inherit !important;
  text-decoration: none;
}

* {
  font-family: Pretendard !important;
  box-sizing: border-box;
}

.layout {
  max-width: 1440px;
  margin: 0 auto;
}

br.mobile {
  display: none;
}

button {
  border: none;
}

.blue {
  color: #007cfb;
}

nav {
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  padding: 18px 0;
  background-color: #107BFB;
  font-size: 16px;
}

nav>div {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}

.isPc {
  display: block;
}
.isMobile {
  display: none;
}

.section1 {
  padding-top: 55px;
}

.section1 .layout {
  position: relative;
  width: 100%;
  max-width: none;
  height: 640px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* 그대로 100% */
  overflow: hidden;
}

.image-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  object-fit: cover;
  z-index: 1;
}

.content {
  z-index: 3;
  width: 1120px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.section1-title {
  color: #FFFFFF;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: -0.168px;
}

.section1-subtitle {
  color: #FFFFFF;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.348px;
}

.section1-button {
  border-radius: 60px;
  width: fit-content;
  background: #107BFB;
  display: flex;
  padding: 20px 32px;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.144px;
}

/* section2 */
.section2 {
  padding: 60px 0;
}

.section2 .layout {
  display: flex;
  width: 1155px;
  max-width: 1200px;
  align-items: center;
}

.section2-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex: 1 0 0;
}

.section2-container-title {
  color: #75787B;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.132px;
}

.section2-container-subtitle {
  color: #107BFB;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.288px;
}

.section2-divider {
  width: 2px;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 999px;
  background: #E2E2E2;
}

/* section3 */
.section3 {
  padding: 120px 0;
  background-color: #FAFAFB;
}

.section3 .layout {
  display: flex;
  max-width: 1120px;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.section-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1 0 0;
}

.section-title {
  color: #333;
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.288px;
}

.section-subtitle {
  color: #75787B;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: -0.132px;
}

.section-right {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
}

.section3-card-left {
  margin-left: 48px;
  display: inline-flex;
  width: fit-content;

  padding: 24px 20px;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid #F1F4F7;
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);

  color: #31363C;

  font-family: SUITE !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.section3-card-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.section3-card-text {
  margin-top: 23px;
  margin-right: 48px;
  padding: 24px 20px;

  border-radius: 16px;
  border: 1px solid #F1F4F7;
  background: #107BFB;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);

  color: #FFF;

  font-family: SUITE !important;
  text-align: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.section3-card-right span {
  color: #FFF;
  font-family: SUITE !important;
  font-size: 28px;
  font-weight: 800;
  line-height: 140%;
}

.section3-caption {
  margin-top: 10.5px;
  margin-right: 48px;

  display: flex;
  justify-content: end;

  color: #75787B;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
}

/* section4 */
.section4 {
  background: #FFF;
  padding: 120px 0;
}

.section4 .layout {
  display: flex;
  max-width: 1120px;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.section4-right {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 12px;
}

.section4-cart-card-container {
  display: flex;
  padding-top: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;

  border-radius: 16px;
  background: #EEF7FF;
  overflow: hidden;
}

.section4-cart-card-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.section4-cart-card-text {
  display: flex;
  padding-left: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.section4-cart-card-text>span:nth-child(1) {
  color: #75787B;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.132px;
}

.section4-cart-card-text>span:nth-child(2) {
  color: #107BFB;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.192px;
}

.section4-card-group {
  display: flex;
  gap: 12px;
}

.section4-card {
  display: flex;
  padding: 28px;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  flex: 1 0 0;
  border-radius: 16px;
  background: #EEF7FF;
}

.section4-card-text {
  display: flex;
  flex-direction: column;
  text-align: start;
  gap: 12px;
  flex: 1 0 0;
}

.section4-img-container {
  display: flex;
  justify-content: flex-end;
}

.section4-card-text>span:nth-child(1) {
  color: #75787B;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.132px;
}

.section4-card-text>span:nth-child(2) {
  color: #107BFB;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.192px;
}

/* section5 */
.section5 {
  background: #FAFAFB;
  padding: 120px 0;
}

.section5 .layout {
  display: flex;
  max-width: 1120px;
  justify-content: center;
  gap: 20px;
}

.section5-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  align-items: center;
}

.section5-massage {
  width: 100%;
  height: 80px;
  border-radius: 14px;
  border: 1px solid #E2E2E2;
  background: #FFF;
  display: flex;
  padding: 16px 28px;
  align-items: center;
  gap: 12px;
}

.section5-massage span {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.132px;
}

/* section6 */
.section6 {
  background: #FFF;
  padding: 120px 0;
}

.section6 .layout {
  display: flex;
  max-width: 1120px;
  justify-content: center;
  gap: 20px;
}

.section6-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.section6-massage {
  display: flex;
  padding: 20px 28px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;

  border-radius: 14px;
  border: 1px solid #E2E2E2;
  background: #F2F7FC;
}

.section6-label {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;

  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
}

.section6-massage span {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.132px;
}

/* section7 */
.section7 {
  background: #107BFB;
  padding: 120px 0;
}

.section7 .layout {
  display: flex;
  max-width: 1120px;
  justify-content: center;
  gap: 20px;
}

.section7-subtitle {
  margin-top: 12px;
  color: #D9E6FF;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.section7-right {
  flex: 1;
  display: flex;
  padding: 32px 28px;
  flex-direction: column;
  align-items: center;
  gap: 18px;

  border-radius: 20px;
  border: 1px solid #EBEBEB;
  background: #FFF;
}


.section7-input-label {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.section7-input-label span {
  color: #107BFB;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.section7-input {
  padding: 16px 18px;
  border-radius: 8px;
  border: 1px solid #d1d6db;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}

.section7 .section-left {
  justify-content: flex-start;
}

.section7-input-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  align-self: stretch;
}

.section7-input::placeholder {
  color: #8b95a1;
}

.section7-input-item.checkbox input {
  border: 1px solid #d1d6db;
  width: 24px;
  height: 24px;
  margin: 0;
  border-radius: 6px;
  background-color: #fff;
  appearance: none;
}

.section7-input-item.checkbox input:checked {
  appearance: auto;
}

.section7-input-item.checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.section7-select {
  padding: 16px 18px;
  border-radius: 8px;
  border: 1px solid #d1d6db;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  appearance: none;
  background-color: white;
  position: relative;
}

.section7-select::placeholder {
  font-size: 14px;
}

.section7-button {
  display: flex;
  padding: 14px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #107BFB;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  align-self: stretch;
}

.section7-button:disabled {
  opacity: 0.5;
}

.section7-subtitle-mobile {
  display: none;
}

/* footer */
footer {
  background-color: #2C2E30;
  padding: 60px 0;
}

footer .layout {
  display: flex;
  max-width: 1120px;
  flex-direction: column;
  gap:10px
}

footer .layout div:nth-child(1) {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.096px;
}

footer .layout div:nth-child(2) {
  color: #D1D6DB;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: -0.084px;
}

input {
  accent-color: #107BFB;
}

.float-btn {
  position: fixed;
  z-index: 99;
  right: 30px;
  bottom: 30px;
}

.float-btn .call {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;

  border-radius: 60px;

  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.12px;

  background: #107BFB;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
  color: #fff !important;
}

@media (max-width: 1440px) {
  .image-wrapper img {
    width: auto;
    height: 640px;
  }
}
@media (max-width: 1120px) {
  .isPc {
    display: none;
  }
  .isMobile {
    display: block;
  }

  .layout {
    width: 100%;
    padding: 0 16px;
  }

  br.mobile {
    display: block;
  }

  .content {
    top: 140px;
    left: 0px;
    padding: 0 16px;
    align-items: center;
  }

  .gradient-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%),
      linear-gradient(135deg, rgba(0, 0, 0, 0.20) 30.24%, rgba(0, 0, 0, 0.00) 75.18%),
      linear-gradient(97deg, rgba(0, 0, 0, 0.50) 42.56%, rgba(0, 0, 0, 0.00) 61.2%);
  }

  .section1-title {
    font-size: 22px;
    text-align: center;

  }

  .section1-subtitle {
    font-size: 40px;
    text-align: center;
  }

  .section2 {
    padding: 48px 0;
  }

  .section2 .layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 12px;
  }

  .section2-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }

  .section2-container-title {
    color: #75787B;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.144px;
  }

  .section2-container-subtitle {
    color: #107BFB;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.144px;
  }

  .section2-divider {
    width: 32px;
    height: 2px;
    border-radius: 999px;
    background: #E2E2E2;
    align-self: auto;
  }

  /* section3 */
  .section3 {
    padding: 60px 0;
    background-color: #FAFAFB;
  }

  .section3 .layout {
    flex-direction: column;
    align-items: center;
    gap: 48px;
    width: 360px;
  }

  .section-left {
    gap: 14px;
  }

  .section-title {
    text-align: center;
    font-size: 28px;
    letter-spacing: -0.168px;
  }

  .section-subtitle {
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.096px;
  }

  .section-right {
    padding: 7px 9.697px 7.746px 10.204px;
    width: 100%;
  }

  .section3-card-left {
    margin-left: 0px;
    display: flex;
    padding: 14.941px 12.451px;
    flex-direction: column;
    border-radius: 9.961px;
    border: 0.623px solid #F1F4F7;
    box-shadow: 0px 2.49px 4.98px 0px rgba(0, 0, 0, 0.05);
    font-size: 14.941px;
  }

  .section3-card-text {
    margin-top: 14.7px;
    margin-right: 0px;
    display: flex;
    flex-direction: column;
    gap: 6.226px;
    flex-shrink: 0;
    padding: 14.941px 12.451px;
    border-radius: 16px;
    border-radius: 9.961px;
    border: 0.623px solid #F1F4F7;
    background: #107BFB;
    box-shadow: 0px 2.49px 4.98px 0px rgba(0, 0, 0, 0.05);
    font-size: 14.941px;
  }

  .section3-card-right span {
    font-size: 17.432px;
  }

  .section3-caption {
    margin-right: 0px;
  }

  /* section4 */
  .section4 {
    padding: 60px 0;
  }

  .section4 .layout {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
  }

  .section4-right {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .section4-cart-card-container {
    display: flex;
    padding-top: 28px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;

    border-radius: 16px;
    background: #EEF7FF;
    overflow: hidden;
  }

  .section4-cart-card-text {
    padding-left: 20px;
  }

  .section4-cart-card-text>span:nth-child(1) {
    font-size: 16px;
    letter-spacing: -0.096px;
  }

  .section4-cart-card-text>span:nth-child(2) {
    font-size: 24px;
    letter-spacing: -0.144px;
  }

  .section4-card-group {
    flex-direction: column;
  }

  .section4-card {
    display: flex;
    padding: 24px 20px;
    flex-direction: row;
  }

  .section4-img-container {
    display: flex;
    justify-content: flex-end;
  }

  .section4-img-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .section4-card-text>span:nth-child(1) {
    font-size: 16px;
    letter-spacing: -0.096px;
  }

  .section4-card-text>span:nth-child(2) {
    font-size: 24px;
    letter-spacing: -0.144px;
  }

  /* section5 */
  .section5 {
    padding: 60px 0;
  }

  .section5 .layout {
    flex-direction: column;
    gap: 48px;
  }

  .section5-massage {
    max-width: 590px;
    width: 100%;
    height: 56px;
    border-radius: 12px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
  }

  .section5-massage span {
    font-size: 14px;
    letter-spacing: -0.084px;
  }

  /* section6 */
  .section6 {
    padding: 60px 0;
  }

  .section6 .layout {
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }

  .section6-right {
    flex-direction: row;
    gap: 12px 8px;
    flex: 1;

    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }

  .section6-massage {
    width: calc(50% - 4px);
    padding: 20px 13px;
    gap: 12px;
  }

  .section6-label {
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;

    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.32px;
  }

  .section6-massage span {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.16px;
  }

  .section6-span-group {
    display: flex;
    flex-direction: column;
  }

  .section6-label-divide {
    display: none;
  }

  /* section7 */
  .section7 {
    padding: 60px 0;
  }

  .section7 .layout {
    flex-direction: column;
    align-items: center;
    gap: 36px;
  }

  .section7-subtitle {
    display: none;
  }

  .section7-right {
    flex: 1;
    max-width: 590px;
    width: 100%;
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    align-items: center;
    gap: 24px;

    border-radius: 20px;
    border: 1px solid #EBEBEB;
    background: #FFF;
  }

  .section7-input-label {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
  }

  .section7-input-label span {
    color: #107BFB;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
  }

  .section7-input {
    padding: 16px 18px;
    border-radius: 8px;
    border: 1px solid #d1d6db;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
  }

  .section7-input-item {
    gap: 8px;
  }

  .section7-input-item.checkbox input {
    border: 1px solid #d1d6db;
    width: 20px;
    height: 20px;
    margin: 0;
    border-radius: 6px;
    background-color: #fff;
    appearance: none;
  }

  .section7-input-item.checkbox input:checked {
    appearance: auto;
    border-radius: 6px;
  }

  .section7-input-item.checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .section7-select {
    padding: 16px 18px;
    border-radius: 8px;
    border: 1px solid #d1d6db;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    appearance: none;
    background-color: white;
    position: relative;
  }

  .section7-button {
    padding: 14px 12px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 130%;
  }

  .section7-subtitle-mobile {
    display: block;
    margin-top: 16px;
    color: #D9E6FF;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
  }

  /* footer */
  footer {
    padding: 80px 0;
  }
  footer .layout {
    gap: 8px;
  }

  footer .layout div:nth-child(1) {
    font-weight: 600;
  }

  footer .layout div:nth-child(2) {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.072px;
  }
}

/* 작은 화면에서는 오른쪽부터 줄어듦 */
@media screen and (max-width: 768px) {
  .section1 .layout {
    transition: all 0.3s ease;
  }

  .image-wrapper {
    width: 200%;
  }

  .image-wrapper img {
    right: -190px;
  }

  .float-btn{
    right: 16px;
    bottom: 24px;
  }

  .float-btn .call{
    font-size: 14px;
    padding: 10px 12px;
  }

  .call img{
    width: 14px;
  }
}