body {
  background: #7e7e7e;
}
#header {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
}

#header .inner {
  position: relative;
  margin: 0 auto;
}

#header .inner .tag {
  position: absolute;
  left: 0;
  top: 170px;
  background: url(/images/page-tag.png) no-repeat left center;
  width: 868px;
  height: 314px;
  z-index: 10;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#header .inner .tag .txt {
  margin-left: 260px;
}
#header .inner .tag .p {
  color: var(--point-color1);
  font-size: 20px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#header .inner .tag h2 {
  font-size: 64px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#header .inner .tag h3 {
  font-size: 36px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#header .inner .mokup {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

#header .inner .back {
  padding-top: 461px;
  display: flex;
  justify-content: center;
}

#header .inner span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1510px;
  background: #fff;
  width: 1400px;
  height: 10600px;
  z-index: -1;
}

#header .inner .txt2 {
  position: absolute;
  top: 980px;
  left: calc(50%);
  transform: translateX(-50%);
  width: 1180px;
}
#header .inner .txt2 .concept {
  display: flex;
}
#header .inner .txt2 .concept h3 {
  margin-top: 77px;
  font-size: 24px;
  font-family: Roboto;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#header .inner .txt2 h2 {
  margin-top: 100px;
  color: var(--point-color1);
  font-size: 48px;
  font-family: Roboto;
  font-weight: 700;
  letter-spacing: 0.1em;
}

h3 {
  padding-bottom: 50px;
}

#header .inner .color {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 560px;
}

#header .inner .color .color1,
#header .inner .color .color2,
#header .inner .color .color3,
#header .inner .color .color4,
#header .inner .color .color5 {
  width: 180px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 500;
  letter-spacing: 0.1em;
}

#header .inner .color .color1 {
  background: #94765e;
  color: #fff;
}
#header .inner .color .color2 {
  background: #53117b;
  color: #fff;
}
#header .inner .color .color3 {
  background: #f2f2f2;
  color: #212121;
  border: 1px solid #c8c5c3;
}
#header .inner .color .color4 {
  background: #000000;
  color: #fff;
  margin-left: 95px;
}
#header .inner .color .color5 {
  background: #ffffff;
  color: #212121;
}

#header .inner .txt3 {
  padding-left: 154px;
}

#header .inner .typo {
  display: flex;
  gap: 60px;
}

#header .inner .typo1,
#header .inner .typo2,
#header .inner .typo3 {
  display: flex;
  flex-direction: column;
}

#header .inner .typo1 p,
#header .inner .typo2 p,
#header .inner .typo3 p {
  height: 44px;
  display: flex;
  align-items: flex-end;
  margin: 0;
}

#header .inner .typo .light {
  font-size: 16px;
}
#header .inner .typo .medium {
  font-size: 24px;
}
#header .inner .typo .bold {
  font-size: 32px;
  font-weight: 700;
}

/* =================================== */
#header .inner .go-but {
  position: absolute;
  z-index: 10;
  width: 250px;
  height: 121px;
}

#header .inner .go-but1 {
  left: 300px;
  top: 330px;
}

#header .inner .go-but2 {
  left: 300px;
  top: 470px;
}

#header .go-but .go-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 121px;
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  text-decoration: none;
}

#header .go-but .go-page::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/images/linebutton.png) no-repeat center center;
  background-size: contain;
  z-index: -1;
  transition: background-image 0.1s ease;
}

#header .go-but .go-page:hover::after {
  background-image: url(/images/linebutton2.png);
}

#header .go-but .go-page p {
  position: relative;
  z-index: 10;
  font-family: ShadowsIntoLight;
  font-size: 22px;
  line-height: 1.5;
  color: #212121;
  margin: 0;
  text-align: left;
  transition: color 0.1s ease;
}

#header .go-but .go-page:hover p {
  color: var(--point-color1);
}

#header .go-but .go-page .arrow-wrap {
  position: relative;
  z-index: 10;
  width: 30px;
  height: 30px;
  top: -10px;
  left: 10px;
  background-color: #e7e7e7;
}

#header .go-but .go-page .arrow-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: auto;
  transition: opacity 0.1s ease;
}

#header .go-but .go-page .arrow-default {
  opacity: 1;
}

#header .go-but .go-page .arrow-hover {
  opacity: 0;
}

#header .go-but .go-page:hover .arrow-default {
  opacity: 0;
}

#header .go-but .go-page:hover .arrow-hover {
  opacity: 1;
}

/* ==================================== */

#container .inner {
  width: 1180px;
  padding: 100px 0;
  margin: 0 auto;
}

#container .inner .section-title h2 {
  font-size: 48px;
  font-weight: 800;
  color: var(--point-color1);
  letter-spacing: 0.05em;
  margin-bottom: 80px;
}

#container .inner .content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#container .inner .left-col {
  width: 570px;
}

#container .inner .renewal-point .label {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 35px;
}

#container .inner .renewal-point .point-desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 80px;
}

#container .inner .renewal-point .point-desc::before {
  content: '';
  display: block;
  background: url(/images/Vector1.png) no-repeat left center;
  width: 159px;
  height: 15px;
  flex-shrink: 0;
}

#container .inner .char-text {
  margin-bottom: 50px;
}

#container .inner .char-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

#container .inner .right-col {
  width: 539px;
  flex-shrink: 0;
  display: flex;
}

#container .inner .right-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========================================== */
/* MAP IMAGE 리뉴얼 */
/* ========================================== */

#container .inner .map {
  padding-top: 150px;
}

#container .inner .map-renewal {
  position: relative;
  width: 100%;
  height: 2050px;
}

/* ---- 뱃지 공통 (Rectangle60.png를 ::before 배경으로 사용) ---- */
#container .inner .map-renewal .badge {
  position: absolute;
  display: inline-block;
  padding: 12px 28px;
  z-index: 0;
}

#container .inner .map-renewal .badge span {
  position: relative;
  z-index: 1;
  color: #212121;
  font-weight: 700;
  white-space: nowrap;
}

#container .inner .map-renewal .badge::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: 100%;
  background: url(/images/high1homepage/Rectangle60.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: -1;
}

/* 타이틀 뱃지 (상단 중앙, 큰 사이즈) */
#container .inner .map-renewal .map-badge {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#container .inner .map-renewal .map-badge span {
  font-size: 20px;
  letter-spacing: 0.05em;
}

/* 기존 지도이미지 라벨 — 각지고 이미지 모서리에 딱 붙는 스타일 (badge와 분리) */
#container .inner .map-renewal .compare-badge {
  position: absolute;
  top: 100px;
  left: 535px;
  background: var(--point-color2);
  padding: 8px 18px;
  z-index: 0;
}

#container .inner .map-renewal .compare-badge span {
  position: relative;
  color: #212121;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

/* ---- 기존 지도이미지 비교 ---- */
#container .inner .map-renewal .compare-image {
  position: absolute;
  top: 100px;
  left: 0;
  width: 535px;
  border: 2px solid var(--point-color2);
  border-radius: 2px;
  overflow: hidden;
}

#container .inner .map-renewal .compare-image img {
  display: block;
  width: 100%;
  height: auto;
}

#container .inner .map-renewal .compare-text {
  position: absolute;
  top: 195px;
  left: 605px;
  width: 575px;
}

#container .inner .map-renewal .compare-text p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 26px;
}

/* ---- 제작 과정 스택 (스케치 → 스케치 → 컬러) ---- */
#container .inner .map-renewal .process-layer {
  position: absolute;
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

#container .inner .map-renewal .process-layer img,
#container .inner .map-renewal .process-layer {
  display: block;
}

#container .inner .map-renewal .p1 {
  top: 550px;
  left: 0;
  width: 565px;
  z-index: 1;
}

#container .inner .map-renewal .p2 {
  top: 713px;
  left: 285px;
  width: 560px;
  z-index: 2;
}

#container .inner .map-renewal .p3 {
  top: 870px;
  left: 565px;
  width: 615px;
  z-index: 3;
}

#container .inner .map-renewal .process-layer:hover {
  z-index: 10;
}

/* ---- 손그림 화살표 ---- */
#container .inner .map-renewal .process-arrow {
  position: absolute;
  pointer-events: none;
  z-index: 4;
}

#container .inner .map-renewal .arrow1 {
  top: 715px;
  left: 100px;
  width: 550px;
}

#container .inner .map-renewal .arrow2 {
  top: 1255px;
  left: 1050px;
  width: 90px;
}

/* ---- 과정 설명 캡션 ---- */
#container .inner .map-renewal .process-caption {
  position: absolute;
  top: 1245px;
  left: 0;
  width: 460px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  text-align: left;
}

/* ---- 최종 완성 맵 ---- */
#container .inner .map-renewal .final-map {
  position: absolute;
  top: 1385px;
  left: 70px;
  width: 1110px;
}

#container .inner .map-renewal .final-map img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* ========================================== */
/* RESPONSIVE SHOWCASE */
/* ========================================== */

#container .inner .responsive-showcase {
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  gap: 140px;
}

#container .inner .showcase-block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* 뱃지 — Rectangle60을 배경 도형(::before)으로 사용 */
#container .inner .showcase-block .badge {
  position: relative;
  display: inline-block;
  margin: 0 auto 60px;
  padding: 14px 40px;
  z-index: 0;
}

#container .inner .showcase-block .badge span {
  position: relative;
  z-index: 1;
  color: #212121;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

#container .inner .showcase-block .badge::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 30px);
  height: 65px;
  background: url(/images/high1homepage/Rectangle60.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: -1;
}

/* ========================================== */
/* Main page 반응형 */
/* ========================================== */

#container .inner .main-devices {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 70px;
  width: 100%;
}

#container .inner .main-default-col,
#container .inner .main-gnb-col {
  display: flex;
  flex-direction: column;
}

#container .inner .main-default-row,
#container .inner .main-gnb-row {
  display: flex;
  gap: 2px;
}

#container .inner .main-default-tablet,
#container .inner .main-gnb-tablet {
  width: 400px;
}

#container .inner .main-default-mobile,
#container .inner .main-gnb-mobile {
  width: 180px;
}

#container .inner .main-default-tablet img,
#container .inner .main-default-mobile img,
#container .inner .main-gnb-tablet img,
#container .inner .main-gnb-mobile img {
  display: block;
  width: 100%;
  height: auto;
}

#container .inner .main-note {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #212121;
  text-align: left;
}

/* ========================================== */
/* LOG IN 반응형 */
/* ========================================== */

#container .inner .login-showcase {
  display: block;
  width: 100%;
}

/* ========================================== */
/* LOG IN 반응형 */
/* ========================================== */

/* 3단: PC컬럼(이미지+캡션+비교이미지) / 태블릿 / 모바일 */
#container .inner .login-devices {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

/* PC 컬럼 — 세로로 쌓임 */
#container .inner .login-pc-col {
  display: flex;
  flex-direction: column;
  width: 560px;
  flex-shrink: 0;
}

#container .inner .login-pc img {
  display: block;
  width: 100%;
  height: auto;
}

#container .inner .login-captions {
  margin-top: 30px;
}

#container .inner .login-captions p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  text-align: left;
  margin-bottom: 20px;
}

#container .inner .login-captions p:last-child {
  margin-bottom: 0;
}

#container .inner .login-before {
  position: relative;
  margin-top: 50px;
  width: 100%;
}

#container .inner .login-before img {
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid var(--point-color2);
  border-radius: 2px;
}

#container .inner .login-before-label {
  position: absolute;
  bottom: 0;
  left: 100%;
  background: var(--point-color2);
  color: #212121;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  padding: 8px 18px;
}

/* 태블릿 / 모바일 컬럼 — 이미지만 */
#container .inner .login-tablet {
  width: 400px;
  flex-shrink: 0;
}

#container .inner .login-mobile {
  width: 180px;
  flex-shrink: 0;
}

#container .inner .login-tablet img,
#container .inner .login-mobile img {
  display: block;
  width: 100%;
  height: auto;
}

/* ========================================== */
/* Sub page 반응형 1 (그랜드호텔 / 공지사항) */
/* ========================================== */
#container .inner .sub1-devices {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 70px;
  width: 100%;
}

/* 그랜드호텔 컬럼 — 이미지 행 + 캡션이 세로로 쌓임 */
#container .inner .sub1-hotel-col {
  display: flex;
  flex-direction: column;
}

#container .inner .sub1-hotel-row {
  display: flex;
  gap: 2px;
}

#container .inner .sub1-hotel-tablet {
  width: 360px;
}

#container .inner .sub1-hotel-mobile {
  width: 170px;
}

#container .inner .sub1-hotel-tablet img,
#container .inner .sub1-hotel-mobile img {
  display: block;
  width: 100%;
  height: auto;
}

/* 공지사항 컬럼 2개 — 각각 독립적으로 이미지+캡션만 */
#container .inner .sub1-notice-tablet-col {
  display: flex;
  flex-direction: column;
  width: 360px;
}

#container .inner .sub1-notice-mobile-col {
  display: flex;
  flex-direction: column;
  width: 170px;
  margin-left: -54px; /* devices의 gap 70px 중 54px을 상쇄 → 실질 간격 16px */
}

#container .inner .sub1-notice-tablet-col img,
#container .inner .sub1-notice-mobile-col img {
  display: block;
  width: 100%;
  height: auto;
}

#container .inner .sub1-note {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #212121;
  text-align: left;
}
/* ========================================== */
/* Sub page 반응형 2 (밸런스케어존 / 요금할인) */
/* ========================================== */

#container .inner .sub2-devices {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 70px;
  width: 100%;
}

#container .inner .sub2-balance-col,
#container .inner .sub2-price-col {
  display: flex;
  flex-direction: column;
}

#container .inner .sub2-balance-row,
#container .inner .sub2-price-row {
  display: flex;
  gap: 2px;
}

#container .inner .sub2-balance-tablet,
#container .inner .sub2-price-tablet {
  width: 400px;
}

#container .inner .sub2-balance-mobile,
#container .inner .sub2-price-mobile {
  width: 180px;
}

#container .inner .sub2-balance-tablet img,
#container .inner .sub2-balance-mobile img,
#container .inner .sub2-price-tablet img,
#container .inner .sub2-price-mobile img {
  display: block;
  width: 100%;
  height: auto;
}

#container .inner .sub2-note {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #212121;
  text-align: left;
}
/* ========================================== */

#footer {
  position: relative;
  height: 11800px;
  margin-top: -11000px;
}

#footer .wrap {
  position: sticky;
  top: 700px;
  height: 800px;
}

#footer img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  align-items: center;
}

#footer .wrap .scr {
  position: relative;
  display: flex;
}

#footer .wrap .scr p {
  font-family: ShadowsIntoLight;
  font-size: 24px;
  color: #212121;
  position: absolute;
  top: 170px;
  left: 300px;
  z-index: 10;
}
#footer .wrap .scr img {
  position: absolute;
  left: 460px;
  top: 175px;
  z-index: 10;
}

#footer .wrap .scr p::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 199px;
  height: 96px;
  background: url(/images/line.png) no-repeat center center;
  z-index: -1;
  opacity: 0;
}

#footer .wrap .scr p:hover::before {
  opacity: 1;
}

#footer .inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 300px;
  z-index: 11;
  display: flex;
  justify-content: space-between;
  gap: 200px;
  font-family: Roboto;
  color: #212121;
  letter-spacing: 0.1em;
  font-size: 16px;
  max-width: 1400px;
  width: 100%;
  height: 450px;
}

#footer .contact {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #2c2c2c;
  height: 500px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#footer .contact h2 {
  color: var(--point-color1);
}
#footer .contact p {
  padding: 5px;
}
#footer .contact strong {
  font-weight: 500;
  padding-right: 20px;
}
#footer .contact .inn {
  padding-left: 10px;
}
#footer .contact .inn2 {
  padding-left: 10px;
}
#footer .contact .txtwrap {
  position: relative;
}

#footer .contact .copy {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  color: var(--gray-500);
  font-size: 14px;
}

/* =================================== */

#top-btn {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 100px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

#top-btn.show {
  opacity: 1;
  visibility: visible;
}

#top-btn img {
  width: 100%;
  height: auto;
  display: block;
}

#top-btn:hover {
  opacity: 0.8;
}
