@import url("font.css");
/* main-wrap 리스트 */
/* clinic-container */
.main-wrap .clinic-container {
    position: relative;
    /* overflow-y: hidden; */
}
.main-wrap .page-swiper-container {
    height: calc(100% - 3.18rem);
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: auto;
}
.main-wrap .clinic-container .list {
    max-height: calc(100% - 11.4rem);
}
.main-wrap .clinic-container .list-swiper {
    height: 90.8rem;
}
.main-wrap .clinic-container .list-swiper .swiper-slide {
    /* display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: transform 0.4s ease;
    height: 80px !important; */
}

.main-wrap .clinic-container .list-swiper .swiper-slide a {
    /* display: block; */
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: transform 0.4s ease;
    /* height: 80px !important; */
}
.main-wrap .clinic-container .list-swiper .swiper-slide img {
    width: 8rem; 
    height: 8rem;
    flex-shrink: 0;
    object-fit: cover; 
    display: block;
    border: 1px solid #E7E7E7;
    border-radius: 0.4rem;
}
.main-wrap .clinic-container .list-swiper .swiper-slide .item-info {
    padding: 0.2rem 0;
    
}
.main-wrap .clinic-container .list-swiper .swiper-slide .item-info .location-box {
    display: flex; 
    align-items: center; 
    padding-bottom: 0.5rem;
}
.main-wrap .clinic-container .list-swiper .swiper-slide .item-info .location-box img {
    width: 1rem; 
    height: 1rem;
    border: none;
}
.main-wrap .clinic-container .list-swiper .swiper-slide .item-info .location-box .area {
    font-size: 1rem; 
    color: #989898; 
    font-weight: 600;
}
.main-wrap .clinic-container .list-swiper .swiper-slide .item-info .event-name {
    width: 17.6rem; 
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    font-size: 1.4rem; 
    color: #3D3D3D; 
    font-weight: 600; 
    line-height: 1.3; 
    padding-bottom: 0.2rem;
}
.main-wrap .clinic-container .list-swiper .swiper-slide .item-info .event-type {
    font-size: 1.2rem;
    color: #3d3d3d; 
    line-height: 1.6; 
    letter-spacing: -0.14px;
    padding-bottom: 0.6rem;
}
.main-wrap .clinic-container .list-swiper .swiper-slide .item-info .btn-save {
    background-color: #fff;
    border: 1px solid #D1D1D1; 
    border-radius: 0.3rem; 
    padding: 0.2rem 0.5rem 0.2rem 1.7rem; 
    position: relative; 
    font-size: 1rem;
}
.main-wrap .clinic-container .list-swiper .swiper-slide .item-info .btn-save::before {
    content: '';
    width: 0.8rem; 
    height: 0.8rem; 
    display: inline-block; 
    background: url("/images/icon/icon-smile.png") no-repeat center / 100%; 
    position: absolute;
    left: 0.6rem; 
    top: 50%; 
    transform: translateY(-50%);
}

/* list-slide-active */
.main-wrap .clinic-container .list-swiper .swiper-slide-active {
    height: 14rem !important;
    margin-bottom: 2.6rem !important;
    gap: 1.4rem;
}
.main-wrap .clinic-container .list-swiper .swiper-slide-active img {
    width: 14rem; 
    height: 14rem;
    flex-shrink: 0;
    border: 1px solid #E7E7E7;
    border-radius: 0.35rem;
    transition: width 0.5s ease, height 0.5s ease;
}
.main-wrap .clinic-container .list-swiper .swiper-slide-active .item-info {
}
.main-wrap .clinic-container .list-swiper .swiper-slide-active .item-info .location-box {
    padding-bottom: 0.4rem;
}
.main-wrap .clinic-container .list-swiper .swiper-slide-active .item-info .location-box img {
    width: 1.4rem;
    height: 1.4rem;
    border: none;
}
.main-wrap .clinic-container .list-swiper .swiper-slide-active .item-info .location-box .area {
    font-size: 1.2rem;
}
.main-wrap .clinic-container .list-swiper .swiper-slide-active .item-info .event-name {
    font-size: 2.4rem;
    line-height: 1.3;
    padding-bottom: 0.2rem;
    width: 18.7rem;
    color: #1a1a1a;
    white-space: wrap;
    overflow: auto;
    /* height: 6.4rem; */
}
.main-wrap .clinic-container .list-swiper .swiper-slide-active .item-info .event-type {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-bottom: 1rem;
}
.main-wrap .clinic-container .list-swiper .swiper-slide-active .item-info .btn-save {
    font-size: 1.2rem;
}
.main-wrap .clinic-container .list-swiper .swiper-slide-active .item-info .btn-save::before {
    width: 1rem;
    height: 1rem;
    left: 0.5rem;
}

/* item-info active */
.main-wrap .clinic-container .list-swiper .swiper-slide-active .location-box,
.main-wrap .clinic-container .list-swiper .swiper-slide-active .event-name,
.main-wrap .clinic-container .list-swiper .swiper-slide-active .event-type,
.main-wrap .clinic-container .list-swiper .swiper-slide-active .btn-save {
opacity: 0;
transform: translateY(20px);
animation: fadeUp 0.8s ease forwards;
}
/* 순차적 딜레이 */
.main-wrap .clinic-container .list-swiper .swiper-slide-active .location-box { animation-delay: 0.2s; }
.main-wrap .clinic-container .list-swiper .swiper-slide-active .event-name   { animation-delay: 0.4s; }
.main-wrap .clinic-container .list-swiper .swiper-slide-active .event-type   { animation-delay: 0.6s; }
.main-wrap .clinic-container .list-swiper .swiper-slide-active .btn-save     { animation-delay: 0.8s; }
.fade-up {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease forwards;
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.main-wrap .btn-clinic-all {
    background: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 5rem;
    box-shadow: 0 6px 12px 3px rgba(0, 0, 0, 0.08);
    padding: 0.4rem 1.2rem 0.3rem 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    position: absolute;
    right: 1.8rem;
    bottom: 1.8rem;
    z-index: 1;
    /* opacity: 0; */
}
.main-wrap .btn-clinic-all .btn-txt {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #1a1a1a;
}
.main-wrap .btn-clinic-all img {
    width: 1.2rem;
    height: 1.2rem;
}

/* event-container */
.main-wrap .event-container {}
.main-wrap .event-container .list {
    max-height: calc(100% - 11.4rem);
}
.main-wrap .event-container .list-swiper {
    height: 90.8rem;
}
.main-wrap .event-container .list-swiper .swiper-slide {
    /* display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: transform 0.4s ease;
    height: 80px !important; */
}
.main-wrap .event-container .list-swiper .swiper-slide a {
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: transform 0.4s ease;
    height: 80px !important;
}
.main-wrap .event-container .list-swiper .swiper-slide img {
    width: 8rem; 
    height: 8rem;
    flex-shrink: 0;
    object-fit: cover; 
    display: block;
    border: 1px solid #E7E7E7;
    border-radius: 0.4rem;
}
.main-wrap .event-container .list-swiper .swiper-slide .item-info {
    width: 100%;
    padding: 0.35rem 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.main-wrap .event-container .list-swiper .swiper-slide .item-info .info-group {

}
.main-wrap .event-container .list-swiper .swiper-slide .item-info .clinic-name {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    color: #767676;
    padding-bottom: 0.4rem;
}
.main-wrap .event-container .list-swiper .swiper-slide .item-info .event-name {
    width: 10.5rem; 
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.4rem; 
    color: #3D3D3D; 
    font-weight: 600; 
    line-height: 1.3; 
    margin-bottom: 0.4rem;
    /* height: 3.6rem; */
}
.main-wrap .event-container .list-swiper .swiper-slide .item-info .price-box {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.main-wrap .event-container .list-swiper .swiper-slide .item-info .price-box .percent {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3;
    color: #D62221;
}
.main-wrap .event-container .list-swiper .swiper-slide .item-info .price-box .price {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3;
    color: #3D3D3D;
}
.main-wrap .event-container .list-swiper .swiper-slide .item-info .btn-save {
    background-color: #F6F6F6;
    color: #1a1a1a;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.3;
    border-radius: 0.5rem; 
    padding: 0.4rem 1rem;
}

/* list-slide-active */
.main-wrap .event-container .list-swiper .swiper-slide-active {
    height: 14rem !important;
    margin-bottom: 2.6rem !important;
    gap: 1.4rem;
}
.main-wrap .event-container .list-swiper .swiper-slide-active a {
    align-items: center;
    margin-top: 3rem;
}
.main-wrap .event-container .list-swiper .swiper-slide-active img {
    width: 14rem; 
    height: 14rem;
    flex-shrink: 0;
    transition: width 0.5s ease, height 0.5s ease;
    border: 1px solid #E7E7E7;
    border-radius: 0.4rem;
}
.main-wrap .event-container .list-swiper .swiper-slide-active .item-info {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
}

.main-wrap .event-container .list-swiper .swiper-slide-active .item-info .clinic-name {
    font-size: 1.2rem;
    color: #989898;
    padding-bottom: 0.4rem;
}
.main-wrap .event-container .list-swiper .swiper-slide-active .item-info .event-name {
    font-size: 2.4rem;
    line-height: 1.3;
    color: #1a1a1a;
    width: 19rem;
    /* white-space: wrap; */
    /* overflow: auto; */
    margin: 0;
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* height: 6.2rem; */
}
.main-wrap .event-container .list-swiper .swiper-slide-active .item-info .price-box {
    padding-bottom: 0.8rem;
}
.main-wrap .event-container .list-swiper .swiper-slide-active .item-info .price-box .percent {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.24px;
}
.main-wrap .event-container .list-swiper .swiper-slide-active .item-info .price-box .price {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.24px;

}
.main-wrap .event-container .list-swiper .swiper-slide-active .item-info .btn-save {
    font-size: 1.2rem;
    background: #D62221;
    color: #fff;
    padding: 0.6rem 1.4rem;
    margin-right: 0;
    border: none;
}
.main-wrap .event-container .list-swiper .swiper-slide-active .item-info .btn-save::before {
    width: 1rem;
    height: 1rem;
    left: 0.5rem;
}

.main-wrap .event-container .list-swiper .swiper-slide-active .clinic-name,
.main-wrap .event-container .list-swiper .swiper-slide-active .event-name,
.main-wrap .event-container .list-swiper .swiper-slide-active .price-box,
.main-wrap .event-container .list-swiper .swiper-slide-active .btn-save {
opacity: 0;
transform: translateY(20px);
animation: fadeUp 0.8s ease forwards;
}
/* 순차적 딜레이 */
.main-wrap .event-container .list-swiper .swiper-slide-active .clinic-name  { animation-delay: 0.2s; }
.main-wrap .event-container .list-swiper .swiper-slide-active .event-name   { animation-delay: 0.4s; }
.main-wrap .event-container .list-swiper .swiper-slide-active .price-box    { animation-delay: 0.6s; }
.main-wrap .event-container .list-swiper .swiper-slide-active .btn-save     { animation-delay: 0.8s; }

.main-wrap .btn-event-all {
    background: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 5rem;
    box-shadow: 0 6px 12px 3px rgba(0, 0, 0, 0.08);
    padding: 0.4rem 1.2rem 0.3rem 1.1rem;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    position: absolute;
    right: 1.8rem;
    bottom: 1.8rem;
    z-index: 1;
    /* opacity: 0; */
}
.main-wrap .btn-event-all .btn-txt {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #1a1a1a;
}
.main-wrap .btn-event-all img {
    width: 1.2rem;
    height: 1.2rem;
}

/* promotion-container */
.main-wrap .promotion-container {
    overflow-y: auto;
    /* height: calc(100vh - 14.8rem) !important; */
    height: 100%;
    padding-bottom: 4.8rem;
}
.main-wrap .promotion-container .list {
    /* height: 100%; */
}
.main-wrap .promotion-container .list .list-wrap {
    position: relative;
}
.main-wrap .promotion-container .list .list-wrap .swiper-wrapper {
    margin-bottom: 1.8rem;
}
.main-wrap .promotion-container .list .item {
    display: block;
    width: 100%;
    background-color: #F6F6F6;
    background-position: center right 1.6rem;
    background-size: 2.4rem 2.4rem;
    /* padding: 3.1rem 1.6rem; */
    border: 1px solid #E7E7E7;
    border-radius: 0.4rem;
    position: relative;
}
/* .main-wrap .promotion-container .list .item::after {
    content: '';
    display: inline-block;
    background: url("/images/icon/icon-arrow-right.png") no-repeat;
    width: 2.4rem;
    height: 2.4rem;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.6rem;
} */
.main-wrap .promotion-container .list .item img {
    width: 100%;
    border-radius: 0.4rem;
}
.main-wrap .promotion-container .list .item:not(:last-child) {
    margin-bottom: 1.2rem;
}
.main-wrap .promotion-container .list .item .main-txt {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
    padding-bottom: 0.4rem;
}
.main-wrap .promotion-container .list .item .sub-txt {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.14px;
    color: #656565;
}
.main-wrap .promotion-container .list-wrap .swiper-pagination {
    bottom: 0;
}
.main-wrap .promotion-container .list-wrap {
    /* height: 46.4rem; */
}
.main-wrap .promotion-container .list-wrap .swiper-pagination-bullet {
    background: #BCC3CA;
    width: 0.4rem;
    height: 0.4rem;
}
.main-wrap .promotion-container .list-wrap .swiper-pagination-bullet-active {
    background: #6E7C8C;
    width: 1.6rem;
    border-radius: 5rem;
}
.main-wrap .promotion-container .btn-more {
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
    color: #1a1a1a;
    padding: 1.2rem 3rem;
    width: 100%;
    border-radius: 5rem;
    border: 1px solid #D1D1D1;
    background: #fff;
    margin-top: 2.4rem;
    display: block;
}
/* =========================================================================== */
/* wishlist-wrap 리스트 */
/* 찜한병원 리스트 */
.wishlist-wrap .wish-clinic-container .list-wrap {
    background: #fff;
    margin-bottom: 1rem;
}
/* list 없는경우 */
.wishlist-wrap .wish-clinic-container .list-wrap .empty-box {
    display: flex ;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* height: 48.2vh; */
    padding-top: 13.3rem;
    /* display: none; */
}
.wishlist-wrap .wish-clinic-container .list-wrap .main-txt {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    color: #3d3d3d;
    text-align: center;
    padding-bottom: 0.6rem;
}
.wishlist-wrap .wish-clinic-container .list-wrap .sub-txt {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.14px;
    color: #767676;
    text-align: center;
    padding-bottom: 1.2rem;
}
.wishlist-wrap .wish-clinic-container .list-wrap .btn-clinic {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    background: #D62221;
    padding: 0.8rem 2rem;
    border-radius: 0.5rem;
    text-align: center;
}

/* list 있는 경우 */
.wishlist-wrap .wish-clinic-container .list {
    padding-bottom: 1.6rem;
    /* display: none; */
}
.wishlist-wrap .wish-clinic-container .list .item {
    display: flex;
    justify-content: space-between;
    padding: 1.8rem 1.8rem 1.2rem;
    border-bottom: 1px solid #E7E7E7;
}
.wishlist-wrap .wish-clinic-container .list .item:last-child {
    border-bottom: 0;
}
.wishlist-wrap .wish-clinic-container .list .item:not(:first-child) {
    padding-top: 1.2rem;
}
.wishlist-wrap .wish-clinic-container .list .item .info-box {
    display: flex;
    gap: 1.2rem;
}
.wishlist-wrap .wish-clinic-container .list .item .info-box .img-box {
    width: 12rem;
    height: 7.4rem;
    border: 0.783px solid #E7E7E7;
    border-radius: 0.4rem;
}
.wishlist-wrap .wish-clinic-container .list .item .info-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.wishlist-wrap .wish-clinic-container .list .item .info-box .info-desc {}
.wishlist-wrap .wish-clinic-container .list .item .info-box .info-desc .clinic-name {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.14px;
    color: #1A1A1A;
    padding: 0.6rem 0 0.4rem;
}
.wishlist-wrap .wish-clinic-container .list .item .info-box .info-desc .location-box {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}
.wishlist-wrap .wish-clinic-container .list .item .info-box .info-desc .location-box .region {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    color: #656565;
    padding-right: 0.7rem;
    position: relative;
}
.wishlist-wrap .wish-clinic-container .list .item .info-box .info-desc .location-box .region::after {
    content: '';
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    background: #656565;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.wishlist-wrap .wish-clinic-container .list .item .info-box .info-desc .location-box img {
    width: 1rem;
    height: 1rem;
}
.wishlist-wrap .wish-clinic-container .list .item .info-box .info-desc .location-box .distance {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1A1A1A;
}
.wishlist-wrap .wish-clinic-container .list .item .btn-wish {
    width: 2rem;
    height: 2rem;
    margin-top: 1.6rem;
}
.wishlist-wrap .wish-clinic-container .list .item .btn-wish img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* 병원 큐레이션 */
.wishlist-wrap .location-clinic {
    background: #fff;
    flex-grow: 1;
    padding-bottom: 3.6rem;
}
.wishlist-wrap .location-clinic .title {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1A1A1A;
    padding: 1.6rem 1.8rem;
    background: url("/images/icon/icon-arrow-right.png") no-repeat center right 1.8rem;
    background-size: 2.4rem 2.4rem;
}
/* location-clinic-list */
.wishlist-wrap .location-clinic-list {
    display: flex;
    align-items: center;
    gap: 1rem;
    overflow-x: auto;
    padding: 0 1.8rem;
}
.wishlist-wrap .location-clinic-list::-webkit-scrollbar {
    display: none;
}
.wishlist-wrap .location-clinic-list .item {
    width: 16.6rem;
}
.wishlist-wrap .location-clinic-list .item a {
    display: inline-block;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
}
.wishlist-wrap .location-clinic-list .item .img-box {
    width: 16.6rem;
    height: 9.4rem;
    border: 1px solid #f6f6f6;
    border-radius: 0.4rem;
}
.wishlist-wrap .location-clinic-list .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.wishlist-wrap .location-clinic-list .item .clinic-info {}
.wishlist-wrap .location-clinic-list .item .clinic-info .name {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.14px;
    color: #1a1a1a;
    margin-bottom: 0.4rem;
}
.wishlist-wrap .location-clinic-list .item .clinic-info .location-box {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin-bottom: 0.6rem;
}
.wishlist-wrap .location-clinic-list .item .clinic-info .location-box .region {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    color: #656565;
    position: relative;
    padding-right:  1rem;
}
.wishlist-wrap .location-clinic-list .item .clinic-info .location-box .region::after {
    content: '';
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background: #656565;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    right: 0;
}
.wishlist-wrap .location-clinic-list .item .clinic-info .location-box img {
    width: 1rem;
    height: 1rem;
}
.wishlist-wrap .location-clinic-list .item .clinic-info .location-box .distance {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
}
.wishlist-wrap .location-clinic-list .item .clinic-info .review-box {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}
.wishlist-wrap .location-clinic-list .item .clinic-info .review-box img {
    width: 1.2rem;
    height: 1.2rem;
}
.wishlist-wrap .location-clinic-list .item .clinic-info .review-box .grade {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1A1A1A;
}
.location-clinic-list .item .clinic-info .review-box .num {
    font-size: 1rem;
    font-weight: 400;
    line-height: 130%;
    color: #989898;
}

/* 이벤트 탭 list */
.wishlist-wrap .wish-event-container .list-wrap {
    background: #fff;
    margin-bottom: 1rem;
}
/* list 없는경우 */
.wishlist-wrap .wish-event-container .list-wrap .empty-box {
    display: flex ;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* height: 48.2vh; */
    padding-top: 13.1rem;
    /* display: none; */
}
.wishlist-wrap .wish-event-container .list-wrap .main-txt {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    color: #3d3d3d;
    text-align: center;
    padding-bottom: 0.6rem;
}
.wishlist-wrap .wish-event-container .list-wrap .sub-txt {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.14px;
    color: #767676;
    text-align: center;
    padding-bottom: 1.2rem;
}
.wishlist-wrap .wish-event-container .list-wrap .btn-event {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    background: #D62221;
    padding: 0.8rem 2rem;
    border-radius: 0.5rem;
    text-align: center;
}
/* list 있는 경우 */
.wishlist-wrap .wish-event-container .list {
    padding-bottom: 1.6rem;
    /* display: none; */
}
.wishlist-wrap .wish-event-container .list .item {
    display: flex;
    justify-content: space-between;
    padding: 1.8rem 1.8rem 1.2rem;
    border-bottom: 1px solid #E7E7E7;
}
.wishlist-wrap .wish-event-container .list .item:last-child {
    border-bottom: 0;
}
.wishlist-wrap .wish-event-container .list .item:not(:first-child) {
    padding-top: 1.2rem;
}
.wishlist-wrap .wish-event-container .list .item .info-box {
    display: flex;
    gap: 1.2rem;
}
.wishlist-wrap .wish-event-container .list .item .info-box .img-box {
    width: 9em;
    height: 9rem;
    border: 0.9px solid #E7E7E7;
    border-radius: 0.4rem;
}
.wishlist-wrap .wish-event-container .list .item .info-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.wishlist-wrap .wish-event-container .list .item .info-box .info-desc {}
.wishlist-wrap .wish-event-container .list .item .info-box .info-desc .region-type-box {
    display: flex;
    align-items: center;
    padding: 0.6rem 0 0.4rem;
    gap: 0.4rem;
}
.wishlist-wrap .wish-event-container .list .item .info-box .info-desc .region-type-box .region{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    color: #656565;
    padding-right: 0.7rem;
    position: relative;
}
.wishlist-wrap .wish-event-container .list .item .info-box .info-desc .region-type-box .region::after {
    content: '';
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    background: #656565;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.wishlist-wrap .wish-event-container .list .item .info-box .info-desc .region-type-box .type{
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    color: #656565;
}
.wishlist-wrap .wish-event-container .list .item .info-box .info-desc .event-name {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1A1A1A;
    /* width: 17.8rem; */
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wishlist-wrap .wish-event-container .list .item .btn-wish {
    width: 2rem;
    height: 2rem;
    margin-top: 0.6rem;
}
.wishlist-wrap .wish-event-container .list .item .btn-wish img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* 이벤트 탭 큐레이션 */
/* recommend-event */
.wishlist-wrap .recommend-event {
    background: #fff;
    flex-grow: 1;
    padding-bottom: 3.6rem;
}
.wishlist-wrap .recommend-event .title {
    display: block;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1A1A1A;
    padding: 1.6rem 1.8rem;
    background: url("/images/icon/icon-arrow-right.png") no-repeat center right 1.8rem;
    background-size: 2.4rem 2.4rem;
}
/* recommend-event-list */
.wishlist-wrap .recommend-event-list {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0 1.8rem;
    overflow-x: auto;
}
.wishlist-wrap .recommend-event-list::-webkit-scrollbar {
    display: none;
}
.wishlist-wrap .recommend-event-list .item {
    width: 12rem;
}
.wishlist-wrap .recommend-event-list .item a {
    display: inline-block;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
}
.wishlist-wrap .recommend-event-list .item .img-box {
    width: 12rem;
    height: 12rem;
    border: 1px solid #f6f6f6;
    border-radius: 0.4rem;
}
.wishlist-wrap .recommend-event-list .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.wishlist-wrap .recommend-event-list .item .event-info {}
.wishlist-wrap .recommend-event-list .item .event-info .name {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.14px;
    color: #1a1a1a;
    margin-bottom: 0.4rem;
}
.wishlist-wrap .recommend-event-list .item .event-info .location-box {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin-bottom: 0.6rem;
}
.wishlist-wrap .recommend-event-list .item .event-info .location-box .region {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    color: #656565;
    position: relative;
    padding-right:  1rem;
}
.wishlist-wrap .recommend-event-list .item .event-info .location-box .region::after {
    content: '';
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background: #656565;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    right: 0;
}
.wishlist-wrap .recommend-event-list .item .event-info .location-box .type {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    color: #656565;
}
.wishlist-wrap .recommend-event-list .item .event-info .price-box {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}
.wishlist-wrap .recommend-event-list .item .event-info .price-box .percent {
    font-size: 1.2rem;
    font-family: 600;
    line-height: 1.3;
    color: #D62221;
}
.wishlist-wrap .recommend-event-list .item .event-info .price-box .price {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1A1A1A;
}
.wishlist-wrap .recommend-event-list .item .event-info .review-box {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}
.wishlist-wrap .recommend-event-list .item .event-info .review-box img {
    width: 1.2rem;
    height: 1.2rem;
}
.wishlist-wrap .recommend-event-list .item .event-info .review-box .grade {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1A1A1A;
}
.wishlist-wrap .recommend-event-list .item .event-info .review-box .num {
    font-size: 1rem;
    font-weight: 400;
    line-height: 130%;
    color: #989898;
}
/* ========================================================================= */
/* event-list-wrap 리스트  */
.event-list-wrap .list-container {
    height: calc(100% - 20.2rem);
    overflow-y: auto;

}
.event-list-wrap .list-container::-webkit-scrollbar{
    display: none;
}
.event-list-wrap {
    height: 100%;
    position: relative;
}
.event-list-wrap .list-group {
    /* overflow-y: auto;
    padding-bottom: 4.8rem;
    height: calc(100% - 24.97rem);
    -webkit-overflow-scrolling: auto;
    touch-action: pan-y; */
}

.event-list-wrap .list {
    /* overflow-y: auto; */
    /* height: calc(100% - 24.97rem); */
    /* height: 100%; */
    padding: 0 1.8rem;
}
.event-list-wrap .list::-webkit-scrollbar {
    display: none;
}
.event-list-wrap .list .item {
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 1.8rem;
}
.event-list-wrap .list .item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.event-list-wrap .list .item:not(:first-child) {
    /* padding-top: 1.8rem; */
}
.event-list-wrap .list .item a {
    display: flex;
    gap: 1.2rem;
}
.event-list-wrap .list .item a .img-box {
    width: 10rem;
    height: 10rem;
    border: 1px solid #E7E7E7;
    border-radius: 0.4rem;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.event-list-wrap .list .item a .img-box.disabled::after {
    width: 100%;
    height: 100%;
    border-radius: 0.4rem;
    background: rgba(0, 0, 0, 0.70);
    content: '금일 이벤트' '\A 조기 종료' '\A 되었습니다.';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 1.1rem;
    white-space: pre-line;
    text-align: center;
    line-height: 1.3;
}
.event-list-wrap .list .item a .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.event-list-wrap .list .item a .info-box {
    /* width: 23.2rem; */
    width: 100%;
}
.event-list-wrap .list .item a .info-box .region-type-box {
    display: flex;
    align-items: center;
    padding-bottom: 0.4rem;
}
.event-list-wrap .list .item a .info-box .region-type-box .region {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    color: #656565;
    padding-right: 0.7rem;
    position: relative;
}
.event-list-wrap .list .item a .info-box .region-type-box .region::after {
    content: '';
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    background: #656565;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.event-list-wrap .list .item a .info-box .region-type-box .type {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    color: #656565;
    padding-left: 0.4rem;
}
.event-list-wrap .list .item a .info-box .event-name-box {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
    /* width: 17.8rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1.6rem;
}
.event-list-wrap .list .item a .info-box .review-box {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}
.event-list-wrap .list .item a .info-box .review-box img {
    width: 1.2rem;
    height: 1.2rem;
}
.event-list-wrap .list .item a .info-box .review-box .grade {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1A1A1A;
}
.event-list-wrap .list .item a .info-box .review-box .num {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #989898;
}
.event-list-wrap .list .item a .info-box .discount-box {
    text-align: right;

}
.event-list-wrap .list .item a .info-box .discount-box .desc {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #989898;
    margin-right: 0.6rem;
}
.event-list-wrap .list .item a .info-box .discount-box .percent {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.27px;
    color: #D62221;
}
.event-list-wrap .list .item a .info-box .price-box {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.27px;
    color: #1A1A1A;
    text-align: right;
}
.event-list-wrap .btn-top {
    width: 4rem;
    height: 4rem;
    padding: 0.8rem;
    background: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 0.8rem;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.08);
    position: absolute;
    bottom: 7rem;
    right: 1.8rem;
    display: none;
}
.event-list-wrap .btn-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* event-promotion-wrap 리스트 */
.event-promotion-wrap .list-group {
    /* overflow-y: auto;
    padding-bottom: 4.8rem;
    height: calc(100% - 24.97rem);
    -webkit-overflow-scrolling: auto;
    touch-action: pan-y; */
}

.event-promotion-wrap .list {
    /* overflow-y: auto; */
    /* height: calc(100% - 24.97rem); */
    /* height: 100%; */
    padding: 0 1.8rem;
}
.event-promotion-wrap .list::-webkit-scrollbar {
    display: none;
}
.event-promotion-wrap .list .item {
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 1.8rem;
}
.event-promotion-wrap .list .item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.event-promotion-wrap .list .item:not(:first-child) {
    /* padding-top: 1.8rem; */
}
.event-promotion-wrap .list .item a {
    display: flex;
    gap: 1.2rem;
}
.event-promotion-wrap .list .item a .img-box {
    width: 10rem;
    height: 10rem;
    border: 1px solid #E7E7E7;
    border-radius: 0.4rem;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.event-promotion-wrap .list .item a .img-box.disabled::after {
    width: 100%;
    height: 100%;
    border-radius: 0.4rem;
    background: rgba(0, 0, 0, 0.70);
    content: '금일 이벤트' '\A 조기 종료' '\A 되었습니다.';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 1.1rem;
    white-space: pre-line;
    text-align: center;
    line-height: 1.3;
}
.event-promotion-wrap .list .item a .img-box.disabled::after {
    width: 100%;
    height: 100%;
    border-radius: 0.4rem;
    background: rgba(0, 0, 0, 0.70);
    content: '금일 이벤트' '\A 조기 종료' '\A 되었습니다.';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 1.1rem;
    white-space: pre-line;
    text-align: center;
    line-height: 1.3;
}
.event-promotion-wrap .list .item a .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.event-promotion-wrap .list .item a .info-box {
    /* width: 23.2rem; */
    width: 100%;
}
.event-promotion-wrap .list .item a .info-box .region-type-box {
    display: flex;
    align-items: center;
    padding-bottom: 0.4rem;
}
.event-promotion-wrap .list .item a .info-box .region-type-box .region {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    color: #656565;
    padding-right: 0.7rem;
    position: relative;
}
.event-promotion-wrap .list .item a .info-box .region-type-box .region::after {
    content: '';
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    background: #656565;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.event-promotion-wrap .list .item a .info-box .region-type-box .type {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    color: #656565;
    padding-left: 0.4rem;
}
.event-promotion-wrap .list .item a .info-box .event-name-box {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
    /* width: 17.8rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1.6rem;
}
.event-promotion-wrap .list .item a .info-box .review-box {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}
.event-promotion-wrap .list .item a .info-box .review-box img {
    width: 1.2rem;
    height: 1.2rem;
}
.event-promotion-wrap .list .item a .info-box .review-box .grade {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1A1A1A;
}
.event-promotion-wrap .list .item a .info-box .review-box .num {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #989898;
}
.event-promotion-wrap .list .item a .info-box .discount-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.event-promotion-wrap .list .item a .info-box .discount-box .desc {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #989898;
    margin-right: 0.6rem;
}
.event-promotion-wrap .list .item a .info-box .discount-box .percent {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.27px;
    color: #D62221;
}
.event-promotion-wrap .list .item a .info-box .price-box {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.27px;
    color: #1A1A1A;
    text-align: right;
}
.event-promotion-wrap .btn-top {
    width: 4rem;
    height: 4rem;
    padding: 0.8rem;
    background: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 0.8rem;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.08);
    position: absolute;
    bottom: 7rem;
    right: 1.8rem;
    display: none;
}
.event-promotion-wrap .btn-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ========================================================================= */
/* clinic-list-wrap 리스트  */
.clinic-list-wrap {
    height: 100%;
    position: relative;
}
.clinic-list-wrap .list-group {
    overflow-y: auto;
    padding-bottom: 4.8rem;
    height: calc(100% - 24.97rem);
}
.clinic-list-wrap .list-group::-webkit-scrollbar {
    display: none;
}
.clinic-list-wrap .list {
    padding: 0 1.8rem;
}
.clinic-list-wrap .list::-webkit-scrollbar {
    display: none;
}
/* 개발용 item */
.clinic-list-wrap .list .visible ~ .visible {
    border-top: 1px solid #E7E7E7;
    padding-top: 1.8rem;
}

.clinic-list-wrap .list .item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.clinic-list-wrap .list .item a {
    display: flex;
    gap: 1.2rem;
    width:100%;
}
.clinic-list-wrap .list .item a .img-box {
    width: 10rem;
    height: 10rem;
    border: 1px solid #E7E7E7;
    border-radius: 0.4rem;
    flex-shrink: 0;
}
.clinic-list-wrap .list .item a .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.clinic-list-wrap .list .item a .info-box {
    width: 100%;
    /* width: 23.2rem; */
    height: 12.1rem;
    display: flex;
    flex-direction: column;
    position: relative;
}
.clinic-list-wrap .list .item a .info-box .type-box {
    display: flex;
    align-items: center;
    padding-bottom: 0.6rem;
}
.clinic-list-wrap .list .item a .info-box .type-box .state {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    background: #F08A24;
    border: 1px solid #F08A24;
    padding: 0.2rem 0.4rem;
    text-align: center;
    border-radius: 0.3rem;
    display: block;
    margin-right: 0.6rem;
    flex-shrink: 0;
}
.clinic-list-wrap .list .item a .info-box .type-box .clinic-name {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3;
    color: #3D3D3D;
    position: relative;
    /* padding-right: 0.6rem; */
    /* flex-shrink: 0; */
    max-width: 19rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* .clinic-list-wrap .list .item a .info-box .type-box .clinic-name::after {
    content: '';
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    background: #3d3d3d;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
} */

.clinic-list-wrap .list .item a .info-box .type-box .type {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3;
    color: #3D3D3D;
    margin-left: 0.4rem;

}
.clinic-list-wrap .list .item a .event-name-box {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
    color: #1a1a1a;
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* width: 17.8rem; */
}
.clinic-list-wrap .list .item a .place-box {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #3d3d3d;
    max-width: 23.2rem;
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /* padding-bottom: 2.4rem; */
}
.clinic-list-wrap .list .item a .wish-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.2rem;
    position: absolute;
    bottom: 1.8rem;
    right: 0;
}
.clinic-list-wrap .list .item a .wish-box img {
    width: 1rem;
    height: 1rem;

}
.clinic-list-wrap .list .item a .wish-box .wish-num {
    font-size: 1rem;
    line-height: 1.3;
    color: #3d3d3d;
}

.clinic-list-wrap .btn-top {
    width: 4rem;
    height: 4rem;
    padding: 0.8rem;
    background: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 0.8rem;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.08);
    position: absolute;
    bottom: 6.3rem;
    right: 1.8rem;
    display: none;
}
.clinic-list-wrap .btn-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.clinic-list-wrap .btn-clinic-search {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.3;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.7rem 1.4rem 0.5rem;
    background: #454545;
    color: #fff;
    border-radius: 6rem;
    border: 1px solid #D1D1D1;
    position: absolute;
    bottom: 6.3rem;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    opacity: 0;
    transition: all 0.3s ease; 
}
.clinic-list-wrap .btn-clinic-search.active {
    opacity: 1;
}
.clinic-list-wrap .btn-clinic-search img {
    width: 1.35rem;
    height: 1.35rem;
    margin-bottom: 0.2rem;
}

/* navigation */
.wishlist-wrap .nav-wrap .book-mark-box.active .nav-icon {
    background-image: url("/images/icon/icon-book-mark-on.png");
}

/* 이벤트 리스트 header */
.event-list-wrap.searching .menu-tab,
.event-list-wrap.searching .option-box,
.event-list-wrap.searching .list-container,
.event-list-wrap.searching .btn-top {
    display: none;
}

.event-list-wrap.is-open .main-header .right-area .option-box .btn-search {
    display: none;
}
.event-list-wrap.is-open .main-header .left-area .btn-prev {
    display: block;
}
.event-list-wrap.is-open .main-header .right-area .search-box {
    display: flex;
}
.event-list-wrap.is-open .main-header {
    justify-content: flex-start;
    gap: 0.4rem;
}
.event-list-wrap.is-open .main-header .left-area{
    width: auto;
}
.event-list-wrap.is-open .main-header .right-area{
    width: 100%;
}
.event-list-wrap.is-open .top-section .search-wrap {
    display: block;
}

.event-list-wrap.searching.is-open .top-section {
    height: 100%;
}

/* 병원 리스트 header */
.clinic-list-wrap.searching .menu-tab,
.clinic-list-wrap.searching .option-box,
.clinic-list-wrap.searching .list-group,
.clinic-list-wrap.searching .btn-top {
    display: none;
}
.clinic-list-wrap.searching .btn-clinic-search.active {
    opacity: 0;
}

.clinic-list-wrap.is-open .main-header .right-area .option-box .btn-search {
    display: none;
}
.clinic-list-wrap.is-open .main-header .left-area .btn-prev {
    display: block;
}
.clinic-list-wrap.is-open .main-header .right-area .search-box {
    display: flex;
}
.clinic-list-wrap.is-open .main-header {
    justify-content: flex-start;
    gap: 0.4rem;
}
.clinic-list-wrap.is-open .main-header .left-area{
    width: auto;
}
.clinic-list-wrap.is-open .main-header .right-area{
    width: 100%;
}
.clinic-list-wrap.is-open .top-section .search-wrap {
    display: block;
}
