/* sauce */
#sauce {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 100px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    align-self: stretch;
    background: #111;
    position: relative;
    overflow: hidden;
}

#sauce .sauce-deco {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#sauce .st-sub-txt {
    color: rgba(255, 255, 255, 0.85);
}

#sauce .sauce-tit-badge {
    width: 200px;
    position: absolute;
    left: -29%;
    top: -30%;
}

#sauce .sauce-container {
    max-width: 1300px;
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    z-index: 3;
}

#sauce .sauce-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 25px;
}

#sauce .sauce-item {
    width: calc(20% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}

#sauce .sauce-item-bubble {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sauce .sauce-item-bubble p {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #3F3535;
    color: #AAA;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%; /* 28px */
    letter-spacing: -0.5px;
    transition: none;
}

#sauce .sauce-item-bubble svg {
    margin-top: -2px;
    transition: 0.1s;
}

#sauce .sauce-item .sauce-img {
    width: 100%;
    transition: 0.1s;
}

#sauce .sauce-item .sauce-img.color {
    display: none;
}

/* active */
#sauce .sauce-item.active .sauce-item-bubble p {
    background: #BF0008;
    color: #FFF;
}

#sauce .sauce-item.active .sauce-item-bubble svg path {
    fill: #BF0008;
}

#sauce .sauce-item.active .sauce-img.bw {
    display: none;
}

#sauce .sauce-item.active .sauce-img.color {
    display: block;
}

#sauce .sauce-txt {
    display: flex;
    box-sizing: border-box;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: 2px solid #D1AD85;
    background: #FFF;
    color: #111;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%; /* 30.8px */
    letter-spacing: -0.55px;
}

#sauce .sauce-beige-bg {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#sauce .sauce-beige-bg hr {
    width: 100%;
    height: 2px;
    background: #D1AD85;
    border: none;
}

#sauce .sauce-beige-bg div {
    width: 100%;
    height: 372px;
    background: url(../img/absol-red-div.png), linear-gradient(0deg, rgba(209, 173, 133, 0.00) 0%, #D1AD85 67.31%);
}

.common-marquee.beige {
    border-top: 1px solid #D1AD85;
    border-bottom: 1px solid #D1AD85;
    background: #111;
}



/* interior */
#interior {
    display: flex;
    box-sizing: border-box;
    padding: 100px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
    align-self: stretch;
    background: #791A1D;
    overflow: hidden;
    position: relative;
}

#interior .st-sub-txt {
    color: rgba(255, 255, 255, 0.85);
}

#interior .interior-deco {
    max-width: 307px;
    width: 30%;
    position: absolute;
}

#interior .interior-deco.lt {
    left: 0;
    top: 0;
}

#interior .interior-deco.rb {
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
}

#interior .interior-container {
    max-width: 1300px;
    width: 95%;
    position: relative;
    aspect-ratio: 1331 / 399;
    z-index: 2;
}

#interior .interior-row {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#interior .interior-img-item {
    position: absolute;
    overflow: hidden;
    border-radius: 10px;
}

#interior .interior-img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

#interior .interior-img-item:hover img {
    transform: scale(1.1);
}

#interior .interior-img-item.i1 { left: 0.03%; top: 0.80%; width: 24.05%; height: 98.81%; }
#interior .interior-img-item.i2 { left: 25.19%; top: 0.13%; width: 27.87%; height: 40.73%; }
#interior .interior-img-item.i3 { left: 53.87%; top: 0%; width: 21.04%; height: 28.57%; }
#interior .interior-img-item.i4 { left: 75.57%; top: 0.04%; width: 14.06%; height: 28.46%; }
#interior .interior-img-item.i5 { left: 90.31%; top: 0%; width: 9.69%; height: 48.12%; }
#interior .interior-img-item.i6 { left: 25.05%; top: 43.23%; width: 28.01%; height: 56.92%; }
#interior .interior-img-item.i7 { left: 53.87%; top: 30.83%; width: 35.76%; height: 68.92%; }
#interior .interior-img-item.i8 { left: 90.31%; top: 51.38%; width: 9.69%; height: 48.12%; }

#interior .interior-bubble {
    position: absolute;
}

#interior .interior-bubble.r {
    width: 182px;
    top: -37%;
    right: 5%;
}

#interior .interior-bubble.l {
    width: 187px;
    bottom: -20%;
    left: 5%;
}


/* startup */
#startup {
    width: 100%;
    background: url(../img/common-bg.png);
    background-position: center center !important;
    background-size: cover !important;
    box-sizing: border-box;
    padding: 0 40px 40px 40px;
    overflow: hidden;
}

#startup .startup-inner {
    width: 100%;
    display: flex;
    padding-top: 80px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    align-self: stretch;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}

#startup .st-sub-tit {
    font-family: "Cafe24 Dangdanghae";
}

#startup .st-sub-txt {
    color: rgba(0, 0, 0, 0.80);
}

#startup .startup-box-wrap {
    max-width: 1280px;
    width: 90%;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    justify-content: center;
}

#startup .startup-box {
    box-sizing: border-box;
    padding: 30px 40px;
    width: calc(33.3% - 26.5px);
    aspect-ratio: 1 / 1;
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#startup .startup-box p {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 500px;
    background: #FFF;
    color: #111;
    font-family: 'NanumMyeongjo';
    font-size: 28px;
    font-weight: 800;
    line-height: 150%; /* 42px */
    letter-spacing: -0.7px;
}

#startup .startup-box:first-child {
    background: url(../img/startup-img-1.png);
}

#startup .startup-box:nth-child(2) {
    background: url(../img/startup-img-2.png);
}

#startup .startup-box:last-child {
    background: url(../img/startup-img-3.png);
}

#startup .startup-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

#startup .startup-bottom div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: #111;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.7px;
}

#startup .startup-bottom div span {
    color: #111;
    font-family: 'NanumMyeongjo';
    font-size: 40px;
    font-weight: 800;
    line-height: 140%;
    letter-spacing: -1px;
}

#startup .startup-bottom p {
    color: #111;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 140%; /* 44.8px */
    letter-spacing: -0.8px;
    box-sizing: border-box;
    padding: 6px 20px;
    border-radius: 12px;
    background: #FFF;
}

#startup .startup-bottom p span {
    color: #791A1D;
    font-weight: 700; 
}

#startup .rental-container {
    width: 100%;
    margin-top: 55.5px;
    justify-content: center;
    display: flex;
    box-sizing: border-box;
    padding: 40px 30px;
    justify-content: center;
    align-items: center;
    position: relative;
    background: url(../img/rental-bg.png);
    background-position: center center !important;
    background-size: cover !important;
}

#startup .rental-container .rental-tit {
    box-sizing: border-box;
    padding: 12px 40px;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    border-radius: 100px;
    border: 1px solid #EDDBB8;
    background: #791A1D;
    color: #FFF;
    text-align: center;
    font-family: 'NanumMyeongjo';
    font-size: 40px;
    font-weight: 800;
    line-height: 140%; /* 56px */
    letter-spacing: -1px;
    white-space: nowrap;
}

#startup .rental-wrap {
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
}

#startup .rental-wrap img {
    max-width: 240px;
    width: 24%;
}

#startup .rental-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

#startup .rental-div p {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    line-height: 140%; /* 56px */
    letter-spacing: -1px;
}

#startup .rental-div p span {
    display: inline-block;
}

#startup .rental-div p .y {
    color: #EDDBB8;
    font-weight: 800;
}

#startup .rental-div div {
    color: #FFF;
    font-size: 26px;
    font-weight: 500;
    line-height: 140%; /* 36.4px */
    letter-spacing: -0.65px;
    word-break: keep-all;
}


/* menu */
#menu {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 80px 0;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    align-self: stretch;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    background: #791A1D;
    position: relative;
}

#menu .menu-arch {
    width: 341px;
}

#menu .menu-container {
    max-width: 1300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    z-index: 3;
}

#menu .menu-tab-wrap {
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
}

#menu .menu-tab-wrap .menu-tab {
    display: flex;
    max-width: 150px;
    width: 25%;
    height: 44px;
    box-sizing: border-box;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    color: #EDDBB8;
    font-size: 20px;
    font-weight: 700;
    line-height: 130%; /* 26px */
    letter-spacing: -0.5px;
    cursor: pointer;
    border: 1px solid transparent;
    background: rgba(0, 0, 0, 0.20);
    transition: 0.1s;
}

#menu .menu-tab-wrap .menu-tab:hover, #menu .menu-tab-wrap .menu-tab.active {
    border: 1px solid #EDDBB8;
    background: #000;
    color: #FFF;
}

#menu .menu-wrap {
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    overflow: hidden;
}

.contain-active {
    display: flex !important;
}

#menu .menu-black-bg {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}

#menu .menu-black-bg hr {
    width: 100%;
    height: 2px;
    background: #000;
    border: none;
}

#menu .menu-black-bg div {
    width: 100%;
    height: 372px;
    background: url(../img/absol-red-div.png), linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000 67.31%);
}

#menu .menu-swiper {
    width: 100%;
}

#menu .menu-slide {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

#menu .menu-slide img {
    width: 100%;
}

#menu .menu-slide p {
    color: #FFF;
    text-align: center;
    font-family: 'NanumMyeongjo';
    font-size: 24px;
    font-weight: 600;
    line-height: 135%; /* 32.4px */
    letter-spacing: -0.48px;
}


/* cost */
#cost {
    width: 100%;
    display: flex;
    padding: 100px 0;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    border: 40px solid #791A1D;
    background: url(../img/common-bg.png);
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    overflow: hidden;
}

#cost .cost-img {
    position: absolute;
}

#cost .cost-img.r {
    position: absolute;
    max-width: 408px;
    width: 30%;
    right: -2%;
    top: -4%;
}

#cost .cost-img.l {
    position: absolute;
    max-width: 422px;
    width: 35%;
    left: -2%;
    bottom: -4%;
}

#cost .tit-wrap {
    gap: 20px;
}

#cost .st-sub-txt {
    color: rgba(0, 0, 0, 0.80);
}

#cost .cost-table-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    max-width: 1000px;
    width: 93%;
    z-index: 3;
}

#cost .cost-table {
    width: 100%;
    border: 1px solid #111;
    background: #FFF;
    border-collapse: collapse;
}

#cost .cost-table th, #cost .cost-table td {
    width: 33.33%;
    color: #222;
    box-sizing: border-box;
    padding: 16px 10px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.5px;
    word-break: keep-all;
}

#cost .cost-table th {
    border-bottom: 2px solid #111;
    height: 60px;
    font-weight: 600;
}

#cost .cost-table tr:last-child td {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.6px;
    background: #BF0008;
    animation: tableBg 1.5s linear infinite;
}

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

#cost .cost-table-div p {
    color: #BF0008;
    text-align: center;
    font-family: 'NanumMyeongjo';
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%; /* 44.8px */
    letter-spacing: -0.8px;
}

#cost .cost-table-div div {
    color: rgba(17, 17, 17, 0.80);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: -0.4px;
    word-break: keep-all;
}

@keyframes tableBg {
    0% { background: #BF0008; }
    50% { background: #111; }
    100% { background: #BF0008; }
}


/* process */
#process {
    background: url(../img/common-bg.png);
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    overflow: hidden;
    display: flex;
    box-sizing: border-box;
    padding: 100px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

#process .process-img {
    max-width: 532px;
    width: 45%;
    position: absolute;
    top: 50px;
    right: -5%;
}

#process .st-tit {
    color: #000;
}

#process .tit-wrap img {
    width: 116px;
}

#process .process-wrap {
  position: relative;
  width: 90%;
  max-width: 1300px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

/* 단계 목록 */
#process .step-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}

#process .step-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/* 단계 카드 */
#process .step-item {
  position: relative;
  max-width: 280px;
  width: calc(25% - 45px);
  padding: 15px;
  background: #FFF;
  backdrop-filter: blur(6px);
  box-sizing: border-box;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#process .step-num {
  position: absolute;
  width: 50px;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFF;
  color: #BF0008;
  font-size: 20px;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-weight: 700;
  line-height: 120%;
  z-index: 1;
}

#process .step-card {
  width: 100%;
  height: 100%;
  padding: 32px 0 10px;
  border: 2px solid #BF0008;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

/* 아이콘 공통 */
#process .step-icon {
  max-width: 64px;
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 단계별 정보 */
#process .step-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

#process .step-tit {
  font-size: 24px;
  font-family: "Cafe24 Dangdanghae";
  font-weight: 700;
  color: #BF0008;
  text-align: center;
  line-height: 1.2;
}

#process .step-desc {
  font-size: 16px;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  color: #444;
  text-align: center;
  line-height: 1.3;
}

/* GRAND OPEN 카드 */
#process .step-item--grand-open {
  background: #BF0008;
}

#process .step-item--grand-open .step-num {
  background: #BF0008;
  color: #fff;
  font-family: "Paperlogy", sans-serif;
  font-weight: 600;
  top: 5px;
}

#process .step-item--grand-open .step-card {
  border-color: #fff;
  justify-content: center;
  padding-top: 10px;
}

#process .grand-open-txt {
  font-size: 40px;
  font-family: "Paperlogy", sans-serif;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}


/* contact */
#contact {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

#contact .contact-left {
    width: 680px;
    background: url(../img/contact-left-img.png);
    background-position: center center !important;
    background-size: cover !important;
}

#contact .contact-right {
    width: calc(100% - 680px);
    background: url(../img/contact-bg.png);
    background-position: center center !important;
    background-attachment: fixed;
    background-size: cover !important;
    display: flex;
    padding: 80px 0;
    align-items: center;
    justify-content: center;
    align-self: stretch;
}

#contact .contact-right-wrap {
    max-width: 760px;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

#contact .contact-right-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

#contact .contact-tit {
    color: #FFF;
    font-family: "Cafe24 Dangdanghae";
    font-size: 40px;
    font-weight: 400;
    line-height: 130%; /* 52px */
    letter-spacing: -1px;
    word-break: keep-all;
}

#contact .contact-txt {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    word-break: keep-all;
}

#contact .contact-txt .point {
    display: flex;
    box-sizing: border-box;
    padding: 0 5px;
    justify-content: center;
    align-items: center;
    background: #D1AD85;
    color: #000;
    font-weight: 500;
}

.contact-form {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    border: 1px solid #000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
}

.flex-input {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

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

.contact-form input[type="text"], input[type="tel"], textarea {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    height: 44px;
    padding: 10px;
    color: #1A1A1A;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 150%; /* 21px */
    letter-spacing: -0.4px !important;
    border: 1px solid rgba(17, 17, 17, 0.50);
    background: #FFF;
}

.contact-form input[type="text"]:focus, .contact-form input[type="tel"]:focus, textarea:focus {
  outline: none;
  border: 1px solid #393B85 !important;
  box-shadow: none !important;
}

.contact-form input[type="text"]::placeholder, .contact-form input[type="tel"]::placeholder, textarea::placeholder {
  color: rgba(17, 17, 17, 0.50);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; /* 150% */
  letter-spacing: -0.4px;
}

.item label {
  box-sizing: border-box;
  color: #111;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 24px;
  letter-spacing: -0.4px !important;
}

.item label span {
    color: #999;
}

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

.form-tab {
    width: 50%;
    height: 44px;
    box-sizing: border-box;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.50);
    background: #FFF;
    color: rgba(0, 0, 0, 0.50);
    font-size: 16px;
    line-height: 24px; /* 150% */
    font-weight: 300;
    letter-spacing: -0.4px;
    cursor: pointer;
    transition: 0.1s !important;
}

.this {
  color: #BF0008;
  border: 1px solid #BF0008;
  font-weight: 600;
}

.form-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.agree-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.contact-form .round-checkbox {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50px;
  appearance: none;
  position: relative;
  cursor: pointer;
  background: #FFF;
  border: 1px solid rgba(17, 17, 17, 0.50);
}

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

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

.contact-form .agree {
  color: #333;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px !important;
  letter-spacing: -0.4px !important;
  cursor: pointer;
}

.contact-form .agree-open {
  font-weight: 600 !important;
  color: #BF0008;
}

.c-btn {
    width: 150px;
    height: 42px;
    background: #BF0008;
    display: flex;
    box-sizing: border-box;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: "Cafe24 Dangdanghae";
    font-size: 22px;
    font-weight: 400;
    line-height: 130%; /* 28.6px */
    letter-spacing: -0.55px;
    border: none;
    border-radius: 8px;
    transition: 0.1s;
}

.c-btn:hover {
  background: #791A1D;
}

@media(max-width: 1500px) {
    #contact .contact-left {
        width: 600px;
    }
    #contact .contact-right {
        width: calc(100% - 600px);
        padding: 60px 0;
    }
    .contact-form {
        padding: 30px;
    }
}

@media(max-width: 1400px) {
    #process .step-card {
        padding: 24px 0 10px;
    }
}

@media(max-width: 1280px) {
    #sauce .sauce-tit-badge  {
        width: 175px;
    }
    #sauce .sauce-txt {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #sauce .sauce-txt img {
        width: 26px;
    }
    #interior .interior-bubble.r {
        width: 150px;
    }
    #interior .interior-bubble.l {
        width: 155px;
    }
    #startup {
        padding: 0 20px 20px;
    }
    #startup .startup-box-wrap {
        gap: 20px;
    }
    #startup .startup-box {
        width: calc(33.3% - 13.3px);
        padding: 20px;
    }
    #startup .startup-box p {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #startup .startup-bottom div {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #startup .startup-bottom div span {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    #startup .startup-bottom p {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    #startup .rental-container {
        margin-top: 40px;
    }
    #startup .rental-container .rental-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
        top: -35px;
    }
    #startup .rental-wrap {
        gap: 30px;
    }
    #startup .rental-div {
        gap: 6px;
    }
    #startup .rental-div p {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    #startup .rental-div div {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #menu .menu-arch {
        width: 300px;
    }
    #cost {
        border-width: 20px;
    }
    #process .step-card {
        padding: 24px 0 10px;
    }
    #process .step-item {
        padding: 10px;
    }
    #process .step-num {
        font-size: 18px;
        letter-spacing: -0.45px;
        top: 2px;
    }
    #process .step-tit {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #process .step-desc {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #process .grand-open-txt {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    #contact .contact-left {
        width: 570px;
    }
    #contact .contact-right {
        width: calc(100% - 570px);
        padding: 40px 0;
    }
    .contact-form {
        padding: 24px;
    }
}

@media(max-width: 1200px) {
    #contact .contact-left {
        width: 45%;
        aspect-ratio: 75/106;
    }
    #contact .contact-right {
        width: 55%;
    }
}

@media(max-width: 1150px) {
    #process .step-card {
        padding: 16px 0 10px;
        gap: 12px;
    }
    #process .step-info {
        gap: 6px;
    }
}

@media(max-width: 1024px){
    #sauce .sauce-item-bubble p {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #sauce .sauce-beige-bg div {
        height: 300px;
    }
    #process .step-list {
        max-width: 700px;
        gap: 16px;
    }
    #process .step-row {
        flex-wrap: wrap;
        gap: 16px 10px;
    }
    #process .step-row>svg:nth-child(4n) {
        display: none;
    }
    #process .step-card {
        padding: 40px 0 10px;
    }
    #process .step-item {
        width: calc(50% - 30px);
    }
    #contact{
        flex-direction: column;
    }
    #contact .contact-left, #contact .contact-right {
        width: 100%;
    }
}

@media(max-width: 900px) {
    #sauce {
        padding: 80px 0;
        gap: 50px;
    }
    #sauce .sauce-tit-badge  {
        width: 150px;
    }
    #sauce .sauce-container {
        gap: 30px;
    }
    #sauce .sauce-wrap {
        max-width: 800px;
        gap: 24px 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    #sauce .sauce-item {
        width: calc(30% - 13.3px);
    }
    #sauce .sauce-txt {
        padding: 10px 20px;
        border-radius: 8px;
    }
    #sauce .sauce-txt img {
        display: none;
    }
    #interior {
        padding: 80px 0;
        gap: 50px;
    }
    #interior .interior-bubble.r {
        width: 130px;
        top: -42%;
    }
    #interior .interior-bubble.l {
        width: 135px;
    }
    #startup .rental-container {
        background-attachment: unset;
        background: url(../img/rental-mo-bg.png);
    }
    #startup .startup-inner {
        padding-top: 70px;
        gap: 50px;
    }
    #startup .startup-box-wrap  {
        max-width: 700px;
        gap: 15px;
        flex-wrap: wrap;
    }
    #startup .startup-box {
        width: calc(50% - 7.5px);
    }
    #startup .startup-box:first-child {
        margin: 0 10px;
    }
    #startup .startup-box p {
        font-size: 20px;
        letter-spacing: -0.5px;
        padding: 5px 10px;
    }
    #startup .startup-bottom div {
        font-size: 20px;
        letter-spacing: -0.5px;
        gap: 8px;
    }
    #startup .startup-bottom div span {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    #startup .startup-bottom p {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #startup .rental-container {
        margin-top: 30px;
        padding: 50px 20px;
    }
    #startup .rental-container .rental-tit {
        font-size: 28px;
        letter-spacing: -0.7px;
        top: -30.5px;
        padding: 10px 40px;
    }
    #startup .rental-wrap {
        flex-direction: column;
        gap: 20px;
    }
    #startup .rental-wrap img {
        width: 40%;
    }
    #startup .rental-div {
        gap: 6px;
        align-items: center;
    }
    #startup .rental-div p {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    #startup .rental-div div {
        font-size: 20px;
        letter-spacing: -0.5px;
        text-align: center;
    }
    #menu .menu-black-bg {
        gap: 6px;
    }
    #menu {
        gap: 50px;
    }
    #menu .menu-container  {
        gap: 30px;
    }
    #menu .menu-wrap {
        gap: 50px;
    }
    #menu .menu-arch {
        width: 255px;
    }
    #menu .menu-slide p {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #cost {
        padding: 80px 0;
    }
    #cost .cost-table th, #cost .cost-table td {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #cost .cost-table th {
        height: 55px;
    }
    #cost .cost-table tr:last-child td {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #cost .cost-table-div p {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    #process {
        gap: 50px;
    }
}

@media(max-width: 768px) {
    #sauce {
        padding: 60px 0;
        gap: 40px;
    }
    #sauce .sauce-tit-badge {
        left: -27%;
        top: -25%;
    }
    #sauce .sauce-beige-bg {
        display: none;
    }
    #sauce .sauce-container {
        gap: 20px;
    }
    #interior {
        padding: 60px 0;
        gap: 40px;
    }
    #interior .interior-bubble.r {
        top: -30%;
        width: 115px;
    }
    #interior .interior-bubble.l {
        width: 120px;
    }
    #startup {
        padding: 0 10px 10px;
    }
    #startup .startup-inner {
        gap: 40px;
    }
    #menu {
        padding: 60px 0;
        gap: 40px;
    }
    #menu .menu-container {
        gap: 20px;
    }
    #menu .menu-wrap {
        gap: 40px;
    }
    #menu .menu-tab-wrap {
        gap: 8px;
    }
    #menu .menu-tab-wrap .menu-tab {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #menu .menu-black-bg div {
        height: 300px;
    }
    #menu .menu-slide {
        gap: 4.8px;
    }
    #menu .menu-slide p {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #cost {
        border-width: 10px;
    }
    #cost .tit-wrap {
        gap: 12px;
    }
    #process {
        padding: 80px 0;
        gap: 40px;
    }
    #contact .contact-right {
        padding: 40px 20px;
    }
    #contact .contact-right-wrap {
        width: 100%;
    }
}

@media(max-width: 650px) {
    #sauce .sauce-deco {
        width: 120%;
    }
    #sauce .sauce-tit-badge {
        width: 130px;
    }
    #sauce .sauce-item-bubble p {
        font-size: 16px;
        letter-spacing: -0.4px;
        padding: 5px 0;
        border-radius: 4px;
    }
    #sauce .sauce-item-bubble svg {
        width: 17px;
        height: auto;
    }
    #sauce .sauce-txt {
        font-size: 18px;
        letter-spacing: -0.45px;
        padding: 10px 5px;
    }
    #interior .interior-container {
        aspect-ratio: auto;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    #interior .interior-row {
        position: relative;
        width: 100%;
        height: auto;
    }
    #interior .interior-row-1 {
        aspect-ratio: 343 / 193.96;
    }
    #interior .interior-row-2 {
        aspect-ratio: 298.39 / 192.93;
    }
    /* Row 1 item positions (% of 343 × 193.96) */
    #interior .interior-img-item.i1 { left: 0%; top: 0.68%; width: 45.36%; height: 98.78%; }
    #interior .interior-img-item.i2 { left: 47.44%; top: 0%; width: 52.56%; height: 40.72%; }
    #interior .interior-img-item.i6 { left: 47.18%; top: 43.10%; width: 52.82%; height: 56.90%; }
    /* Row 2 item positions (% of 298.39 × 192.93) */
    #interior .interior-img-item.i3 { left: 0%; top: 0%; width: 38.60%; height: 28.72%; }
    #interior .interior-img-item.i4 { left: 40.05%; top: 0.04%; width: 25.58%; height: 28.60%; }
    #interior .interior-img-item.i5 { left: 67.09%; top: 0%; width: 32.73%; height: 49.72%; }
    #interior .interior-img-item.i8 { left: 67.09%; top: 51.81%; width: 32.73%; height: 49.20%; }
    #interior .interior-img-item.i7 { left: 0%; top: 30.98%; width: 65.52%; height: 69.27%; }
    #interior .interior-bubble.r {
        width: 105px;
        top: -7%;
        right: 3%;
    }
    #interior .interior-bubble.l {
        bottom: -6%;
        left: 2%;
    }
    #startup .startup-box-wrap  {
        gap: 7.5px;
    }
    #startup .startup-box {
        width: calc(50% - 3.75px);
        padding: 10px 15px;
    }
    #startup .startup-box p {
        font-size: 18px;
        letter-spacing: -0.45px;
        padding: 1.875px 7.5px;
        border-radius: 187.5px;
    }
    #startup .startup-bottom {
        gap: 4px;
    }
    #startup .startup-bottom div {
        font-size: 18px;
        letter-spacing: -0.45px;
        gap: 8px;
        flex-direction: column;
        gap: 2px;
    }
    #startup .startup-bottom div span {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #startup .startup-bottom p {
        font-size: 20px;
        letter-spacing: -0.5px;
        padding: 3px 10px;
        border-radius: 6px;
    }
    #startup .rental-container {
        margin-top: 20px;
    }
    #startup .rental-wrap img {
        width: 45%;
    }
    #startup .rental-container .rental-tit {
        font-size: 24px;
        letter-spacing: -0.6px;
        top: -27.5px;
    }
    #startup .rental-div p {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #startup .rental-div div {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #menu .menu-arch {
        width: 210px;
    }
    #menu .menu-tab-wrap {
        gap: 0;
    }
    #menu .menu-tab-wrap .menu-tab {
        height: 38px;
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #menu .menu-slide p {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #cost .cost-table th, #cost .cost-table td {
        font-size: 16px;
        letter-spacing: -0.4px;
        padding: 12px 6px;
    }
    #cost .cost-table th {
        height: 50px;
    }
    #cost .cost-table tr:last-child td {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #cost .cost-table-div p {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #process .step-card {
        padding: 32px 0 10px;
        gap: 8px;
    }
    #process .step-info {
        gap: 4px;
    }
    #process .process-img {
        top: 10px;
        right: -8%;
    }
    #contact .contact-right {
        background-attachment: unset;
    }
    #contact .contact-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    #contact .contact-txt {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    .form-wrap {
        gap: 12px;
    }
}

@media(max-width: 550px) {
    #process .step-card {
        padding: 24px 0 10px;
    }
    #process .step-item {
        padding: 7.5px;
    }
    #process .step-num {
        width: 40px;
        font-size: 16px;
        letter-spacing: -0.4px;
        top: 2px;
    }
    #process .step-tit {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #process .step-desc {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    #process .grand-open-txt {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
}

@media(max-width: 480px) {
    #sauce .sauce-deco {
        width: 140%;
    }
    #sauce .st-tit {
        line-height: 120%;
    }
    #sauce .st-tit span:first-child {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #sauce .sauce-tit-badge {
        width: 110px;
        left: 0%;
        top: -27%;
    }
    #sauce .sauce-item-bubble p {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #sauce .sauce-item-bubble svg {
        width: 15px;
    }
    #sauce .sauce-txt {
        width: calc(100% - 32px);
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #interior .st-tit {
        line-height: 120%;
    }
    #interior .st-tit span:first-child {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #interior .interior-bubble.r {
        width: 95px;
    }
    #interior .interior-bubble.l {
        width: 100px;
        left: 2%;
    }
    #interior .interior-img-item {
        border-radius: 8px;
    }
    #startup .startup-box p {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #startup .startup-bottom div {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #startup .startup-bottom div span {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #startup .startup-bottom p {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #startup .rental-container {
        margin-top: 10px;
    }
    #startup .rental-container .rental-tit {
        font-size: 20px;
        letter-spacing: -0.5px;
        top: -27.5px;
    }
    #startup .rental-div {
        width: 100%;
        align-items: flex-start;
    }
    #startup .rental-div p {
        font-size: 22px;
        letter-spacing: -0.55px;
    }
    #startup .rental-div div {
        text-align: left;
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #menu .menu-arch {
        width: 173px;
    }
    #menu .menu-black-bg {
        gap: 3px;
    }
    #menu .menu-black-bg div {
        height: 250px;
    }
    #menu .menu-slide p {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #cost .cost-table th, #cost .cost-table td {
        font-size: 14px;
        letter-spacing: -0.35px;
        line-height: 120%;
    }
    #cost .cost-table th {
        height: 45px;
    }
    #cost .cost-table tr:last-child td {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #cost .cost-table-div p {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #cost .cost-img.r {
        top: -2%;
        right: -5%;
    }
    #cost .cost-img.l {
        bottom: -1.5%;
    }
    #process .step-row>svg {
        width: 25px;
    }
    #process .step-item {
        width: calc(50% - 22.5px);
    }
    #process .step-card {
        padding: 16px 0 5px;
    }
    #process .step-num {
        width: 34px;
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #process .step-tit {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #process .step-desc {
        font-size: 10px;
        letter-spacing: -0.25px;
    }
    #process .grand-open-txt {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #contact .contact-txt {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .c-btn {
        width: auto;
        padding: 0 40px;
        font-size: 18px;
        letter-spacing: -0.45px;
    }
}

@media(max-width: 400px) {
    #startup .startup-box p {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #startup .startup-bottom div {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #startup .startup-bottom p {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #menu .menu-tab-wrap .menu-tab {
        padding: 0 10px;
        height: 35px;
        font-size: 15px;
        letter-spacing: -0.375px;
    }
    #menu .menu-black-bg div {
        height: 220px;
    }
    #cost .cost-table tr:last-child td {
        font-size: 15px;
        letter-spacing: -0.375px;
    }
    #process .step-row>svg {
        width: 20px;
    }
    #process .step-item {
        width: calc(50% - 20px);
    }
    #process .step-num {
        width: 30px;
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    #process .step-tit {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #process .step-desc {
        font-size: 8px;
        letter-spacing: -0.2px;
    }
    #process .grand-open-txt {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
}

@media(max-width: 370px) {
    #sauce .sauce-tit-badge {
        width: 100px;
        top: -30%;
    }
    #sauce .sauce-wrap {
        gap: 20px 15px;
    }
    #sauce .sauce-item {
        width: calc(31% - 10px);
    }
    #sauce .sauce-item-bubble p {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    #sauce .sauce-item-bubble svg {
        width: 13px;
    }
    #sauce .sauce-txt {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #interior .st-tit span:first-child {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #startup .startup-box p {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    #startup .rental-container .rental-tit {
        font-size: 18px;
        letter-spacing: -0.45px;
        top: -20.5px;
        padding: 6px 18px;
    }
    #startup .rental-div p {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #startup .rental-div div {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #menu .menu-slide p {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    #cost .cost-table th, #cost .cost-table td {
        font-size: 13px;
        letter-spacing: -0.325px;
    }
    #cost .cost-table th {
        height: 40px;
    }
    #cost .cost-table tr:last-child td {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #process .step-item {
        padding: 5px;
    }
    .contact-form {
        padding: 16px;
        gap: 20px;
    }
    .flex-input {
        gap: 20px;
    }
}

@media(max-width: 350px) {
    #cost .cost-table th, #cost .cost-table td {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    #cost .cost-table tr:last-child td {
        font-size: 13px;
        letter-spacing: -0.3px;
        padding: 12px 3px;
    }
    #cost .cost-table-div div {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #process .step-card {
        padding: 12px 0 5px;
    }
    #contact .contact-tit {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    #contact .contact-txt {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    .contact-form .round-checkbox {
        width: 24px;
        height: 24px;
    }
    .contact-form .agree {
        font-size: 14px !important;
        letter-spacing: -0.35px !important;
    }
    .contact-form .round-checkbox:checked {
        background-size: 14px !important;
    }
    .form-tab, .item label {
        font-size: 14px !important;
        line-height: 20px !important;
        letter-spacing: -0.35px !important;
    }
}

@media(max-width: 330px) {
    #startup .startup-box {
        padding: 8px 10px;
    }
    #startup .rental-div p {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    #process .step-tit {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    #process .grand-open-txt {
        font-size: 18px;
        letter-spacing: -0.45px;
    }

}