.search-bar-section {
    width: 100%;
    padding-left: 60px;
}
.search-bar-wrapper {
    position: relative;
    margin-top: 14px;
    max-width: 274px;
}
.search-bar-section .box {
    position: relative;
    max-width: 420px !important;
    width: 100%;
}
.side-menu-wrapper .box p {
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.36px;
    margin: 0;
    margin-bottom: 19px;
}
.search-bar-wrapper .box p {
    transition: all 1s ease 0s;
    opacity: 0;
    position: absolute;
    color: rgb(85, 85, 85);
    font-family: "Noto Sans KR";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
    top: calc(248px);
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
}
.search-bar-wrapper .swiper .p8 {
    opacity: 1;
}
.search-box .box {
    max-width: 274px;
    margin: 29px 0px 0px;
}
.search-box-input {
    border-radius: 10px;
    border: 1px solid rgb(238, 238, 238);
    background: rgb(255, 255, 255);
    padding: 10px 24px 12px 14px;
    max-width: 274px;
    width: 100%;
    height: 42px;
    box-sizing: border-box;
    cursor: pointer;
}
.search-box .swiper {
    position: absolute;
    top: 2.5px;
    left: 20px;
    width: 80%;
    height: 40px;
    overflow: hidden;
    cursor: text;
}
.search-bar-wrapper .search-box p.search-btn {
    position: absolute;
    display: block;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 0px 6px 6px 0px;
    background: rgb(124, 90, 255);
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    transition: all 0.4s ease 0s;
    margin: unset;
    opacity: unset;
}
.search-bar-wrapper .search-box p.search-btn br {
    display: none;
}
.search-bar-wrapper .search-box p.search-btn:hover {
    opacity: 0.9;
}
.search-bar-wrapper svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
}