@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* _content/NadiaGoodsShop/Pages/Ask.razor.rz.scp.css */
.box[b-ko6thzs5on] {
    z-index: 13;
}
/* _content/NadiaGoodsShop/Pages/Fail.razor.rz.scp.css */
/* _content/NadiaGoodsShop/Pages/Index.razor.rz.scp.css */
body[b-f80o2jvfnh] {
    background: #FADADA;
}
.textaaa[b-f80o2jvfnh] {
    font-family: 'Noto Sans KR'
}

.image-container[b-f80o2jvfnh] {
    max-width: 100%;
    height: auto;
}

.event[b-f80o2jvfnh] {
    height: 25.125rem;

}
.transparent-background[b-f80o2jvfnh] {
    background-color: rgba(0, 0, 0, 0);
}


.weekly[b-f80o2jvfnh] {
    background: #f4f4f4;
    border-radius: 30px 30px 0px 0px;
}
.defaultext[b-f80o2jvfnh] {
    font-family: Noto Sans KR;
}


.main-container[b-f80o2jvfnh] {
    overflow: hidden;
}

    .main-container[b-f80o2jvfnh],
    .main-container *[b-f80o2jvfnh] {
        box-sizing: border-box;
    }

.main-container[b-f80o2jvfnh] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 5px;
    position: relative;
    width: 360px;
    margin: 0 auto;
    padding: 0 0 15px 0;
}



.text[b-f80o2jvfnh] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 75%;
    height: 100%;
    top: 0;
    left: 13.33%;
    font-family: Roboto Serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "Source Han Sans CN", sans-serif;
    color: #000000;
    font-size: 10px;
    font-weight: 400;
    line-height: 11.71px;
    text-align: center;
    white-space: nowrap;
    z-index: 8;
}

.section[b-f80o2jvfnh] {
    flex-shrink: 0;
    position: relative;
    width: 66px;
    height: 16px;
    background: #ffffff;
    z-index: 7;
    border-radius: 44px;
}

.group[b-f80o2jvfnh] {
    flex-shrink: 0;
    position: relative;
    width: 52px;
    height: 16px;
    background: #ffffff;
    z-index: 10;
    border-radius: 44px;
}


.box[b-f80o2jvfnh] {
    flex-shrink: 0;
    position: relative;
    width: 50px;
    height: 16px;
    background: #ffffff;
    z-index: 13;
    border-radius: 44px;
}

.box-2[b-f80o2jvfnh] {
    flex-shrink: 0;
    position: relative;
    width: 34px;
    height: 16px;
    background: #ffffff;
    z-index: 1;
    border-radius: 44px;
}

.section-2[b-f80o2jvfnh] {
    flex-shrink: 0;
    position: relative;
    width: 34px;
    height: 16px;
    background: #ffffff;
    z-index: 4;
    border-radius: 44px;
}

/*.box-2, .section-2, .section, .group, .box {
    cursor: pointer;
    padding: 10px;
    border: 1px solid #000;
}
*/
.active[b-f80o2jvfnh] {
    background: #000000;
}

.toggle-button[b-f80o2jvfnh] {
    width: 100%;
    height: 16px;
    background-color: #fff;
    border-radius: 44px;
    padding: 10px;
    cursor: pointer;
    display: flex; /* 추가: 내부의 요소들을 행으로 배치합니다. */
    justify-content: center; /* 추가: 내부의 요소들을 가로로 중앙에 배치합니다. */
    align-items: center; /* 추가: 내부의 요소들을 세로로 중앙에 배치합니다. */
    font-size: 10px; /* 텍스트의 크기를 조절합니다. */
}

.toggle-button.checked[b-f80o2jvfnh] {
    background-color: #000;
    color: #fff;
}


.sixitems[b-f80o2jvfnh] {
    display: flex;
    width: 100%;
    height: 314px;
    padding: 0px 10px 30px 10px;
    align-items: flex-start;
    gap: 10px; /* 간격을 조절 */
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .sixitems img[b-f80o2jvfnh] {
        width: calc(33.333% - 10px); /* 한 행에 3개씩 표시되도록 크기 조절, 간격 제외 */
        max-width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

.frame1[b-f80o2jvfnh] {
    position: relative;
    font-family: Noto Sans KR, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei", "Source Han Sans CN", sans-serif;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
}

.card-container[b-f80o2jvfnh] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 50px;
    margin-right: 50px;
  }

  .card-row[b-f80o2jvfnh] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 16px; /* 행 간격 조절 */
  }

.card[b-f80o2jvfnh] {
    width: 30%; /* 원하는 너비로 조절하세요 */
    margin-bottom: 16px; /* 카드 간격 조절 */
    box-sizing: border-box; /* 테두리와 여백을 포함한 너비로 설정 */
    border: 1px solid transparent; /* 투명한 테두리 추가 */
    background-color: rgba(0, 0, 0, 0);
}
  .cardtext[b-f80o2jvfnh]{
    color: #ffffff;
    /* text-align: center; */
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
  }
/* _content/NadiaGoodsShop/Pages/MyCart.razor.rz.scp.css */
.cart-main[b-fa5353lewt] {
    display: flex;
    flex-direction: column;
    /*    flex-wrap: wrap;
*/
    height: 100%; /* 높이 조정 */
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 25px;
    z-index: 10;
}

.cart-main-info[b-fa5353lewt] {
    display: flex;
    flex-direction: column;
    height: 100%; /* 높이 조정 */
    width: 100%;
}
.mycart[b-fa5353lewt] {
    display: flex;
    flex-direction: column;
    height: 100%; /* 높이 조정 */
    width: 100%;
}
.custom-checkbox[b-fa5353lewt] {
    background-color: white; /* 원하는 배경색으로 변경하세요. */
    /* 추가적인 스타일을 필요에 따라 적용할 수 있습니다. */
}
.product-area[b-fa5353lewt] {
    display: flex;
    height: 100%; /* 높이 조정 */
    width: 100%;
    background-color: rgba(0,0,0,0);
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 25px;
    z-index: 2;
}

.custom-background[b-fa5353lewt] {
    background-color: #ffffff; /* 원하는 배경 색상으로 변경 */
}
.custom-checkbox .mud-checkbox-input[b-fa5353lewt] {
    background-color: red; /* 원하는 배경 색상으로 변경 */
    border-color: bisque; /* 원하는 테두리 색상으로 변경 */
}
.product-img-area[b-fa5353lewt] {
    display: flex;
    width: 30%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    z-index: 2;
    opacity: 1;
}

.product-info-area[b-fa5353lewt] {
    display: flex;
    flex-direction: column;
    width: 60%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 2;
}
.product-info-text[b-fa5353lewt]{
    color: #ffffff;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}
.product-info-text-area[b-fa5353lewt] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);

}
.product-info-text-area-left[b-fa5353lewt]{
    display: flex;
    flex-direction: column;
    width: 35%;
    height: 100%;

}
.product-info-text-area-center[b-fa5353lewt]{
    display: flex;
    flex-direction: column;
    width: 5%;
    height: 100%;
}
.product-info-text-area-right[b-fa5353lewt]{
    display: flex;
    flex-direction: column;
    width: 60%;
    height: 100%;
}
.product-info-text-area-text[b-fa5353lewt]{
    color: #ffffff;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product-detail-area[b-fa5353lewt] {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
}

.info-box[b-fa5353lewt] {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    background-color: rgba(0,0,0,0);
    margin-top: 25px;
}

.info-box2[b-fa5353lewt] {
    display: flex;
    height: 100px;
    width: 100%;
    background-color: rgba(0,0,0,0);
}

.info-box3[b-fa5353lewt] {
    display: flex;
    height: 150px;
    width: 100%;
    background-color: rgba(0,0,0,0);
}

.mud-input-label.mud-input-label-inputcontrol[b-fa5353lewt] {
    color: red !important;
}

.product-button-row1[b-fa5353lewt] {
    display: flex;
    flex-direction: row;
/*    justify-content: center;
*/    justify-content: space-around; /* 수정된 부분 */

    width: 100%;
    height: 100%;
}

.product-button[b-fa5353lewt] {
    width: 30%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
/* _content/NadiaGoodsShop/Pages/MyOrder.razor.rz.scp.css */
.order-top-box[b-t5v3qfq6a8] {
    display: flex;
    flex-direction: row;
    background-color: #0F125F;
    justify-content: center;
    align-items: center;
}


.order-main[b-t5v3qfq6a8] {
    display: flex;
    flex-direction: column;
    height: 100%; /* 높이 조정 */
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 25px;
    z-index: 10;
}

.order-orderinfo[b-t5v3qfq6a8] {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.order-orderinfo-left[b-t5v3qfq6a8] {
    display: flex;
    flex-direction: column;
    width: 20%;
}

.order-orderinfo-right[b-t5v3qfq6a8] {
    display: flex;
    flex-direction: column;
    width: 80%;
    align-items: center;
}
.order-orderinfo-right-text[b-t5v3qfq6a8] {
    justify-content: center;
    align-items: center;
}

.cart-main[b-t5v3qfq6a8] {
    display: flex;
    flex-direction: column;
    /*    flex-wrap: wrap;
*/
    height: 100%; /* 높이 조정 */
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 25px;
    z-index: 10;
}

.cart-main-info[b-t5v3qfq6a8] {
    display: flex;
    flex-direction: column;
    height: 100%; /* 높이 조정 */
    width: 100%;
}
.mycart[b-t5v3qfq6a8] {
    display: flex;
    flex-direction: column;
    height: 100%; /* 높이 조정 */
    width: 100%;
}
.custom-checkbox[b-t5v3qfq6a8] {
    background-color: white; /* 원하는 배경색으로 변경하세요. */
    /* 추가적인 스타일을 필요에 따라 적용할 수 있습니다. */
}
.product-area[b-t5v3qfq6a8] {
    display: flex;
    height: 100%; /* 높이 조정 */
    width: 100%;
    background-color: rgba(0,0,0,0);
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 25px;
    z-index: 2;
}

.custom-background[b-t5v3qfq6a8] {
    background-color: #ffffff; /* 원하는 배경 색상으로 변경 */
}
.custom-checkbox .mud-checkbox-input[b-t5v3qfq6a8] {
    background-color: red; /* 원하는 배경 색상으로 변경 */
    border-color: bisque; /* 원하는 테두리 색상으로 변경 */
}
.product-img-area[b-t5v3qfq6a8] {
    display: flex;
    width: 30%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    z-index: 2;
    opacity: 1;
}

.product-info-area[b-t5v3qfq6a8] {
    display: flex;
    flex-direction: column;
    width: 60%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 2;
}
.product-info-text[b-t5v3qfq6a8]{
    color: #ffffff;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}
.product-info-text-area[b-t5v3qfq6a8] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);

}
.product-info-text-area-left[b-t5v3qfq6a8]{
    display: flex;
    flex-direction: column;
    width: 35%;
    height: 100%;

}
.product-info-text-area-center[b-t5v3qfq6a8]{
    display: flex;
    flex-direction: column;
    width: 5%;
    height: 100%;
}
.product-info-text-area-right[b-t5v3qfq6a8]{
    display: flex;
    flex-direction: column;
    width: 60%;
    height: 100%;
}
.product-info-text-area-text[b-t5v3qfq6a8]{
    color: #ffffff;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product-detail-area[b-t5v3qfq6a8] {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
}

.info-box[b-t5v3qfq6a8] {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    background-color: rgba(0,0,0,0);
    margin-top: 25px;
}

.info-box2[b-t5v3qfq6a8] {
    display: flex;
    height: 100px;
    width: 100%;
    background-color: rgba(0,0,0,0);
}

.info-box3[b-t5v3qfq6a8] {
    display: flex;
    height: 150px;
    width: 100%;
    background-color: rgba(0,0,0,0);
}

.mud-input-label.mud-input-label-inputcontrol[b-t5v3qfq6a8] {
    color: red !important;
}

.product-button-row1[b-t5v3qfq6a8] {
    display: flex;
    flex-direction: row;
/*    justify-content: center;
*/    justify-content: space-around; /* 수정된 부분 */

    width: 100%;
    height: 100%;
}

.product-button[b-t5v3qfq6a8] {
    width: 30%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
/* _content/NadiaGoodsShop/Pages/Product.razor.rz.scp.css */
.product-area[b-d7huiu6st2] {
    display: flex;
    height: 100%; /* 높이 조정 */
    width: 90%;
    background-color: rgba(0,0,0,0);
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 25px;
    z-index: 2;
}


.product-img-area[b-d7huiu6st2] {
    display: flex;
    width: 30%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    z-index: 2;
    opacity: 1;
}

.product-info-area[b-d7huiu6st2] {
    display: flex;
    flex-direction: column;
    width: 60%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    z-index: 2;
}
.product-info-text[b-d7huiu6st2]{
    color: #ffffff;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}
.product-info-text-area[b-d7huiu6st2] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);

}
.product-info-text-area-left[b-d7huiu6st2]{
    display: flex;
    flex-direction: column;
    width: 35%;
    height: 100%;

}
.product-info-text-area-center[b-d7huiu6st2]{
    display: flex;
    flex-direction: column;
    width: 5%;
    height: 100%;
}
.product-info-text-area-right[b-d7huiu6st2]{
    display: flex;
    flex-direction: column;
    width: 60%;
    height: 100%;
}
.product-info-text-area-text[b-d7huiu6st2]{
    color: #ffffff;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Noto Sans KR;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product-detail-area[b-d7huiu6st2] {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
}

.info-box[b-d7huiu6st2] {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    background-color: rgba(0,0,0,0);
    margin-top: 25px;
}

.info-box2[b-d7huiu6st2] {
    display: flex;
    height: 100px;
    width: 100%;
    background-color: rgba(0,0,0,0);
}

.info-box3[b-d7huiu6st2] {
    display: flex;
    height: 150px;
    width: 100%;
    background-color: rgba(0,0,0,0);
}

.mud-input-label.mud-input-label-inputcontrol[b-d7huiu6st2] {
    color: red !important;
}

.product-button-row1[b-d7huiu6st2] {
    display: flex;
    flex-direction: row;
/*    justify-content: center;
*/    justify-content: space-around; /* 수정된 부분 */

    width: 100%;
    height: 100%;
}

.product-button[b-d7huiu6st2] {
    width: 30%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
/* _content/NadiaGoodsShop/Pages/Success.razor.rz.scp.css */
.product-button[b-z2oiqx2e37] {
    width: 30%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
/* _content/NadiaGoodsShop/Shared/BottomBar.razor.rz.scp.css */
.bottombutton[b-r254h1x8im] {
    display: flex;
    width: 25%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0; /* 여백을 없애기 위해 gap을 0으로 설정 */
    align-self: stretch;
    border: 2px solid #01a4ff66;
    text-align: center;
}
.bottombutton-content[b-r254h1x8im] {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.bottombutton-img[b-r254h1x8im] {
    width: 50%;
    height: auto;
}
.bottombutton-imgarea[b-r254h1x8im] {
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottombutton-textarea[b-r254h1x8im] {
    height: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottombutton-container[b-r254h1x8im] {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.bottombutton-text[b-r254h1x8im] {
    color: #01A4FF99;
    font-family: Roboto;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
    text-align: center;
    justify-content: center;
}
.info-area[b-r254h1x8im] {
    display: flex;
    height: 175px; /* 높이 조정 */
    width: 100%;
    background-color: rgba(0,0,0,0);
    
    margin-left: 50px;
    margin-right: 50px;
}

.info-box[b-r254h1x8im] {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    background-color: rgba(0,0,0,0);
    margin-top: 25px;
}

.info-box2[b-r254h1x8im] {
    display: flex;
    height: 100px;
    width: 100%;
    background-color: rgba(0,0,0,0);
}

.info-box3[b-r254h1x8im] {
    display: flex;
    height: 150px;
    width: 100%;
    background-color: rgba(0,0,0,0);
}
.info-call[b-r254h1x8im] {
    display: flex;
    background-color: rgba(0,0,0,0);
    width: 100%;
    height: 25px;
    border-radius: 0.125rem;
    border: 1px solid #ffffff;
}

@media (min-width: 768px) {
    .bottombutton-text[b-r254h1x8im] {
        font-size: 1.5rem;
    }

    .bottombutton-img[b-r254h1x8im] {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}
/* _content/NadiaGoodsShop/Shared/MainLayout.razor.rz.scp.css */
.page[b-2jnkyddm07] {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 3.5rem;
    /* 부모 요소에 대한 배경색 설정 */
    background-color: rgba(11, 13, 63, 1); /* 배경색의 Opacity는 1로 설정하여 배경색에 영향을 주지 않습니다. */
    z-index: 0;
}

main[b-2jnkyddm07] {
    flex: 1;
}

/* 배경 이미지에만 Opacity를 적용하기 위한 스타일 */
.background-overlay[b-2jnkyddm07] {
    position: fixed; /* 페이지 스크롤에 영향을 받지 않도록 고정 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* 배경 이미지 경로를 수정하세요. */
    background-image: url("../images/product/devil.jpg");
    /* 이미지가 커버되도록 설정 */
    background-size: cover;
    /* 이미지를 중앙 정렬 */
    background-position: center center;
    /* 배경 이미지에 대한 Opacity 설정 */
    opacity: 0.5; /* 여기서 0.5는 Opacity 값을 조절하는데 사용됩니다. */
    z-index: -1;
}
/* _content/NadiaGoodsShop/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mfwir05h49] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-mfwir05h49] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mfwir05h49] {
    font-size: 1.1rem;
}

.oi[b-mfwir05h49] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-mfwir05h49] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mfwir05h49] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mfwir05h49] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mfwir05h49]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-mfwir05h49]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-mfwir05h49]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mfwir05h49] {
        display: none;
    }

    .collapse[b-mfwir05h49] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/NadiaGoodsShop/Shared/Topbar.razor.rz.scp.css */
.title[b-3kgysb54ga] {
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Noto Sans KR;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align:center;
}
.navbar-brand[b-3kgysb54ga] {
    font-size: 1.1rem;
}

.top-row[b-3kgysb54ga], .menu[b-3kgysb54ga] {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.top-row[b-3kgysb54ga] {
    height: 3.5rem;
    background-color: #0B0D3FB2;
    display: block;
}

.menu[b-3kgysb54ga] {
    height: 3.5rem;
    background-color: rgb(255, 255, 255);
    display: block;
    margin-top: 3.5rem; /* top-row의 높이만큼 아래로 내림 */
}

.toptext[b-3kgysb54ga] {
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Noto Sans KR;
    font-size: 3.5vw; /* vw 단위 사용 */
    white-space: nowrap; /* 줄 바꿈 방지 설정 */
}
.defaultext[b-3kgysb54ga] {
    font-family: Noto Sans KR;
}
.flex-grow-1[b-3kgysb54ga] {
    display: flex;
    justify-content: center;
    align-items: center;
  }
