@charset "utf-8";

/* ===== Base Section ===== */
.sec {
  padding: 40px 20px;
}
.sec .cont-wrap {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1200px;
  text-align: center;
}
.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: inherit;
  text-align: center;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== Main Page ===== */
.main-sec {
  margin: 0 auto;
  width: 100%;
  height: auto;
  min-height: 100vh;
  max-height: 1080px;
  background: url('../img/page/main/main-sec-bg.jpg') no-repeat center center;
  background-size: cover;
}
.main-sec .cont-wrap {
  height: auto;
  min-height: calc(100vh - 67px);
  max-height: 1080px;
}
.main-sec .cont-wrap .center-content {
  height: auto;
  min-height: calc(100vh - 67px);
  max-height: 1080px;
}
.main-sec .title {
  line-height: 1.44;
  font-size: 57px;
  color: #000;
  letter-spacing: -1.5px;
}
.main-sec .sub-txt {
  margin: 60px auto 95px;
  line-height: 1.43;
  font-size: 21px;
  color: #000;
  letter-spacing: -0.5px;
}
.main-sec .app-link-wrap {
  gap: 10px;
}
.main-sec .app-link-wrap .item {
  flex-basis: 141px;
}

/* ===== Intro Section ===== */
.intro-sec {
  padding-top: 141px;
  padding-bottom: 0;
}
.intro-sec .title-wrap .app-logo {
  width: 86px;
}
.intro-sec .title-wrap .title {
  margin: 15px auto 45px;
  line-height: 1.46;
  font-size: 48px;
  letter-spacing: -1.5px;
}
.intro-sec .title-wrap .sub-txt {
  line-height: 1.78;
  font-size: 18px;
  letter-spacing: -0.5px;
}
.intro-sec .bubble-wrap {
  flex-direction: column;
  gap: 42px;
  margin: 85px auto 20px;
}
.intro-sec .bubble-wrap .inner-con {
  gap: 28.5px;
}
.intro-sec .bubble-wrap .item.img {
  width: 116px;
  height: 116px;
}
.intro-sec .bubble-wrap .item.txt {
  margin-top: 20px;
  padding: 52px 48px 36px 48px;
  line-height: 1.72;
  width: 825px;
  font-size: 18px;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: -0.5px;
  border-radius: 26px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  background: #fff;
}

/* ===== Information Section ===== */
.information-sec {
  padding-top: 170px;
  padding-bottom: 292px;
}
.information-sec .device-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1155px;
}
.information-sec .inner-con {
  gap: 74px;
}
.information-sec .inner-con .phone-display {
  max-width: 609px;
  transition: all 0.3s;
}
.information-sec .inner-con.ic1 {
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
}
.information-sec .inner-con .info-wrap {
  padding: 110px 0 0;
}
.information-sec .info-wrap .classification {
  line-height: 1.33;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.6px;
  color: #00c2c1;
}
.information-sec .info-wrap .title {
  margin: 30px auto 67px;
  line-height: 1.35;
  font-size: 48px;
  font-weight: bold;
  color: #000;
  letter-spacing: -1.5px;
}
.information-sec .info-wrap .sub-txt {
  line-height: 1.78;
  font-size: 18px;
  color: #000;
  letter-spacing: -0.5px;
}
.information-sec .inner-con.ic2 {
  gap: 152px;
  margin: -233px auto 0;
  width: 100%;
  max-width: 1080px;
}
.information-sec .inner-con.ic2 .info-wrap {
  padding-top: 320px;
}

/* ===== Emphasis Section ===== */
.emphasis-sec {
  padding-top: 143px;
  padding-bottom: 0;
  background-image: linear-gradient(to bottom, #fff 6%, rgba(255,255,255,0.02) 51%, rgba(255,255,255,0));
  background-color: #fafafa;
  background-blend-mode: multiply;
}
.emphasis-sec .title {
  position: relative;
  line-height: 1.46;
  font-size: 48px;
  font-weight: bold;
  color: #000;
  letter-spacing: -1.5px;
  z-index: 1;
}
.emphasis-sec .sub-txt {
  position: relative;
  margin: 31px auto 0;
  line-height: 2.13;
  font-size: 15px;
  color: #000;
  letter-spacing: -0.5px;
  z-index: 1;
}
.emphasis-sec .content {
  position: relative;
  padding: 320px 0 72px;
  z-index: 0;
}
.emphasis-sec .content-img {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1110px;
}
.emphasis-sec .content .bubble-txt {
  margin: 0 auto;
  width: 935px;
  height: 105px;
  border-radius: 55px;
  background: rgba(255,255,255,0.89);
  font-size: 15px;
  line-height: 1.67;
  letter-spacing: -0.5px;
  color: #000;
}

/* ===== Service Section ===== */
.service-sec {
  padding-top: 176px;
  padding-bottom: 180px;
}
.service-sec .cont-wrap {
  max-width: 1020px;
}
.service-sec .sec-logo {
  height: 33px;
}
.service-sec .title {
  margin: 13px auto 72px;
  line-height: 1.35;
  font-weight: bold;
  font-size: 48px;
  letter-spacing: -1.5px;
}
.service-sec .service-wrap {
  gap: 72px 160px;
  flex-wrap: wrap;
}
.service-sec .service-wrap .img-wrap {
  width: 218px;
}
.service-sec .service-wrap .txt {
  margin: 20px auto 0;
  line-height: 1.67;
  color: #000;
  font-size: 15px;
  letter-spacing: -0.5px;
}

/* ===== Service Location Section ===== */
.service-location-sec {
  padding-top: 194px;
  padding-bottom: 144px;
  background: #fdfdfd;
}
.service-location-sec .cont-wrap {
  max-width: 1020px;
}
.service-location-sec .title {
  margin: 0 auto 80px;
  line-height: 1.35;
  font-weight: bold;
  font-size: 48px;
  letter-spacing: -1.5px;
}
.service-location-sec .service-location-wrap .item {
  flex-basis: 50%;
}
.service-location-sec .item .img-wrap {
  margin: 0 auto 59px;
  height: 162px;
}
.service-location-sec .item .loca-img {
  width: 120px;
}
.service-location-sec .item .gps-img {
  width: 222px;
}
.service-location-sec .txt {
  line-height: 2.13;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #000;
}
.service-location-sec .txt .sub-tt-txt {
  font-weight: bold;
  color: #00c2c1;
}

/* ===== Service Policy Section ===== */
.service-policy-sec {
  padding-top: 138px;
  padding-bottom: 0;
}
.service-policy-sec .content {
  padding-left: 33px;
  padding-right: 33px;
}
.service-policy-sec .cont2 {
  margin: 139px auto 0;
}
.service-policy-sec .cont3 {
  margin: 75px auto 0;
}
.service-policy-sec .title {
  margin: 0 auto 39px;
  line-height: 1.35;
  font-weight: bold;
  font-size: 48px;
  letter-spacing: -1.5px;
}
.service-policy-sec .price-table table {
  width: 100%;
}
.service-policy-sec .price-table.ptbl-mb {
  margin: 0 auto 72px;
}
.service-policy-sec .price-table table th {
  padding: 17px 16px;
  line-height: 1.44;
  font-size: 15px;
  font-weight: 500;
  color: #0e101a;
  background: #f5f6fa;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #e6e6e6;
  text-align: center;
}
.service-policy-sec .price-table table td {
  padding: 17px 16px;
  line-height: 1.44;
  font-size: 15px;
  font-weight: 500;
  color: #0e101a;
  background: #fff;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #e6e6e6;
  text-align: center;
}
.service-policy-sec .price-table table tr th:last-child,
.service-policy-sec .price-table table tr td:last-child {
  border-right: none;
}
.service-policy-sec .sub-txt {
  margin: 39px auto 0;
  font-size: 15px;
  line-height: 2.13;
  letter-spacing: -0.5px;
  color: #000;
}
.service-policy-sec .reservation-btn {
  margin: 39px auto 0;
  width: 302px;
  height: 66px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.6px;
  border-radius: 33px;
  background-color: #00c2c1;
}
.service-policy-sec .reservation-btn:hover {
  background-color: #007373;
}
.service-policy-sec .sub-title {
  margin: 42px auto 32.5px;
  line-height: 1.52;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #000;
}
.service-policy-sec .policy-txt {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #000;
}
.service-policy-sec .desc-wrap {
  margin: 34px auto 90px;
  width: 100%;
  max-width: 590px;
  font-size: 18px;
  color: #000;
}
.service-policy-sec .desc-wrap span {
  margin-right: auto;
  line-height: 1.78;
}
.service-policy-sec .desc-wrap strong {
  margin-left: auto;
  line-height: 1.78;
}
.service-policy-sec .desc {
  margin: 34px auto 0;
  line-height: 1.78;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.5px;
  color: #000;
}

/* ===== Contact Section ===== */
.contact-sec {
  padding-top: 106px;
  padding-bottom: 159px;
}
.contact-sec .sec-logo {
  width: 222px;
}
/* 로고 중앙 정렬 */
#contact-sec .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#contact-sec .img-wrap img {
  display: inline-block;
  margin: 0 auto;
}
.contact-sec .info-desc {
  margin: 32px auto 27px;
  line-height: 2.13;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: -0.5px;
  color: #000;
}
.contact-sec .info-desc a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.form-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}
.form-wrap .input-wrap {
  margin: 0 auto 29px;
}
.form-wrap .ta-wrap {
  margin: 0 auto;
}
.form-wrap .input-wrap input {
  width: 100%;
}
.form-wrap .input-wrap textarea {
  width: 100%;
  height: 202px;
}
.form-wrap .submit-btn {
  margin: 0 auto;
  padding: 12px;
  width: 200px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 14px;
  background-color: #00c2c1;
}
.form-wrap .submit-btn:hover {
  background-color: #007373;
}
.submit-btn {
  margin: 60px auto 0;
  padding: 12px;
  width: 200px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 14px;
  background-color: #00c2c1;
}
.submit-btn:hover {
  background-color: #007373;
}
.contact-sec .operating-txt {
  margin: 78px auto 87px;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: -0.5px;
  color: #00c2c1;
}
.contact-sec .msg {
  margin: 120px auto 0;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: -1px;
  color: #000;
}

/* ===== Floating chat links ===== */
.chat-links {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}
.chat-link {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,.2);
  transition: transform .2s ease-in-out;
}
.chat-link:hover {
  transform: scale(1.1);
}
.chat-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}
#kakao-chat-link { background-color: #FEE500; }
#whatsapp-chat-link { background-color: #25D366; }
#line-chat-link { background-color: #00B900; }

/* ===== Footer ===== */
#footer {
  padding: 24px 20px;
  background: #f9fafb;
}
#footer .cont-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
#footer .copy { color: #6b7280; margin-right: auto; }
#footer .ft-link {
  color: #374151;
  text-decoration: none;
}
#footer .ft-link:hover { text-decoration: underline; }

/* ===== Accessibility ===== */
.link:focus, .btn:focus, .chat-link:focus, button:focus {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

/* ===== Global font & typography ===== */
body { overflow-x: hidden !important; }
html, body {
  font-family: "Noto Sans KR", "Inter", "Noto Sans JP", "Noto Sans SC", "Noto Sans TC", sans-serif;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}
:lang(en) { font-family: "Inter", system-ui, -apple-system, "Segoe UI", Arial, sans-serif; }
:lang(ja) { font-family: "Noto Sans JP", "Inter", "Noto Sans KR", sans-serif; }
:lang(zh) { font-family: "Noto Sans SC", "Inter", "Noto Sans KR", sans-serif; }
:lang(zh-Hant) { font-family: "Noto Sans TC", "Inter", "Noto Sans KR", sans-serif; }
:lang(vi) { font-family: "Inter", "Noto Sans KR", sans-serif; }

/* ===== Images performance ===== */
img { max-width: 100%; height: auto; }

/* ===== Buttons (shared) ===== */
.btn.submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 12px 18px;
  border-radius: 10px;
  background: #111827;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s ease;
}
.btn.submit-btn:hover { opacity: .9; }

/* ===== Section titles ===== */
.center-content, .inner, .content { text-align: center; }
.title { line-height:
