/* steak */
#steak {
    width: 100%;
    border-right: 20px solid #FF66B3;
    border-left: 20px solid #FF66B3;
    background: url(../img/main-bg.png);
    background-position: center center !important;
    background-size: cover !important;
    display: flex;
    box-sizing: border-box;
    padding: 100px 0;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    align-self: stretch;
    position: relative;
    overflow: hidden;
}

#steak::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

#steak .steak-box {
    display: flex;
    max-width: 1300px;
    width: 93%;
    justify-content: space-between;
    align-items: center;
    border: 5px solid #FF66B3;
    background: #FF66B3;
    position: relative;
    z-index: 3;
}

#steak .steak-box .steak-bubble.t {
    width: 350px;
    position: absolute;
    left: -5%;
    top: -10%;
}

#steak .steak-box .steak-bubble.b {
    width: 380px;
    position: absolute;
    left: 23%;
    bottom: -20%;
}

#steak .steak-box-inner {
    display: flex;
    box-sizing: border-box;
    padding: 0 80px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

#steak .steak-box-inner div {
    color: #FFF;
    font-family: SUIT;
    font-size: 28px;
    font-weight: 500;
    line-height: 145%; /* 40.6px */
    letter-spacing: -0.7px;
}

#steak .steak-box-inner b {
    color: #FFF;
    font-family: Paperlogy;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.2px;
}

#steak .steak-box-img {
    max-width: 704px;
    width: 55%;
    box-sizing: border-box;
    padding: 50px 0;
    background: url(../img/steak-box-img.png);
    background-position: center center !important;
    background-size: cover !important;
    border: 1px solid #FF66B3;
    display: flex;
    justify-content: center;
    align-items: center;
}

#steak .minute-div {
    width: 300px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #FF66B3;
    text-align: center;
    text-shadow: 0 4px 0 #000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
    font-family: Paperlogy;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 57.6px */
    letter-spacing: -1.2px;
}

#steak .minute-div img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    animation: rotate360 2.5s infinite;
}

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

#steak .steak-sub-tit {
    color: #FFF;
    text-align: center;
    font-family: Paperlogy;
    font-size: 40px;
    font-weight: 400;
    line-height: 120%; /* 48px */
    letter-spacing: -1px;
    word-break: keep-all;
}

#steak .steak-tit {
    color: #FF66B3;
    text-align: center;
    font-family: Paperlogy;
    font-size: 56px;
    font-weight: 700;
    line-height: 120%; /* 67.2px */
    letter-spacing: -1.4px;
    word-break: keep-all;
}

#steak .steak-item-wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#steak .steak-item {
    width: 33.3%;
    display: flex;
    box-sizing: border-box;
    padding: 40px 40px 30px 40px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    background: #FF66B3;
    position: relative;
}

#steak .steak-item:nth-child(2n) {
    background: #67BE72;
}

#steak .steak-item-num {
    width: 50px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/steak-num.svg);
    background-size: cover !important;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%; /* 24px */
    letter-spacing: -0.5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 23px;
}

#steak .steak-item-img {
    width: 100%;
    aspect-ratio: 5 / 3;
    background: #000;
}

#steak .steak-item-img img, #steak .steak-item-img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#steak .steak-item-txt {
    color: #FFF;
    text-align: center;
    font-family: Paperlogy;
    font-size: 28px;
    font-weight: 600;
    line-height: 150%; /* 42px */
    letter-spacing: -0.7px;
}


/* profit */
#profit {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 100px 0;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    background: linear-gradient(180deg, #FFE6F2 0%, #FFF 33.17%), #FFF;
    overflow: hidden;
    position: relative;
}

#profit .st-sub-tit, #profit .st-tit {
    color: #000;
}

#profit .profit-left-swiper {
    height: 100%;
    position: absolute;
    left: 10px;
    top: 0;
}

#profit .profit-swiper .swiper-wrapper {
    transition-timing-function: linear;
}

#profit .profit-swiper .swiper-slide {
    height: fit-content;
}

#profit .profit-swiper p {
    color:  #FF66B3;
    text-align: center;
    font-family: "Cooper Std";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 26px; /* 108.333% */
    letter-spacing: -0.6px;
    writing-mode: sideways-lr;
}

#profit .profit-right-swiper {
    height: 100%;
    position: absolute;
    right: 10px;
    top: 0;
} 

#profit .profit-right-swiper p {
    writing-mode: sideways-rl;
}

#profit .profit-container {
    max-width: 1000px;
    width: 88%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#profit .tab-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

#profit .profit-tab {
    max-width: 300px;
    display: flex;
    box-sizing: border-box;
    padding: 20px 10px;
    justify-content: center;
    align-items: center;
    flex: 1 0;
    border-bottom: 4px solid #DDD;
    cursor: pointer;
    color: rgba(255, 102, 179, 0.70);
    text-align: center;
    font-family: Paperlogy;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.6px;
    transition: 0.1s;
}

#profit .profit-tab.active, #profit .profit-tab:hover {
    color: #FF66B3;
    border-color: #FF66B3;
}

#profit .profit-table-wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

#profit .profit-table {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

#profit .profit-table-tit {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: #000;
    text-align: center;
    font-family: SUIT;
    font-size: 28px;
    font-weight: 600;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.7px;
}

#profit .profit-table table {
    border-collapse: collapse;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #FFF;
    position: relative;
}


#profit .profit-table table::after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 102, 179, 0.25);
    pointer-events: none;
    border-radius: 8px;
}

#profit .profit-table table th {
    width: 33.3%;
    box-sizing: border-box;
    padding: 14px 5px;
    border-bottom: 1px solid rgba(255, 102, 179, 0.25);
    background: #FFF0F7;
    color: #FF66B3;
    font-family: Paperlogy;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%; /* 28px */
    letter-spacing: -0.5px;
}

#profit .profit-table table td {
    box-sizing: border-box;
    padding: 14px 5px;
    color: #3A3A3C;
    text-align: center;
    font-family: SUIT;
    font-size: 18px;
    font-weight: 400;
    line-height: 144.444%;
    letter-spacing: -0.45px;
    border-bottom: 1px solid #DDD;
    white-space: nowrap;
}

#profit .profit-table table tr:last-child td {
    background: #FF66B3;
    color: #FFF;
    text-align: center;
    font-family: SUIT;
    font-size: 24px;
    font-weight: 800;
    line-height: 24px; /* 100% */
    letter-spacing: -0.6px;
}

#profit .profit-table table tr.bg-gray td {
    background: #F5F5F5;
    font-weight: 600 !important;
}

#profit .profit-table table tr.border-none td {
    border: none !important;
}

#profit .profit-table table tr:last-child td:first-child {
    font-family: SUIT;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px; /* 130% */
    letter-spacing: -0.5px;
}

#profit .table-comment {
    color: #666;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.35px;
}


/* interior */
#interior {
    display: flex;
    box-sizing: border-box;
    padding: 100px 0;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    background: url(../img/repeat-pink.png);
    background-repeat: repeat;
    position: relative;
    overflow: hidden;
}

#interior .interior-char {
    max-width: 199px;
    width: 20%;
    position: absolute;
    left: 70px;
    top: 97.125px;
}

#interior .interior-swiper {
    width: 100%;
    aspect-ratio: 3 / 0.95;
    position: relative;
    display: flex;
}

#interior .interior-swiper img {
    width: 100%;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.12);
}

#interior .interior-slide {
    display: flex;
    height: 100%;
    align-items: flex-start;
}

#interior .interior-slide.even {
    align-items: flex-end;
}

.nav-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.nav-wrap .nav-btn {
    display: flex;
    width: 60px;
    aspect-ratio: 1 / 1;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 0 solid rgba(255, 255, 255, 0.50);
    background: #000;
    pointer-events: initial;
}

.nav-wrap .nav-btn:hover svg {
    transition: 0.1s;
}

.nav-wrap .nav-btn:hover svg path {
    fill: #FF66B3;
}


/* cost */
#cost {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 100px 0;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    background: linear-gradient(180deg, #FFE6F2 0%, #FFF 33.17%), #FFF;
    overflow: hidden;
    position: relative;
}

#cost .absol-circle-img {
    left: -84.46px;
    top: -54.493px;
}

#cost .cost-table-div {
    max-width: 1000px;
    width: 95%;
}

#cost .cost-table-div img {
    width: 100%;
}

#cost .cost-table.mo-table {
    display: none;
}

#cost .cost-box {
    max-width: 670px;
    width: 85%;
    display: inline-flex;
    height: 240px;
    box-sizing: border-box;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 5px solid #FFF;
    background: #FF66B3;
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.12);
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    text-align: center;
    font-family: Paperlogy;
    font-size: 40px;
    font-weight: 600;
    line-height: 140%; /* 56px */
    letter-spacing: -1px;
    word-break: keep-all;
}

#cost .cost-char {
    max-width: 402px;
    width: 45%;
    position: absolute;
    right: 30px;
    bottom: 39.875px;
}


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

#process .process-char {
    max-width: 253px;
    width: 17%;
    position: absolute;
    right: 79px;
    top: 59.975px;
}

#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: #FF66B3;
  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: 10px;
  border: 2px solid #FF66B3;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  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: "Paperlogy";
  font-weight: 700;
  color: #FF66B3;
  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: #FF66B3;
}

#process .step-item--grand-open .step-num {
  background: #FF66B3;
  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%;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  align-items: center;
  background: url(../img/repeat-pink.png);
  background-repeat: repeat;
  position: relative;
  overflow: hidden;
}

#contact .contact-tit-div {
    max-width: 802px;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

#contact .contact-ellipse {
    width: 100%;
    aspect-ratio: 401 / 114;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: url(../img/contact-ellipse.png);
    background-position: center center !important;
    background-size: cover !important;
}

#contact .contact-sub-tit {
    color: #FFF;
    text-align: center;
    font-family: Paperlogy;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%; /* 43.2px */
}

#contact .contact-tit {
    color: #FFF;
    text-align: center;
    font-family: Paperlogy;
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 88.4px */
}

#contact .contact-sub-txt {
    color: #FFF;
    text-align: center;
    font-family: SUIT;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%; /* 33.6px */
    letter-spacing: -0.7px;
}

.contact-form {
    display: flex;
    max-width: 800px;
    width: 90%;
    box-sizing: border-box;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    background: #67BE72;
    z-index: 3;
}

#contact .contact-form-inner {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 50px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border: 1px solid #000;
    background: #FFF;
}

.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 #FF66B3 !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 !important; /* 23.4px */
    letter-spacing: -0.4px !important;
}

.item label span {
    color: #999;
}

.btn-wrap {
    width: 100%;
    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;
    gap: 8px;
    border: 1px solid rgba(0, 0, 0, 0.50);
    background: #FFF;
    color: #6B6B6B;
    font-size: 16px;
    line-height: 24px; /* 150% */
    font-weight: 500;
    letter-spacing: -0.4px;
    cursor: pointer;
    transition: 0.1s !important;
}

.form-tab img {
    display: none;
    transition: 0.1s;
}

.have, .this {
    color: #FF66B3;
    border: 1px solid #FF66B3;
    font-weight: 700;
}

.have img, .this img {
    display: block;
}

.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: #FF66B3;
    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 {
  color: #FF66B3;
}

.c-btn {
    display: flex;
    width: 150px;
    height: 42px;
    box-sizing: border-box;
    padding: 0 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #FF66B3;
    color: #FFF;
    font-family: Paperlogy;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%; /* 26px */
    letter-spacing: -0.5px;
    border: none;
    transition: 0.1s;
}

.c-btn:hover {
    background: linear-gradient(0deg, #CC528F 0%, #CC528F 100%), #FF66B3;
}

#contact .contact-check {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 441px;
    background: url(../img/pink-check.png);
    background-repeat: repeat;
}

#contact .contact-rico {
    max-width: 263px;
    width: 17%;
    position: absolute;
    left: 85px;
    bottom: 366.418px;
}

#contact .contact-prti {
    max-width: 396px;
    width: 25%;
    position: absolute;
    right: 0;
    bottom: 205.418px;
}


@media(min-width: 1701px) {
    #interior .interior-swiper {
        aspect-ratio: 3 / 0.85;
    }
}


@media(max-width: 1500px) {
    #interior .interior-swiper {
        aspect-ratio: 3 / 1.05;
    }
    #process .process-char {
        top: -1%;
        right: 2%;
    }
    #contact .contact-sub-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    #contact .contact-tit {
        font-size: 64px;
        letter-spacing: -1.6px;
    }
}

@media(max-width: 1280px) {
    #steak {
        gap: 60px;
    }
    #steak .steak-box-inner {
        padding: 0 60px;
    }
    #steak .steak-box-inner div {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #steak .steak-box-inner b {
        font-size: 40px;
        letter-spacing: -1px;
    }
    #steak .steak-sub-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    #steak .steak-tit {
        font-size: 48px;
        letter-spacing: -1.2px;
    }
    #steak .steak-item {
        padding: 20px 20px 15px 20px;
        gap: 13.85px;
    }
    #steak .steak-item-num {
        width: 45px;
        top: 5px;
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #steak .steak-item-txt {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #profit .profit-tab {
        max-width: 180px;
        padding: 15px 5px;
        font-size: 20px;
        letter-spacing: -0.5px;
        border-width: 3px;
    }
    #profit .profit-table-wrap {
        gap: 25px;
    }
    #profit .profit-table-tit {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #profit .profit-table-tit svg {
        width: 30px;
        height: 30px;
    }
    #profit .profit-table table th, #profit .profit-table table tr:last-child td:first-child {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #profit .profit-table table td {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #profit .profit-table table tr:last-child td {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #profit .profit-swiper p  {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #interior .interior-char {
        left: 20px;
        top: 20px;
    }
    .nav-wrap .nav-btn {
        width: 50px;
    }
    .nav-wrap .nav-btn svg {
        width: 27px;
        height: 27px;
    }
    #cost .cost-box {
        max-width: 570px;
        height: 200px;
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    #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-tit-div {
        max-width: 700px;
    }
    #contact .contact-sub-tit {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    #contact .contact-tit {
        font-size: 56px;
        letter-spacing: -1.4px;
    }
    #contact .contact-sub-txt {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #contact .contact-rico {
        left: 2%;
        bottom: unset;
        top: 20px;
    }
    #contact .contact-prti {
        bottom: 10px;
    }
}

@media(max-width: 1024px) {
    #steak .steak-box-inner {
        padding: 0 40px;
    }
    #steak .minute-div {
        width: 250px;
        font-size: 40px;
        letter-spacing: -1px;
    }
    #steak .steak-item-wrap {
        flex-wrap: wrap;
    }
    #steak .steak-item {
        width: 50%;
    }
    #profit .profit-table-wrap {
        max-width: 700px;
        flex-direction: column;
        align-items: center;
    }
    #profit .profit-table {
        width: 95%;
        gap: 8px;
    }
    #interior .interior-swiper {
        aspect-ratio: 3 / 1.15;
    }
    #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-item {
        width: calc(50% - 30px);
    }
}

@media(max-width: 900px) {
    #steak {
        padding: 80px 0;
        gap: 50px;
    }
    #steak .steak-container {
        gap: 30px;
    }
    #steak .steak-box .steak-bubble.t {
        width: 310px;
        left: -7%;
    }
    #steak .steak-box .steak-bubble.b {
        width: 330px;
    }
    #steak .steak-box-img {
        padding: 30px 0;
    }
    #steak .steak-box-inner div {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #steak .steak-box-inner b {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    #steak .steak-sub-tit {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    #steak .steak-tit {
        font-size: 40px;
        letter-spacing: -1px;
    }
    #profit {
        padding: 80px 0;
    }
    #profit .profit-swiper p  {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #interior {
        padding: 80px 0;
    }
    #interior .interior-swiper {
        aspect-ratio: 3 / 1.25;
    }
    #cost {
        padding: 80px 0;
    }
    #cost .absol-circle-img {
        left: -4%;
        top: -5%;
    }
    #cost .cost-box {
        max-width: 500px;
        height: 160px;
        font-size: 28px;
        letter-spacing: -0.7px;
        border-width: 3px;
    }
    #process {
        padding: 80px 0;
        background-attachment: unset;
        gap: 50px;
    }
    #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-item {
        width: calc(50% - 30px);
    }
    #process .step-info {
        gap: 6px;
    }
    #contact{
        padding: 80px 0;
    }
    #contact .contact-tit-div {
        max-width: 600px;
    }
    #contact .contact-sub-tit {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #contact .contact-tit {
        font-size: 48px;
        letter-spacing: -1.2px;
    }
    #contact .contact-sub-txt {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .contact-form {
        padding: 6px;
    }
    #contact .contact-form-inner {
        padding: 30px;
    }
    #contact .contact-rico {
        left: 4%;
    }
}

@media(max-width: 768px) {
    #steak {
        border-width: 12px;
        padding: 60px 0;
        gap: 40px;
    }
    #steak .steak-container {
        gap: 20px;
    }
    #steak .steak-box {
        padding: 0;
        border: none;
        border-bottom: 2px solid #FF66B3;
        width: 100%;
        flex-direction: column;
    }
    #steak .steak-box-inner {
        width: 100%;
        padding: 20px;
        align-items: center;
    }
    #steak .steak-box-inner div, #steak .steak-box-inner b {
        text-align: center;
    }
    #steak .steak-box-img {
        width: 100%;
        padding: 25px 0;
    }
    #steak .steak-box .steak-bubble {
        display: none !important;
    }
    #steak .steak-item-wrap {
        width: 90%;
    }
    #profit {
        padding: 60px 0;
        gap: 40px;
    }
    #profit .profit-left-swiper {
        left: 0;
    }
    #profit .profit-right-swiper {
        right: 0;
    }
    #profit .profit-table-tit {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #profit .profit-table-tit svg {
        width: 25px;
        height: 25px;
    }
    #profit .profit-table table th, #profit .profit-table table tr:last-child td:first-child {
        padding: 10px 5px;
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #profit .profit-table table td {
        padding: 10px 5px;
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #profit .profit-table table tr:last-child td {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #profit .table-comment {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    #interior {
        padding: 60px 0;
        gap: 40px;
    }
    #cost {
        padding: 60px 0;
        gap: 40px;
    }
    #process {
        padding: 60px 0;
        gap: 40px;
        border-width: 12px;
    }
    #contact {
        gap: 40px;
    }
}

@media(max-width: 650px) {
    #steak .steak-box-inner div {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #steak .steak-box-inner b {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    #steak .minute-div {
        width: 200px;
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    #steak .steak-sub-tit {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #steak .steak-tit {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    #steak .steak-item {
        width: 100%;
        gap: 13.846px;
    }
    #steak .steak-item-num {
        width: 40px;
        font-size: 16px;
        letter-spacing: -0.4px;
        top: 8px;
    }
    #steak .steak-item-txt {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #profit .profit-tab {
        max-width: 150px;
        font-size: 18px;
        letter-spacing: -0.45px;
        padding: 10px 5px;
    }
    #profit .profit-table table, #profit .profit-table table::after {
        border-radius: 4px;
        border-width: 0.5px;
    }
    #profit .profit-table-tit {
        font-size: 18px;
        letter-spacing: -0.45px;
        gap: 6px;
    }
    #profit .profit-table-tit svg {
        width: 22px;
        height: 22px;
    }
    #profit .profit-table table th, #profit .profit-table table tr:last-child td:first-child {
        padding: 7px 3px;
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #profit .profit-table table td {
        padding: 7px 3px;
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    #profit .profit-table table tr:last-child td {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #profit .table-comment {
        font-size: 10px;
        letter-spacing: -0.25px;
    }
    #interior .interior-swiper {
        aspect-ratio: 3 / 1.55;
    }
    .nav-wrap .nav-btn {
        width: 40px;
    }
    .nav-wrap .nav-btn svg {
        width: 24px;
        height: 24px;
    }
    #cost .absol-circle-img {
        width: 30%;
    }
    #cost .cost-table.mo-table {
        display: block;
    }
    #cost .cost-table.pc-table {
        display: none;
    }
    #cost .cost-box {
        max-width: 450px;
        height: 140px;
        font-size: 24px;
        letter-spacing: -0.6px;
        border: none;
        padding: 5px;
    }
    #process .process-char {
        width: 20%;
        right: unset;
        left: 0;
        top: -2%;
    }
    #process .steak-item {
        padding: 7.5px;
    }
    #process .step-card {
        padding: 5px 0x;
        gap: 8px;
    }
    #process .step-info {
        gap: 4px;
    }
    #process .process-img {
        top: 10px;
        right: -8%;
    }
    .flex-input {
        flex-wrap: wrap;
    }
    .form-wrap {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    #contact .contact-tit-div {
        max-width: 600px;
    }
    #contact .contact-sub-tit {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #contact .contact-tit {
        font-size: 40px;
        letter-spacing: -1px;
    }
    #contact .contact-sub-txt {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #contact .contact-form-inner {
        padding: 24px 20px;
    }
    #contact .contact-rico {
        width: 25%;
    }
    #contact .contact-prti {
        width: 32%;
        bottom: -1%;
        z-index: 5;
    }
}

@media(max-width: 550px) {
    #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) {
    #steak .steak-box-inner div {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #steak .steak-box-inner b {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #profit .profit-table-tit {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #profit .profit-table-tit svg {
        width: 20px;
        height: 20px;
    }
    #profit .profit-table table th, #profit .profit-table table tr:last-child td:first-child {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    #profit .profit-table table th {
        width: 32.5%;
    }
    #profit .profit-table table th:firsh-childe {
        width: 35%;
    }
    #profit .profit-table table td {
        font-size: 10px;
        letter-spacing: -0.25px;
    }
    #profit .profit-table table tr:last-child td {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #profit .table-comment {
        font-size: 9px;
        letter-spacing: -0.275px;
    }
    #interior .interior-swiper {
        aspect-ratio: 3 / 2.3;
    }
    #cost .cost-box {
        width: 80%;
        height: 120px;
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #process .step-row>svg {
        width: 25px;
    }
    #process .step-item {
        width: calc(50% - 22.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-sub-tit {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #contact .contact-tit {
        font-size: 34px;
        line-height: -0.85px;
    }
    #contact .contact-sub-txt {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
}

@media(max-width: 400px) {
    #steak .steak-item-num {
        width: 35px;
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #steak .minute-div {
        width: 150px;
        font-size: 28px;
        letter-spacing: -0.7px;
        text-shadow: 0 2px 0 #000;
        -webkit-text-stroke-width: 1px;
    }
    #profit .profit-table-tit {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #profit .profit-table-tit svg {
        width: 18px;
        height: 18px;
    }
    #profit .profit-table table th, #profit .profit-table table tr:last-child td:first-child {
        font-size: 10px;
        letter-spacing: -0.25px;
    }
    #profit .profit-table table td {
        font-size: 9px;
        letter-spacing: -0.225px;
    }
    #profit .profit-table table tr:last-child td {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    #profit .table-comment {
        font-size: 8px;
        letter-spacing: -0.25px;
    }
    #cost .cost-box {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #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) {
    #steak .steak-sub-tit {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #steak .steak-tit {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    #steak .steak-item {
        padding: 12px 12px 8px;
        gap: 10px;
    }
    #profit .profit-tab {
        font-size: 16px;
        letter-spacing: -0.4px;
        padding: 8px 4px;
        border-width: 2px;
    }
    #process .step-item {
        padding: 5px;
    }
    #contact .contact-sub-tit {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #contact .contact-tit {
        font-size: 28px;
        line-height: -0.7px;
    }
    #contact .contact-sub-txt {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #contact .contact-form-inner {
        padding: 20px 16px;
    }
}

@media(max-width: 330px) {
    #process .step-tit {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    #process .grand-open-txt {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #contact .contact-sub-tit {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
}