* {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.buket_wrap {
    width: 90%;
    margin: 0 auto;
    overflow-x: hidden;
    z-index: 66;

}

.wrap {
    position: relative;
}

.Add {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    font-size: 40px;
    font-weight: bold;
}

.Spark_61 {
    position: absolute;
    top: 30px;
    right: 30px;
}

.Emptybusket {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.busket-add {
    border: none;
    background: none;
    cursor: pointer;

}

.wrap2  p {
    font-size: 25px;
    font-weight: 700;

}

.Busket_ing {
    position: relative;
    margin: 50px 0;
}

.wrap2 {
    position: relative;
    margin-bottom: 470px;
    width: 1200px;
    margin: 0 auto;
    z-index: 1;
}


.Brutalist_99,
.Rectangle_15 {
    display: flex;
    justify-content: center;
}

.Rectangle_15 {
    position: relative;
}

.Rectangle_15 .rectangle {
    padding: 40px;
    width: 1200px;
    min-height: 600px;
    height: auto;
    border-radius: 20px;
    background-color: #FFF5CF;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 세로 가운데 정렬 */
}

.wrap3 {
    display: grid;
    gap: 20px;
    /* 그리드 아이템 간격 */
    padding: 20px;
    width: 100%;
    max-width: 1200px;
    /* 최대 너비 제한 */
    margin: 0 auto;
    /* 중앙 정렬 */
}

.buskets {
    display: grid;
    width: 100%;

    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    /* 그리드 간격 */
}



.buskets img {

    height: auto;
    border-radius: 10px;
}



.buskets * {
    display: flex;
}



.pinkbox {
    width: 1200px;
    min-height: 1400px;
    height: auto;
    background-color: rgba(255, 201, 211, 0.7);
    display: flex;
    margin: 100px auto;
    border-radius: 30px;
    flex-direction: column;
    position: relative;

}

.pinkbox_top {

    display: flex;
    flex-direction: row;
}

.pinkbox_top2 {
    width: 200px;
    height: 114px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    cursor: pointer;
}

#btn-cl {
    border-radius: 30px 0 0 0;
}

.selected {
    background-color: rgba(255, 255, 255, 0.7);
}

.shadow {
    box-shadow: 6px -2px 10px rgba(0, 0, 0, 0.25);
}


.pinkbox_top2:nth-child(6) {
    border-radius: 0 30px 0 0;
}


.li_top {
    width: 150px;
    height: 50px;
    text-align: center;
    position: relative;
    z-index: 3;
    cursor: pointer;
}

button li .li_top {
    display: flex;
    justify-content: center;
}

.bottpink_wrap {
    position: relative;
}

.selected2,
.category-box,
clothes-u,
.interior-u,
.goods-u,
.food-u,
.hobby-u {
    background-color: rgb(252 243 242);
    width: 1200px;
    min-height: 1286px;
    height: auto;
    position: absolute;
    border-radius: 0 30px 30px 30px;
    overflow: auto;
}


.bottpink_wrap .etc-u {
    background-color: rgb(252 243 242);
    width: 1200px;
    min-height: 1286px;
    height: auto;
    border-radius: 0 0 30px 30px;
    margin-bottom: 40px;
    position: absolute;
    overflow: auto;
}

.category-box {
    display: none;
    /* 기본적으로 숨기기 */
}

.selected2 {
    display: block;
    /* 기본적으로 'selected2'는 보이도록 설정 */
}

.busket8_2 {
    position: absolute;
    top: 7%;
    left: 8%;
}


#busketLoop {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 60px 0;
}

.ul_bottom {
    margin-right: 200px;
}

.ul_bottom .li_bottom {
    list-style: none;
    border-bottom: 1px solid black;
    font-size: 36px;
    line-height: 58px;
}



popup ::after {
    backdrop-filter: blur(100px);
}

/* 오버레이 배경 (팝업이 열린 상태에서 배경 흐림 효과 적용) */
.overlay {
    display: none;
    /* 기본적으로 숨김 */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* 어두운 배경 */
    backdrop-filter: blur(5px);
    /* 배경 흐림 효과 */
    z-index: 2;
    /* 팝업보다 아래에 */
}


.popup {
    display: none;
    position: absolute;
    top: 60px;
    left: calc(50% - 350px);
    z-index: 100;
}

.popup_top {
    width: 700px;
    height: 50px;
    background-color: #99E0C2;
    margin: 0 auto;
    border: 1px solid;
}

.popup_ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0 30px;
    line-height: 50px;
    font-weight: bold;
    font-size: 20px;
}

.popup_li:hover {
    cursor: pointer;
}

.popup_bottom {
    width: 700px;
    height: 1000px;
    background-color: white;
    margin: 0 auto;
    border: 1px solid;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup_detail {
    list-style: none;
    padding: 0;
    margin: 70px 0 0 0;
    font-size: 29px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.popup_bottom .busket-options {
    display: flex;

    white-space: nowrap;
    overflow-y: hidden;
    height: 100px;
    padding-top: 100px;
    justify-content: center;
    align-items: center;

}

.popup_bottom .busket-options label {
    display: flex;
    width: 150px;
    height: 150px;
}

.popup_bottom .busket-options label img {
    width: 100px;
}

.popup_bottom .busket-options label input {
    width: 30px;
    height: 30px;
}

.p_yellowbox {
    width: 450px;
    height: auto;
    min-height: 52px;
    border: 2px solid #FFD950;
    border-radius: 30px;
    margin: 10px 0 0 0;
    line-height: 50px;
    font-size: 20px;
    padding: 0 20px;
    overflow: auto;
}

.p_ques {
    font-size: 20px;
}

select.p_yellowbox {
    width: 513px;
    height: 56px;
}

.p_yellowbox:focus {
    outline: none;
}


input.p_yellowbox::placeholder {
    text-align: right;
}

.p_option {
    text-align: left;
    padding-left: 20px;
    color: #4D4D4D;
    padding: 0;
}

.Addbutton {
    display: flex;
    justify-content: center;
    cursor: pointer;
    background: none;
    border: none;
}

.Addbutton img {
    width: 200px;
    height: 140px;
}

.detail1,
.detail2,
.detail3,
.detail4 {
    margin-bottom: 35px;
}

#popupBuskets {
    display: none;
    position: absolute;
    flex-direction: column;
    top: 60px;
    left: calc(50% - 350px);
    z-index: 100;
}