@import url("font.css");
/* main-wrap 메뉴탭 */
.menu-tab-wrap {
    width: 100%;
    /* overflow: hidden; */
    height: 100%;
}
.main-wrap .menu-tab {
    padding: 0 4rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E7E7E7;
    position: relative;
    z-index: 99;
}
.main-wrap .menu-tab button {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
    color: #989898;
    padding: 0 0.4rem 0.8rem 0.4rem;
}
.main-wrap .menu-tab button.active {
    color: #1a1a1a;
    border-bottom: 2px solid #1a1a1a;
}
/* ========================================================================= */
/* wishlist 메뉴탭 */
.wishlist-wrap .wrap {height: 100%;}
.wishlist-wrap .menu-tab {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E7E7E7;
}
.wishlist-wrap .menu-tab button {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
    color: #989898;
    padding-bottom: 1.6rem;
    text-align: center;
    width: calc(100% / 2);
}
.wishlist-wrap .menu-tab button.active {
    color: #1a1a1a;
    border-bottom: 2px solid #1a1a1a;
}
/* wish-clinic-container */
.wishlist-wrap .wish-clinic-container {
    display: flex;
    flex-direction: column;
    height: calc(100% - 15.6rem);
    overflow: auto;
    /* display: none; */
}
/* wish-event-container */
.wishlist-wrap .wish-event-container {
    /* background: #F6F6F6; */
    display: flex;
    flex-direction: column;
    height: calc(100% - 15.6rem);
    overflow: auto;
    display: none;
}
/* ========================================================================= */
/* event-list-wrap 메뉴 탭 */
.event-list-wrap .menu-tab .category-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.6rem;
    padding: 0 1.8rem;
    border-bottom: 1px solid #E7E7E7 ;
    overflow-x: auto;
}
.event-list-wrap .menu-tab .category-tab::-webkit-scrollbar {
    display: none;
}
.event-list-wrap .menu-tab .category-tab .btn-cate {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
    color: #989898;
    width: max-content;
    padding: 0 0.4rem 0.8rem;
    flex-shrink: 0;
}
.event-list-wrap .menu-tab .category-tab .btn-cate.active {
    color: #1A1A1A;
    border-bottom: 2px solid #1A1A1A;
}
.event-list-wrap .event-tab {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1.2rem 1.8rem;
    overflow-x: auto;
}
.event-list-wrap .event-tab::-webkit-scrollbar {
    display: none;
}
.event-list-wrap .event-tab .btn-event-box {
    display: block;
    text-align: center;
    padding: 0.6rem 1.2rem;
    border: 1px solid #D1D1D1;
    background: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
    color: #1A1A1A;
    border-radius: 5rem;
    width: max-content;
}
.event-list-wrap .event-tab .btn-event-box.active {
    background: #D62221;
    border-color: #D62221;
    font-weight: 600;
    color: #fff;
}
.event-list-wrap .event-tab .btn-event-box .btn-event {
    display: block;
    width: max-content;
}
.event-list-wrap .event-tab .btn-event-box input[type="checkbox"] {
    appearance: none;
    display: none;
}
/* option 영역 */
.event-list-wrap .option-box {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: flex-end; */
    padding: 1.8rem;
    text-align: right;
}
.event-list-wrap .option-box .location-box {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.14px;
    color: #3D3D3D;
}
.event-list-wrap .option-box .location-box img {
    width: 2rem;
    height: 2rem;
    display: block;
}
.event-list-wrap .recommend-box {}
.event-list-wrap .recommend-box .btn-recommend {
    position: relative;
    border: none;
    outline: none;
    appearance: none;
    padding-right: 2rem; /* 오른쪽 아이콘 자리 */
    text-align: center;
    color: #3D3D3D;
}
.event-list-wrap .recommend-box .btn-recommend::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 2rem;
    height: 2rem;
    background: url("/images/icon/icon-arrow-bottom.png") no-repeat center center;
    background-size: 2rem 2rem;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.2s ease; /* 회전 애니메이션 */
}
.event-list-wrap .recommend-box .btn-recommend.is-open::after {
    transform: translateY(-50%) rotate(180deg);
}
.event-list-wrap .recommend-box .recommend-popup {
    background: #fff;
    padding: 3.6rem 2.4rem;
    border-radius: 2.4rem 2.4rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    z-index: 999;
    display: none;
}
.event-list-wrap .recommend-box .recommend-popup .radio-box {}
.event-list-wrap .recommend-box .recommend-popup .radio-box label {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: -0.24px;
    color: #1A1A1A;
    padding-left: 2.6rem;
}
.event-list-wrap .recommend-box .recommend-popup .radio-box input {
    display: none;
}
.event-list-wrap .recommend-box .recommend-popup .radio-box input:checked + label {
    background: url("/images/icon/icon-check.png") no-repeat center left;
    background-size: 2rem 2rem;
    padding-left: 2.6rem;
    color: #D62221;
}

/* event-promotion option-box */
.event-promotion-wrap .option-box {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: flex-end; */
    padding: 1.8rem;
    text-align: right;
}
.event-promotion-wrap .option-box .location-box {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.14px;
    color: #3D3D3D;
}
.event-promotion-wrap .option-box .location-box img {
    width: 2rem;
    height: 2rem;
    display: block;
}
.event-promotion-wrap .recommend-box {}
.event-promotion-wrap .recommend-box .btn-recommend {
    position: relative;
    border: none;
    outline: none;
    appearance: none;
    padding-right: 2rem; /* 오른쪽 아이콘 자리 */
    text-align: center;
    color: #3D3D3D;
}
.event-promotion-wrap .recommend-box .btn-recommend::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 2rem;
    height: 2rem;
    background: url("/images/icon/icon-arrow-bottom.png") no-repeat center center;
    background-size: 2rem 2rem;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.2s ease; /* 회전 애니메이션 */
}
.event-promotion-wrap .recommend-box .btn-recommend.is-open::after {
    transform: translateY(-50%) rotate(180deg);
}
.event-promotion-wrap .recommend-box .recommend-popup {
    background: #fff;
    padding: 3.6rem 2.4rem;
    border-radius: 2.4rem 2.4rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    z-index: 999;
    display: none;
}
.event-promotion-wrap .recommend-box .recommend-popup .radio-box {}
.event-promotion-wrap .recommend-box .recommend-popup .radio-box label {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: -0.24px;
    color: #1A1A1A;
    padding-left: 2.6rem;
}
.event-promotion-wrap .recommend-box .recommend-popup .radio-box input {
    display: none;
}
.event-promotion-wrap .recommend-box .recommend-popup .radio-box input:checked + label {
    background: url("/images/icon/icon-check.png") no-repeat center left;
    background-size: 2rem 2rem;
    padding-left: 2.6rem;
    color: #D62221;
}



/* 배너 slide */
.event-list-wrap .event-banner {
    /* display: none; */
}
.event-list-wrap .event-banner .swiper-slide { 
    width: 100%;
}
.event-list-wrap .event-banner .swiper-slide img { 
    width: 100%;
}

/* ========================================================================= */
/* clinic-list-wrap 메뉴 탭 */
.clinic-list-wrap.is-hide .menu-tab {
    display: none;
}
.clinic-list-wrap .menu-tab .category-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.6rem;
    padding: 0 1.8rem;
    border-bottom: 1px solid #E7E7E7 ;
    overflow-x: auto;
}
.clinic-list-wrap .menu-tab .category-tab::-webkit-scrollbar {
    display: none;
}
.clinic-list-wrap .menu-tab .category-tab .btn-cate {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
    color: #989898;
    width: max-content;
    padding: 0 0.4rem 0.8rem;
    flex-shrink: 0;
}
.clinic-list-wrap .menu-tab .category-tab .btn-cate.active {
    color: #1A1A1A;
    border-bottom: 2px solid #1A1A1A;
}
.clinic-list-wrap .event-tab {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1.2rem 1.8rem 0;
    overflow-x: auto;
}
.clinic-list-wrap .event-tab.active {
    display: none;
}
.clinic-list-wrap .event-tab::-webkit-scrollbar {
    display: none;
}
.clinic-list-wrap .event-tab .btn-event-box {
    display: block;
    text-align: center;
    padding: 0.6rem 1.2rem;
    border: 1px solid #D1D1D1;
    background: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
    color: #1A1A1A;
    border-radius: 5rem;
    width: max-content;
}
.clinic-list-wrap .event-tab .btn-event-box.active {
    background: #454545;
    font-weight: 600;
    color: #F6F6F6;
}
.clinic-list-wrap .event-tab .btn-event-box .btn-event {
    display: block;
    width: max-content;
}
.clinic-list-wrap .event-tab .btn-event-box input[type="checkbox"] {
    appearance: none;
    display: none;
}
/* option 영역 */
.clinic-list-wrap .option-box {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: flex-end; */
}
.clinic-list-wrap .option-box .location-box {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.14px;
    color: #3D3D3D;
}
.clinic-list-wrap .option-box .location-box img {
    width: 2rem;
    height: 2rem;
    display: block;
}
.clinic-list-wrap3.is-hide .recommend-box {
    display: none;
}
.clinic-list-wrap .recommend-box {
    padding: 1.8rem;
    text-align: right;
}
.clinic-list-wrap .recommend-box.active {
    display: none;
}
.clinic-list-wrap .recommend-box .btn-recommend {
    position: relative;
    border: none;
    outline: none;
    appearance: none;
    padding-right: 2rem; /* 오른쪽 아이콘 자리 */
    text-align: center;
    color: #3D3D3D;
}
.clinic-list-wrap .recommend-box .btn-recommend::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 2rem;
    height: 2rem;
    background: url("/images/icon/icon-arrow-bottom.png") no-repeat center center;
    background-size: 2rem 2rem;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.2s ease; /* 회전 애니메이션 */
}
.clinic-list-wrap .recommend-box .btn-recommend.is-open::after {
    transform: translateY(-50%) rotate(180deg);
}
.clinic-list-wrap .recommend-box .recommend-popup {
    background: #fff;
    padding: 3.6rem 2.4rem;
    border-radius: 2.4rem 2.4rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    z-index: 999;
    display: none;
}
.clinic-list-wrap .recommend-box .recommend-popup .radio-box {}
.clinic-list-wrap .recommend-box .recommend-popup .radio-box label {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: -0.24px;
    color: #1A1A1A;
    padding-left: 2.6rem;
}
.clinic-list-wrap .recommend-box .recommend-popup .radio-box input {
    display: none;
}
.clinic-list-wrap .recommend-box .recommend-popup .radio-box input:checked + label {
    background: url("/images/icon/icon-check.png") no-repeat center left;
    background-size: 2rem 2rem;
    padding-left: 2.6rem;
    color: #D62221;
}