/* contents */
#contents {
    width: 100%;
    display: flex;
    padding-top: 50px;
    justify-content: center;
    align-items: center;
    background: #FFF;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

#contents .heart {
    width: 100px;
    position: absolute;
    right: 10%;
    top: 65.807px;
}

#contents .contents-wrap {
    max-width: 1300px;
    width: 90%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 80px;
    z-index: 3;
}

#contents .contents-wrap .phone-div {
    max-width: 397px;
    width: 33%;
    position: relative;
}

#contents .contents-wrap .phone-div::after {
    content: "";
    width: 98%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #FFF;
    border-radius: 32px 32px 0 0;
    z-index: 1;
}

#contents .phone {
    width: 100%;
    position: relative;
    z-index: 3;
}

#contents .thumbup {
    width: 120px;
    position: absolute;
    right: -50px;
    top: 167px;
    z-index: 4;
}

/* phone-frame.png의 화면 영역에 맞춰 릴스 스와이퍼 배치 */
#contents .phone-reels-swiper {
    width: 95%;
    position: absolute;
    top: 7%;
    left: 50%;
    bottom: -1%;
    transform: translateX(-50%);;
    overflow: hidden;
    z-index: 2;
}

#contents .phone-reels-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #000;
}

#contents .phone-reels-swiper iframe.instagram-media {
    width: 100% !important;
    height: 100% !important;
    min-width: 0 !important;
}

#contents .phone-reels-swiper .swiper-pagination {
    bottom: 10px !important;
}

#contents .phone-reels-swiper .swiper-pagination-bullet {
    background: #FFF;
    opacity: 0.6;
}

#contents .phone-reels-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}

#contents .tit-div {
    align-items: flex-start;
}

#contents .st-sub-tit, #contents .st-tit {
    color: #5A3E39;
}

#contents .contents-swiper {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 11%;
}

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

#contents .contents-swiper .swiper-slide {
    width: 225px !important;
}

#contents .contents-swiper img {
    width: 100%;
    border-radius: 20px;
    aspect-ratio: 130/231;
    object-fit: cover;
}


/* support */
#support {
    width: 100%;
    display: flex;
    padding: 100px 0;
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
    background: #FFEBE0;
    position: relative;
}

#support .sushi-top-swiper {
    width: 100%;
    position: absolute;
    top: -75px;
    left: 0;
    z-index: 2;
    overflow: hidden;
}

#support .sushi-top-swiper .swiper-wrapper, .sushi-bottom-swiper .swiper-wrapper {
    transition-timing-function: linear;
}

#support .sushi-top-swiper .swiper-slide, .sushi-bottom-swiper .swiper-slide {
    width: 244px !important; 
}

#support .sushi-top-swiper img, .sushi-bottom-swiper img {
    width: 100%;
}

.sushi-bottom-swiper {
    width: 100%;
    position: absolute;
    bottom: -75px;
    left: 0;
    overflow: hidden;
    z-index: 6;
}

#support .support-container {
    max-width: 1300px;
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#support .support-store {
    width: 963px;
    position: absolute;
    left: -400px;
    bottom: -500px;
}

#support>.support-store {
    display: none;
}

#support .tit-div {
    position: sticky;
    top: 90px;
    left: 0;
}

#support .st-tit {
    text-align: left;
}

#support .support-item-wrap {
    display: flex;
    max-width: 700px;
    width: 60%;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    z-index: 5;
}

#support .support-item {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 30px 40px;
    align-items: center;
    gap: 30px;
    align-self: stretch;
    border-radius: 20px;
    background: #FFF;
}

#support .support-item img {
    width: 100px;
}

#support .support-div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
}

#support .support-item-div p {
   color: #FC4D0F;
    font-family: 'Paperlogy';
    font-size: 32px;
    font-weight: 700;
    line-height: 140%; /* 44.8px */
    letter-spacing: -0.8px; 
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
}

#support .support-item-div p img {
    display: none;
}

#support .support-item-div div {
    color: rgba(90, 62, 57, 0.80);
    font-size: 22px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.55px;
}


/* half */
#half {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 60px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    align-self: stretch;
    background: #FFF;
    position: relative;
    overflow: hidden;
    z-index: 7;
}

#half .half-inner {
    width: 100%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    overflow: hidden;
    position: relative;
}

#half .half-wrap {
    display: flex;
    padding: 80px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex: 1 0 0;
    align-self: stretch;
    background: #E84F31;
}

#half .half-wrap.right {
    background: #F9D950;
}

#half .half-wrap img {
    max-width: 356px;
    width: 55%; 
}

#half .half-wrap p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    color: #F9E8AF;
    font-family: 'Paperlogy';
    font-size: 52px;
    font-weight: 700;
    line-height: 100%; /* 52px */
    letter-spacing: -1.04px;
    z-index: 3;
}

#half .half-wrap p span {
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'Paperlogy';
    font-size: 96px;
    font-style: italic;
    font-weight: 800;
    line-height: 100%; /* 96px */
    letter-spacing: -1.92px;
    padding-right: 0.2em;
    margin-right: -0.2em;
}

#half .half-wrap div {
    color: #F4D1C1;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 140%; /* 30.8px */
    letter-spacing: -0.55px;
}

#half .half-wrap p.brown span {
    color: #FC4D0F;
}

#half .half-img {
    width: 280px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

#half .half-shabu {
    width: 99%;
    z-index: 2;
}

#half .half-circle-txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    animation: rotate360 30s linear infinite;
}


/* beginner */
#beginner {
    width: 100%;
    background: #FFEBE0;
    display: flex;
    box-sizing: border-box;
    padding: 60px;
    align-items: center;
    align-items: center;
    gap: 60px;
}

#beginner .beginner-inner {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 80px 0;
    justify-content: center;
    align-items: center;
    background: url(../img/support-bg.png);
    background-size: cover !important;
    background-position: bottom center !important;
    border-radius: 20px;
    border: 2px solid #FC4D0F;
}

#beginner .beginner-container {
    display: flex;
    max-width: 1300px;
    width: 95%;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

#beginner .beginner-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    gap: 80px;
}

#beginner .beginner-left-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 50px;
}

#beginner .beginner-left-wrap img {
    max-width: 539px;
    width: 85%;
}

#beginner .beginner-left-wrap img.mo-bubble {
    width: 60%;
    display: none;
}

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

#beginner .beginner-left-div p {
    color: #5A3E39;
    font-family: 'Paperlogy';
    font-size: 28px;
    font-weight: 500;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.7px;
}

#beginner .beginner-left-box {
    display: flex;
    box-sizing: border-box;
    padding: 40px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(6px);
}

#beginner .beginner-left-box small {
    color: #5A3E39;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%; /* 28px */
    letter-spacing: -0.5px;
}

#beginner .beginner-left-box p {
    color: #FC4D0F;
    font-family: 'Paperlogy';
    font-size: 40px;
    font-style: italic;
    font-weight: 700;
    line-height: 100%; /* 40px */
    letter-spacing: -0.8px;
}

#beginner .beginner-left-box div {
    color: #FC4D0F;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.6px;
}

#beginner .beginner-box-wrap {
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

#beginner .beginner-box {
    width: 100%;
    min-height: 200px;
    display: flex;
    box-sizing: border-box;
    padding: 30px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #5A3E39;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    cursor: pointer;
    overflow: hidden;
}

#beginner .beginner-box:first-child {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(../img/beginner-box-1.png);
}

#beginner .beginner-box:nth-child(2) {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(../img/beginner-box-2.png);
}

#beginner .beginner-box:last-child {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(../img/beginner-box-3.png);
}

#beginner .beginner-box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
    opacity: 0;
    transition: 0.15s;
}

#beginner .beginner-box:hover::before {
    opacity: 1;
}

#beginner .beginner-box big {
    color: #FFF;
    text-align: center;
    font-family: 'Paperlogy';
    font-size: 32px;
    font-weight: 700;
    line-height: 140%; /* 44.8px */
    letter-spacing: -0.8px;
    box-sizing: border-box;
    padding: 10px 30px;
    border-radius: 50px;
    background: #231815;
    transition: 0.1s;
    z-index: 2;
}

#beginner .beginner-box:hover big {
    background: #FC4D0F;
}

#beginner .beginner-box div {
    width: 100%;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%; /* 27px */
    letter-spacing: -0.45px;
    box-sizing: border-box;
    padding: 0;
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    z-index: 2;
    transition: max-height 0.2s ease, opacity 0.15s ease, padding 0.2s ease, margin-top 0.2s ease;
}

#beginner .beginner-box:hover div {
    max-height: 300px;
    opacity: 1;
    padding: 20px;
    margin-top: 10px;
}


/* interior */
#interior {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 80px 0 100px;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    background: #FFEBE0;
    position: relative;
    overflow: hidden;
}

#interior .interior-container {
    max-width: 1300px;
    width: 95%;
    display: flex;
    align-items: center;
    gap: 60px;
}

#interior .interior-content {
    flex: 1 0 0;
    color: #5A3E39;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%; /* 28px */
    letter-spacing: -0.5px;
    box-sizing: border-box;
    padding: 40px 0; 
}

#interior .interior-content span {
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.6px;
}

#interior .interior-box {
    max-width: 720px;
    width: 60%;
    aspect-ratio: 3.6 / 2.5;
    border-radius: 20px;
    border: 1px solid #5A3E39;
    position: relative;
}

#interior .interior-badge {
    max-width: 200px;
    width: 25%;
    position: absolute;
    right: -8%;
    top: -16%;
    z-index: 2;
    animation: badgeWobble 2.4s ease-in-out infinite;
}

@keyframes badgeWobble {
    0%, 100% { transform: rotate(-6deg); }
    50% { transform: rotate(6deg); }
}

#interior .interior-box-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

#interior .interior-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#interior .interior-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#interior .nav-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -108px;
    bottom: 0;
}

#interior .nav-btn {
    display: flex;
    width: 48px;
    aspect-ratio: 1 / 1;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#interior .nav-btn:hover svg {
    transition: 0.15s;
}

#interior .nav-btn:hover svg path {
    fill: #FC4D0F;
}

#interior .sushi-bottom-swiper {
    bottom: -50px;
}


/* chance */
#chance {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 80px 0;
    background: #E84F31;
    position: relative;
    overflow: hidden;
}

#chance .chance-container {
    max-width: 1300px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 3;
}

#chance .chance-left {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
}

#chance .chance-tit-line1 {
    display: inline-block;
}

/* .y 는 전역 유틸 클래스라 color !important 라 JS로 인라인 색상을 덮어쓸 수 없어서,
   깜빡임 효과는 CSS 변수를 통해서만 색을 바꿈 */
#chance .st-tit span.y {
    color: var(--chance-y-color, #F9E8AF) !important;
    display: inline-block;
}

#chance .chance-left-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
}

#chance .chance-sub-tit {
    color: #FFF;
    font-family: 'Paperlogy';
    font-size: 28px;
    font-weight: 500;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.7px;
}

#chance .chance-left-div small {
    color:  #F4D1C1;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.4px;
}

#chance .go-contact {
    border: 1px solid #231815;
    background: #F9D950; 
    color: #5A3E39;
    animation: none;
}

#chance .go-contact:hover {
    background: #f3d036;
}

#chance .chance-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    flex: 1 0 0;
}

#chance .chance-right-div {
    display: flex;
    box-sizing: border-box;
    padding: 0 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    border-left: 2px solid #FBBE9F;
}

#chance .chance-right-div p {
    color: #FFF;
    font-family: 'Paperlogy';
    font-size: 40px;
    font-weight: 700;
    line-height: 130%; /* 52px */
    letter-spacing: -1px;
}

#chance .chance-right-div small {
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Paperlogy';
    font-size: 20px;
    font-weight: 500;
    line-height: 140%; /* 28px */
    letter-spacing: -0.5px;
}

#chance .chance-box-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
}

#chance .chance-box-div {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

#chance .chance-box {
    width: 100%;
    flex: 1 0 0;
    display: flex;
    padding: 40px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    background: rgba(244, 209, 193, 0.90);
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(6px);
    white-space: nowrap;
}

#chance .chance-box.brown {
    background: rgba(90, 62, 57, 0.90);
}

#chance .chance-box.yellow {
    background: rgba(255, 211, 66, 0.90);
}

#chance .chance-box img {
    max-width: 140px;
    width: 35%;
}

#chance .chance-box p {
    color: #231815;
    font-family: 'Paperlogy';
    font-size: 36px;
    font-weight: 700;
    line-height: 130%; /* 46.8px */
}

#chance .chance-box div {
    color: #231815;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 140%; /* 30.8px */
    letter-spacing: -0.55px;
}

#chance .chance-bg-img {
    max-width: 1300px;
    width: 80%;
    position: absolute;
    left: 0;
    bottom: 0;
}


/* section-wrap */
.section-wrap {
    width: 100%;
    display: flex;
    padding: 60px;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    background: #E84F31;
}


/* choice */
#choice {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 80px 0;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #FFEBE0;
    position: relative;
    overflow: hidden;
}

#choice .choice-swiper {
    max-width: 1320px;
    width: 100%;
    overflow: hidden;
}

#choice .choice-swiper .swiper-wrapper {
    transition-timing-function: linear;
    align-items: stretch;
}

#choice .choice-swiper .swiper-slide {
    width: 400px !important;
    height: auto;
}

#choice .choice-card {
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    padding: 40px 30px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    border-radius: 20px;
    background: #FFF;
}

#choice .choice-card-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

#choice .choice-card-div p {
    color: #5A3E39;
    font-family: 'Paperlogy';
    font-size: 16px;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
    letter-spacing: 0.64px;
    box-sizing: border-box;
    padding: 5px 20px;
    border-radius: 100px;
    border: 1px solid #5A3E39;
}

#choice .choice-card-div div {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #5A3E39;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.6px;
}

#choice .choice-card-div div img {
    width: 102px;
}

#choice .choice-card-comment {
    color: #505050;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.5px;
}

#choice .choice-circle-wrap {
    max-width: 490px;
    width: 70%;
    aspect-ratio: 1 / 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

#choice .choice-circle {
    display: flex;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    padding: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 6;
    border-radius: 500px;
    background: url(../img/menu-circle-1.png);
    background-size: cover !important;
    background-position: center center !important;
    overflow: hidden;
}

#choice .choice-circle::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(252, 77, 15, 0.80);
}

#choice .choice-circle-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 500px;
    border: 2px solid #FFF;
    background: rgba(252, 77, 15, 0.50);
    z-index: 3;
}

#choice .choice-thumbup {
    max-width: 212px;
    width: 45%;
    position: absolute;
    right: -10%;
    top: -10%;
}

/* .y 는 전역 유틸 클래스라 color !important 라 JS로 인라인 색상을 덮어쓸 수 없어서,
   깜빡임 효과는 CSS 변수를 통해서만 색을 바꿈 */
#choice .choice-circle-inner span.y {
    color: var(--choice-y-color, #F9E8AF) !important;
}


/* why */
#why {
    width: 100%;
    border-radius: 20px;
    background: #FFEBE0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    box-sizing: border-box;
    padding: 80px 0;
}

#why .stack-cards {
    max-width: 1200px;
    width: 95%;
    --stack-cards-top-margin: 140px;
    --stack-cards-margin-y: 24px;
}

#why .stack-cards__item {
    width: 100%;
    position: sticky;
    top: var(--stack-cards-top-margin);
    transform-origin: center top;
    display: flex;
    align-items: stretch;
    margin-bottom: var(--stack-cards-margin-y);
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 -16px 32px 0 rgba(90, 62, 57, 0.08);
    overflow: hidden;
}

#why .stack-card-img {
    width: 50%;
    position: relative;
}

#why .stack-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#why .stack-card-inner {
    width: 50%;
    display: flex;
    padding: 20px 60px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

#why .stack-card-inner p {
    color: #5A3E39;
    font-family: 'Paperlogy';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 56px */
    letter-spacing: -1px;
}

#why .stack-card-inner div {
    color: #444;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%; /* 33.6px */
    letter-spacing: -0.6px;
}

#why .st-bottom-txt {
    margin-top: 3%;
    border-color: #FC4D0F;
    background: transparent;
}


/* process */
#process {
    width: 100%;
    background: #E84F31;
    display: flex;
    box-sizing: border-box;
    padding: 80px 0;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    overflow: hidden;
    position: relative;
}

#process .st-sub-tit {
    font-size: 28px;
    font-weight: 500;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.7px;
}

#process .brand-bg-txt {
    top: unset;
    bottom: 3%;
}

#process .step-list {
    max-width: 1028px;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 12px; 
    align-items: stretch;
    justify-content: center;
    z-index: 3;
}

#process .step-list>svg {
    margin: auto 0;
}

#process .step-item {
    width: calc(33.3% - 42.66px);
    aspect-ratio: 5 / 4.3;
    border-radius: 12px;
    border: 2px solid #F4D1C1;
    background: #FFF;
    backdrop-filter: blur(6px);
    display: flex;
    box-sizing: border-box;
    padding: 30px 0 10px ;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

#process .step-item.orange {
    background: #FC4D0F;
    border-color: #FFF;
}

#process .step-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
} 

#process .step-info strong {
   color: #5A3E39;
    text-align: center;
    font-family: 'Paperlogy';
    font-size: 28px;
    font-weight: 700;
    line-height: 120%; /* 33.6px */
    letter-spacing: -0.7px; 
}

#process .step-info div {
    color: #381804;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.4px;
}

#process .step-item.orange .step-info strong, #process .step-item.orange .step-info div {
    color: #FFF;
}

/* 매장 오픈 아이콘: 외부 svg는 color로 재색상이 안돼서 mask로 대체(흰색<->노랑 깜빡임용) */
#process .step-item.orange .step-icon-mask {
    width: 64px;
    height: 64px;
    display: inline-block;
    background-color: #FFF;
    -webkit-mask-image: url(../img/step-icon-6.svg);
    mask-image: url(../img/step-icon-6.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

#process .circle-txt {
    max-width: 320px;
    width: 40%;
    position: absolute;
    animation: rotate360 22s linear infinite;
}

#process .circle-txt.r {
    right: -9.833px;
    top: 30px;
}

#process .circle-txt.l {
    left: -39.988px;
    bottom: -47px;
}


/* contact */
#contact {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F4D1C1;
  overflow: hidden;
  position: relative;
}

.contact-txt-marquee {
    position: absolute;
    left: 0;
    top: 65%;
    transform: translateY(-50%);
    width: 100%;
    /* 마퀴 전체 크기의 기준값: 이 font-size 하나만 바꾸면 높이/자간이 같은 비율로 같이 줄어듦.
       svg에 height를 명시하지 않으면 width:100%를 따라가며 해상도에 따라 글자가 같이 줄어드니 반드시 필요 */
    font-size: 45.943px;
    height: 7.4483em;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

.contact-txt-marquee svg {
    height: 7.4483em;
}

.contact_text_path > * {
    fill: #FC4D0F;
    font-family: 'Paperlogy';
    font-size: 1em;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6531em;
}

#contact .contact-container {
    display: flex;
    max-width: 700px;
    width: 90%;
    box-sizing: border-box;
    padding: 80px 60px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    background: #FFF;
    z-index: 5;
}

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

#contact .tit-wrap img {
    width: 119px;
}

#contact .st-sub-tit {
    font-size: 28px;
    font-weight: 500;
    line-height: 140%; /* 39.2px */
    letter-spacing: -0.7px;
}

.contact-form {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.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 #FC4D0F !important;
  box-shadow: none !important;
}

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

textarea {
  resize: none;
}

.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;
    font-weight: 500 !important;
}

.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: #FC4D0F;
  border: 1px solid #FC4D0F;
  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: #FC4D0F;
  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;
}

.c-btn {
  width: 150px;
  height: 44px;
  background: #FC4D0F;
  font-family: 'Papaerlogy';
  box-sizing: border-box;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: -0.5px;
  border: none;
  border-radius: 8px;
}

.c-btn:hover {
  background: #ed4306;
}

#contact .contact-sushi-swiper {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 3;
}

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

#contact .contact-sushi-swiper .swiper-slide {
    width: 571px !important
}

#contact .contact-sushi-swiper img {
    width: 100%;
}


@media(max-width: 1500px) {
    #contents .heart {
        right: 2%;
    }
}

@media(max-width: 1400px) {
    #support .support-item {
        padding: 20px 30px;
    }
    #support .support-item img {
        width: 85px;
    }
    #half, #beginner {
        padding: 40px;
    }
    #beginner .beginner-left-wrap {
        gap: 20px;
    }
    #beginner .beginner-left {
        gap: 40px;
    }
    #chance .chance-left {
        width: 40%;
    }
    #chance .chance-right {
        width: 60%;
    }
    .section-wrap {
        padding: 40px;
    }
}

@media (max-width: 1280px) {
    #contents .contents-wrap {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 60px;
    }
    #contents .tit-div {
        align-items: center;
    }
    #contents .st-tit, #contents .st-sub-tit {
        text-align: center;
    }
    #contents .contents-wrap .phone-div {
        width: 50%;
    }
    #support .support-item-wrap {
        gap: 20px;
    }
    #support .support-item img {
        width: 75px;
    }
    #support .support-item-div p {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    #support .support-item-div div {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #support .sushi-top-swiper .swiper-slide, .sushi-bottom-swiper .swiper-slide {
        width: 200px !important;
    }
    #support .sushi-top-swiper {
        top: -55px;
    }
    #support .sushi-bottom-swiper {
        bottom: -55px;
    }
    #half, #beginner {
        padding: 20px;
    }
    #half .half-wrap p {
        font-size: 40px;
        letter-spacing: -0.9px;
    }
    #half .half-wrap p span {
        font-size: 80px;
        letter-spacing: -1.8px;
    }
    #half .half-wrap div {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #half .half-wrap {
        padding: 50px 0 100px;
        gap: 30px;
    }
    #beginner .beginner-left-div p {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #beginner .beginner-left-box {
        padding: 20px 15px;
        gap: 16px;
    }
    #beginner .beginner-left-box small {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #beginner .beginner-left-box p {
        font-size: 32px;
        letter-spacing: -0.7px;
    }
    #beginner .beginner-left-box div {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #beginner .beginner-box big  {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    #interior {
        gap: 40px;
    }
    #interior .interior-container {
        flex-direction: column;
        gap: 40px;
        align-items: center;
    }
    #interior .interior-content {
        padding: 0;
        text-align: center;
    }
    #interior .interior-box {
        max-width: 720px;
        width: 100%;
        margin-bottom: 50px;
    }
    #interior .nav-wrap {
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
    }
    #chance .chance-left {
        gap: 40px;
    }
    #chance .chance-sub-tit {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #chance .chance-right {
        width: 100%;
    }
    #chance .chance-right-div {
        padding: 0 20px;
    }
    #chance .chance-right-div p {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    #chance .chance-right-div small {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #chance .chance-box {
        padding: 30px 0;
    }
    #chance .chance-box p {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    #chance .chance-box div {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .section-wrap {
        padding: 20px;
    }
    #why .stack-card-inner {
        padding: 20px 40px;
    }
    #process .st-sub-tit {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #contact .st-sub-tit {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #contact .contact-container {
        padding: 80px 40px;
    }
    #contact .contact-sushi-swiper .swiper-slide {
        width: 500px !important;
    }
}

@media(max-width: 1200px) {
    #chance .chance-container {
        flex-direction: column;
        gap: 70px;
    }
    #chance .chance-left, #chance .chance-right {
        width: 100%;
    }
    #chance .chance-left-div:first-child {
        gap: 6px;
    }
    #chance .chance-box {
        flex: unset;
        width: 350px;
    }
    #chance .chance-box-div {
        flex: unset;
    }
    #why .stack-card-inner {
        padding: 20px 30px;
    }
}

@media(max-width: 1100px) {
    #support .tit-div {
        position: static;
    }
    #support .support-container {
        width: 90%;
        flex-direction: column;
        gap: 30px;
    }
    #support .tit-div .support-store {
        display: none;
    }
    #support>.support-store {
        display: block;
        width: 100%;
        left: 0;
        bottom: 0;
    }
    #support .support-item-wrap {
        width: 100%;
        max-width: unset;
    }
    #why .stack-card-img {
        height: 300px;
        width: 40%;
    }
    #why .stack-card-inner {
        width: 60%;
    }
    #process .step-item {
        aspect-ratio: 5 / 4.7;
    }
}

@media(max-width: 1024px) {
    .flex-input {
        gap: 24px;
    }
    #half .half-inner {
        flex-direction: column;
    }
    #half .half-wrap {
        width: 100%;
        flex: unset;
        gap: 20px;
        padding: 50px 0 150px;
    }
    #half .half-wrap.right {
        padding: 150px 0 50px;
    }
    #half .half-img {
        width: 250px;
    }
    #beginner .beginner-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }
    #beginner .beginner-box-wrap {
        width: 100%;
        align-items: stretch;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #beginner .beginner-box {
        width: calc(50% - 10px);
    }
    #process .step-item {
        aspect-ratio: 1 / 1;
    }
    #process .step-info strong {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #process .step-info div {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
}

@media(max-width: 900px) {
    .pc {
        display: none !important;
    }
    .mobile {
        display: block;
    }
    .layer-popup .show-chk-wrap {
        margin-top: 0;
    }
    .layer-popup .show-chk-wrap a {
        font-size: 14px;
        line-height: 20px; /* 142.857% */
        letter-spacing: -0.35px;
    }
    .layer-popup .show-chk-wrap .x-btn {
        padding: 0 15px;
    }
    #contents .heart {
        width: 80px;
    }
    #contents .thumbup {
        width: 100px;
    }
    #support .sushi-top-swiper .swiper-slide, .sushi-bottom-swiper .swiper-slide {
        width: 170px !important;
    }
    #support .sushi-top-swiper {
        top: -40px;
    }
    #support .sushi-bottom-swiper {
        bottom: -40px;
    }
    #chance .chance-box {
        width: 300px;
        padding: 20px 0;
        gap: 10px;
    }
    #chance .chace-box p {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    #chance .chance-box div {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #choice .choice-swiper .swiper-slide {
        width: 370px !important;
    }
    #choice .choice-card  {
        padding: 30px 20px;
        gap: 20px;
    }
    #choice .choice-card-div p {
        font-size: 14px;
        letter-spacing: -0.35px;
        padding: 4.25px 17px;
        border-radius: 85px;
    }
    #choice .choice-card-div div  {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #choice .choice-card-comment  {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #choice .choice-card-div div img {
        width: 86px;
    }
    #why .stack-card-inner {
        gap: 12px;
    }
    #why .stack-card-inner p {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    #why .stack-card-inner div {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #process .step-list {
        gap: 20px 12px;
    }
    #process .step-item {
        aspect-ratio: 1 / 1.1;
    }
    #process .step-info strong {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #process .step-info div {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    #process .st-sub-tit {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #process .brand-bg-txt {
        top: 50%;
        bottom: unset;
        transform: translate(-50%, -50%);
    }
    #contact .contact-container {
        padding: 80px 20px;
    }
    #contact .contact-sushi-swiper .swiper-slide {
        width: 400px !important;
    }
    #contact .st-sub-tit {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    .contact-txt-marquee, .contact-txt-marquee svg {
        font-size: 32px;
        height: 10.4483em;
        letter-spacing: 20px;
    }
}

@media (max-width: 768px) {
    .layer-popup {
        max-height: 95vh !important;
        position: fixed;
        top: 2% !important;
        left: 5% !important;
        width: 80% !important;
        overflow: scroll;
    }
    #contents .contents-wrap .phone-div {
        width: 60%;
    }
    #contents .heart {
        width: 60px;
        top: 38px;
    }
    #contents .thumbup {
        width: 60px;
        top: 122px;
        right: 3%;
    }
    #support {
        padding: 80px 0;
    }
    #support .support-item-div p {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #support .support-item-div div {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #support .support-item img {
        width: 60px;
    }
    #half, #beginner {
        padding: 12px;
    }
    #half .half-wrap {
        padding: 50px 0 100px;
    }
    #half .half-wrap.right {
        padding: 100px 0 50px;
    }
    #half .half-wrap p {
        font-size: 32px;
        letter-spacing: -0.8px;
    }
    #half .half-wrap p span {
        font-size: 72px;
        letter-spacing: -1.7px;
    }
    #half .half-wrap div {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #half .half-img {
        width: 200px;
    }
    #interior {
        padding: 80px 16px;
    }
    #interior .interior-container {
        width: 100%;
    }
    #interior .interior-badge {
        right: -4%;
        top: -12%;
    }
    #chance {
        padding: 80px 16px;
    }
    #chance .chance-container {
        width: 100%;
    }
    #chance .chance-box-wrap, #chance .chance-box-div {
        gap: 15px;
    }
    .section-wrap {
        padding: 12px;
        gap: 40px;
    }
    #why {
        gap: 40px;
    }
    #why .stack-cards__item {
        flex-direction: column;
    }
    #why .stack-card-img, #why .stack-card-inner {
        width: 100%;
    }
    #why .st-bottom-txt {
        margin-top: 7%;
    }
    #process {
        gap: 40px;
    }
    #process .step-item {
        width: calc(50% - 32px);
        aspect-ratio: 5 / 4;
        padding: 30px 0 10px
    }
    #contact .contact-container {
        padding: 80px 16px;
    }
}

@media (max-width: 650px) {
    .contact-form {
        gap: 30px;
    }
    .flex-input {
        flex-wrap: wrap;
        gap: 30px;
    }
    .form-wrap {
        flex-direction: column;
        gap: 16px;
    }
    .c-btn {
        width: 100%;
    }
    #contents .contents-wrap .phone-div {
        width: 70%;
    }
    #contents .heart {
        width: 40px;
    }
    #contents .thumbup {
        width: 50px;
        top: 102px;
    }
    #support .support-item-wrap {
        gap: 16px;
    }
    #support .support-item {
        padding: 12px;
        border-radius: 12px;
    }
    #support .support-item-div p {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #support .support-item-div p img {
        display: block;
    }
    #support .support-item-div div {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #support .support-item img {
        width: 45px;
    }
    #support .support-item>img {
        display: none;
    }
    #half .half-wrap p {
        font-size: 28px;
        letter-spacing: -0.7px;
        gap: 4px;
    }
    #half .half-wrap p span {
        font-size: 64px;
        letter-spacing: -1.6px;
    }
    #half .half-wrap div {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #half .half-img {
        width: 170px;
    }
    #beginner .beginner-left-div p {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #beginner .beginner-left-box {
        width: 100%;
        padding: 16px 10px;
        gap: 12px;
        border-radius: 12px;
    }
    #beginner .beginner-left-box small {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #beginner .beginner-left-box p {
        font-size: 28px;
        letter-spacing: -0.6px;
    }
    #beginner .beginner-left-box div {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #beginner .beginner-box {
        width: 100%;
    }
    #beginner .beginner-box big  {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #beginner .beginner-box:hover div {
        max-height: 0;
        opacity: 0;
        padding: 0;
        margin-top: 0;
    }
    #beginner .beginner-box div {
        font-size: 16px;
        letter-spacing: -0.4px;
        padding: 0 16px;
    }
    #beginner .beginner-left-wrap img.pc-bubble {
        display: none;
    }
    #beginner .beginner-left-wrap img.mo-bubble {
        display: block;
    }
    #beginner .beginner-box {
        height: auto;
        padding: 20px 0;
    }
    #beginner .beginner-box::before {
        opacity: 1;
    }
    #beginner .beginner-box big {
        background: #FC4D0F;
    }
    #beginner .beginner-box div {
        margin-top: 16px;
        max-height: unset;
        opacity: 1;
    }
    #interior .interior-box {
        aspect-ratio: 3.6 / 2.2;
    }
    #interior .interior-content {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #chance .chance-sub-tit {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #chance .chance-right-div p {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    #chance .chance-right-div small {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #chance .chance-box {
        width: 255px;
        border-radius: 10px;
    }
    #chance .chance-box p {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #chance .chance-box div {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #choice .choice-swiper .swiper-slide {
        width: 340px !important;
    } 
    #choice .choice-card  {
        padding: 20px 16px;
    }
    #choice .choice-card-div {
        gap: 10.5px
    }
    #choice .choice-card-comment  {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #choice .choice-circle {
        padding: 5px;
    }
    #why .stack-cards__item {
        border-radius: 12px;
    }
    #why .stack-card-img {
        height: 200px;
    }
    #why .stack-card-inner {
        padding: 20px 16px;
        gap: 8px;
    }
    #why .stack-card-inner p {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    #process .step-list {
        gap: 20px 2px;
    }
    #process .step-list>svg {
        width: 30px;
    }
    #process .step-item {
        width: calc(50% - 17px);
        gap: 12px;
        padding: 20px 0;
        aspect-ratio: 5 / 3.5;
    }
    #process .step-item img, #process .step-item.orange .step-icon-mask {
        width: 40px; 
        height: 40px;
    }
    #process .step-info strong {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #process .st-sub-tit {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #process .circle-txt.r {
        right: -67.463px;
        bottom: 17px;
        top: unset;
    }
    #process .circle-txt.l {
        left: -80px;
        top: 30.037px;
        bottom: unset;
    }
    #contact .st-sub-tit {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #contact .contact-sushi-swiper .swiper-slide {
        width: 300px !important;
    }
    .contact-txt-marquee, .contact-txt-marquee svg {
        font-size: 24px;
        height: 10.4483em;
        letter-spacing: 15px;
    }
}

@media(max-width: 550px) {
    #chance .chance-box {
        width: 205px;
    }
    #chance .chance-box p {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #chance .chance-box div {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #process .step-item {
        aspect-ratio: 5 / 4;
    }
}

@media (max-width: 480px) {
    #contents .contents-swiper {
        bottom: 0;
    }
    #contents .contents-swiper img {
        border-radius: 13.945px;
    }
    #contents .heart {
        width: 30px;
    }
    #contents .thumbup {
        width: 40px;
        top: 82px;
    }
    #contents .phone-reels-swiper {
        top: 10%;
    }
    #support .sushi-top-swiper .swiper-slide, .sushi-bottom-swiper .swiper-slide {
        width: 122px !important;
    }
    #support .sushi-top-swiper {
        top: -35px;
    }
    #support .sushi-bottom-swiper {
        bottom: -35px;
    }
    #half .half-wrap p {
        font-size: 24px;
        letter-spacing: -0.6px;
        gap: 4px;
    }
    #half .half-wrap p span {
        font-size: 56px;
        letter-spacing: -1.4px;
    }
    #half .half-img {
        width: 140px;
    }
    #beginner .beginner-left-div p {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #beginner .beginner-left-box small {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #beginner .beginner-left-box p {
        font-size: 24px;
        letter-spacing: -0.5px;
    }
    #beginner .beginner-left-box div {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #interior .interior-content {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #chance .chance-sub-tit {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #chance .chance-right-div p {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #chance .chance-box {
        width: 165px;
    }
    #chance .chance-box p {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #chance .chance-box div {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
    #choice .choice-swiper .swiper-slide {
        width: 300px !important;
    } 
    #choice .st-tit {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    #why .stack-card-inner p {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #why .stack-card-inner div {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #process .step-item {
        aspect-ratio: unset;
        padding: 15px 0;
    }
    #contact .contact-sushi-swiper .swiper-slide {
        width: 285px !important;
    }
    #contact .st-tit {
        font-size: 28px;
        letter-spacing: -0.7px;
    }
    #contact .st-sub-tit {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
}

@media(max-width: 400px) {
    #contents .phone-reels-swiper {
        top: 12%;
    }
    #half .half-wrap p span {
        font-size: 56px;
        letter-spacing: -1.4px;
    }
    #chance .chance-box div {
        font-size: 11px;
        letter-spacing: -0.25px;
    }
    #choice .st-tit {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
    #why .stack-card-inner p {
        font-size: 20px;
        letter-spacing: -0.5px;
    }
    #why .stack-card-inner div {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #process .step-list>svg {
        width: 20px;
    }
    #process .step-item {
        width: calc(50% - 12px);
    }
    #process .step-info strong {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #contact .st-tit {
        font-size: 24px;
        letter-spacing: -0.6px;
    }
}

@media(max-width: 370px) {
    #chance .chance-box-wrap {
        flex-direction: column;
    }
    #chance .chance-box, #chance .chance-box-div {
        width: 100%;
    }
    #choice .choice-swiper .swiper-slide {
        width: 270px !important;
    }
    #choice .choice-card-div div img {
        width: 75px;
    }
    #choice .choice-card-div div {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #choice .choice-card-comment  {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #process .step-item {
        padding: 12px 0;
    }
    #process .st-sub-tit {
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    #process .step-info div {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
}

@media(max-width: 350px) {
    #contents .contents-wrap .phone-div {
        width: 75%;
    }
    #contents .phone-reels-swiper {
        top: 13%;
    }
    #contents .contents-swiper .swiper-slide {
        width: 190px !important;
    }
    #choice .choice-circle-wrap {
        width: 80%;
    }
    #why .stack-card-inner p {
        font-size: 18px;
        letter-spacing: -0.45px;
    }
    #why .stack-card-inner div {
        font-size: 14px;
        letter-spacing: -0.35px;
    }
    #process .step-list {
        gap: 8px;
    }
    #process .step-item {
        width: 100%;
    }
    #process .step-list>svg {
        display: none;
    }
}


