@charset "utf-8";

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0 !important;
}

ul {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

.inner1920 {
    /* max-width: 1920px; */
    max-width: 1440px;
    margin: 0 auto;
    /* padding: 0 1rem; */
}

.gap40 {
    gap: 2.5rem;
}

.gap24 {
    gap: 1.5rem;
}

.detail {
    background-color: #2e2e2e;
}

.detailWrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 10rem 1.25rem;
}

.detailWrap>* {
    flex: 1 1 auto;
}

.detail main {}

.detail main .thumbnailBox {
    width: 100%;
}

.detail main .thumbnailBox img {
    border-radius: 8px;
}

.detail main .titleBox {}

.detail main .titleBox h2 {
    color: #fff;
    font-family: Pretendard;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 40px */
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

.detail main .titleBox p {
    color: #fff;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.16px;
    margin-top: 1rem;
    margin-bottom: 0;
}

.detail main .titleBox .contentBox {
    color: #fff;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.16px;
    margin-top: 1rem;
    margin-bottom: 10px;
}

.detail main .titleBox button {
    display: flex;
    padding: 0 1.25rem;
    height: 40px;
    align-items: center;
    gap: 0.25rem;
    border-radius: 999px;
    background: #535353;
    color: #fff;
    border: none;
}

.detail main .profileBox {
    gap: 0.75rem;
}

.detail main .profileBox img {
    border-radius: 999px;
    width: 4.5rem;
    aspect-ratio: 1/1;
}

.detail main .profileBox h6 {
    color: #fff;
    font-family: Pretendard;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
}

.detail main .profileBox p {
    color: #fff;
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.14px;
    margin-top: 0.75rem;
    margin-bottom: 0;
}

.detail main .profileBox.attach button {
    background-color: transparent;
    border: none;
    color: #caabdd;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.16px;
}

.detail main .profileBox.attach img {
    width: 1.5rem;
    aspect-ratio: 1/1;
}

.detail main .comentBox {
    border-radius: 8px;
    background: #535353;
    padding: 1.5rem 1.25rem;
    gap: 1rem;
}

.detail main .comentBox h4 {
    color: #fff;
    font-family: Pretendard;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 24px */
    letter-spacing: 0.12px;
}

.detail main .comentBox img {
    width: 2.5rem;
    aspect-ratio: 1/1;
    border-radius: 99px;
}

.detail main .comentBox h6 {
    color: #fff;
    font-family: Pretendard;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 12px */
    margin-bottom: 0.25rem;
}

.detail main .comentBox p {
    color: #fff;
    font-family: Pretendard;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 19.2px */
    letter-spacing: 0.12px;
    margin-bottom: 0;
}

.detail main .comentBox .comements {
    padding-left: 0;
}

.detail main .comentBox .reply img {}

.detail main .comentBox .reply {
    margin-top: 1.25rem;
}

.detail main .comentBox .reply li {
    margin-bottom: 0.75rem;
}

.detail main .comements>li {
    margin-bottom: 1.5rem;
}

.detail aside {
    border-radius: 8px;
    background: #535353;
    padding: 1.5rem 1.25rem;
    max-height: 100vh;
    overflow-y: scroll;
    height: 100%;
}

.commuting_wrap.custom01 #cal_title select {
    color: #fff;
}

.time_felx_box002>div {
    color: #fff;
}

.common_chk_wrapper {
    background-color: var(--color-primary01) !important;
}



.detail aside::-webkit-scrollbar {
    width: 5px;
}

.detail aside::-webkit-scrollbar-thumb {
    background-color: #666;
}

.detail aside h3 {
    color: #fff;

    /* H5-24 */
    font-family: Pretendard;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 24px */
    letter-spacing: 0.12px;
}

.detail aside ul {
    padding-left: 0;
}

.detail aside ul li {
    margin-bottom: 1.25rem;
}

.detail aside ul li .thumbnail {
    aspect-ratio: 171 / 98;
    background-color: #2e2e2e;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
}

.detail aside ul li h6 {
    color: #fff;
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 0.25rem !important;
    /* 14px */
}

.detail aside ul li p {
    color: #fff;
    font-family: Pretendard;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 12px */
    letter-spacing: 0.12px;
    margin-bottom: 0.5rem !important;
}

.detail aside ul li span {
    color: #f1f1f1;
    font-family: Pretendard;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 10px */
    letter-spacing: 0.2px;
    gap: 0.25rem;
}

.detail aside ul li span img {
    width: 1rem;
    aspect-ratio: 1/1;
}

.detail aside.author h6 {
    color: #fff;
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 14px */
}

.detail aside.author p {
    color: #fff;
    font-family: Pretendard;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 12px */
    letter-spacing: 0.12px;
}

.detail aside.author span {
    color: var(--GREY-100, #f1f1f1);
    font-family: Pretendard;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 10px */
    letter-spacing: 0.2px;
}

.detail aside.author .profileBox {
    gap: 0.75rem;
}

.detail aside.author .profileBox img {
    border-radius: 999px;
    width: 4.5rem;
    aspect-ratio: 1/1;
}

.detail aside.author .profileBox h6 {
    color: #fff;
    font-family: Pretendard;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
}

.detail aside.author .profileBox p {
    color: #fff;
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.14px;
    margin-top: 0.75rem;
    margin-bottom: 0;
}

/*******************************************************/

.survey {
    background-color: #222;
}

.surveyWrap {
    max-width: 760px;
    margin: 0 auto;
    padding: 10rem 0;
}

.surveyWrap .titleBox {}

.surveyWrap .titleBox h2 {
    color: #fff;
    font-family: Pretendard;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 28px */
    letter-spacing: 0.07px;
    margin-bottom: 1rem !important;
}

.surveyWrap .titleBox h2 span {
    color: #c7c7c7;
    font-family: Pretendard;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.05px;
}

.surveyWrap .titleBox p {
    color: #fff;

    /* Body-16 */
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.16px;
    margin-bottom: 0;
}

.surveyWrap .listBox {}

.surveyWrap .listBox li {
    padding: 1.5rem 5rem;
    border-radius: 8px;
    background: #2e2e2e;
}

.surveyWrap .listBox li h3 {
    color: #fff;
    font-family: Pretendard;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0.5rem !important;
    line-height: 100%;
    /* 20px */
}

.surveyWrap .listBox li p {
    color: #fff;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.16px;
    margin-bottom: 0;
}

/*******************************************************/

.community {
    background-color: #222;
}

.communityWrap {
    max-width: 760px;
    margin: 0 auto;
    padding: 10rem 0;
}

.communityWrap .titleBox {}

.communityWrap .titleBox h2 {
    color: #fff;
    font-family: Pretendard;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 28px */
    letter-spacing: 0.07px;
    margin-bottom: 1rem;
}

.communityWrap .titleBox h2 span {
    color: #c7c7c7;
    font-family: Pretendard;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.05px;
}

.communityWrap .titleBox p {
    color: #fff;

    /* Body-16 */
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.16px;
    margin-bottom: 0;
}

.communityWrap .listBox {}

.communityWrap .listBox li {
    padding: 1.5rem 5rem;
    border-radius: 8px;
    background: #2e2e2e;
}

.communityWrap .listBox li h3 {
    color: #fff;
    font-family: Pretendard;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
}

.communityWrap .listBox li p {
    color: #f1f1f1;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 0.16px;
    margin-bottom: 0;
}

/*********************리스트***********************/

.list {
    background: #2e2e2e;
    padding-top: 9.5rem;
}

.list #wrap .content {
    margin: 0 auto;
}

.list .listTitle {
    border-bottom: 1px solid #444;
    padding-bottom: 2.5rem;
}

.list .listTitle h2 {
    color: #fff;
    font-family: Pretendard;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 40px */
    letter-spacing: -0.4px;
    margin-bottom: 0.75rem !important;
    gap: 30px;
}

.list .listTitle p {
    color: #fff;
    font-family: Pretendard;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 30px */
    letter-spacing: 0.2px;
}

.list .listBody {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #444;
}

.list .listBody .listTab {
    margin-top: 1rem;
    margin-bottom: 3.7rem;
    flex-wrap: wrap;
}

.list .listBody .listTab button {
    background-color: transparent;
    border: none;
    color: #fff;
}

.depth_bar_view {
    margin-bottom: -3rem;
}

.list .listBody .listCardWrap .listCard {
    flex-basis: calc((100% - (3 * 2.5rem)) / 4);
}

.list .listBody .listCardWrap .listCard h6 {
    color: #fff;
    font-family: Pretendard;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    font-size: 14px;
}

.list .listBody .listCardWrap .listCard>img {
    aspect-ratio: 320 / 440;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.list .listBody .listCardWrap.horizonWrap .listCard>img {
    aspect-ratio: 232 / 330;
    width: 100%;
    max-height: 330px;
}

body .list .listBody .listCardWrap .listCard p {
    color: #fff;
    font-family: Pretendard;
    font-size: 0.666rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 12px */
    letter-spacing: 0.12px;

}

.list .listBody .listCardWrap .listCard p span {
    color: var(--GREY-100, #f1f1f1);
    font-family: Pretendard;
    font-size: 0.625rem !important;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 10px */
    letter-spacing: 0.2px;
    font-size: 13px;
    margin-top: 5px;
}

.list .listBody .listCardWrap .listCard p span img {
    margin-bottom: 0;
    aspect-ratio: 1/1;
}

.list .listBody .listCardWrap .listCard p.participating {
    color: #caabdd;
}

.listCard.clickable {
    cursor: pointer;
}

.listBlock.clickable {
    cursor: pointer;
}

.list .listBody .listCardWrap .listBlock {
    display: flex;
    border-radius: 8px;
    background: #222;
    padding: 1.5rem;
}

.list .listBody .listCardWrap .listBlock img {
    aspect-ratio: 4 / 3;
    max-width: 11rem;
    width: 20%;
    margin-right: 1.5rem;
}

.list .listBody .listCardWrap .listBlock h6 {
    color: #fff;
}

.list .listBody .listCardWrap .listBlock p {
    color: #fff;
}

.list .listBody .listCardWrap .listBlock p.participating {
    color: #caabdd;
    display: flex;
    gap: 4rem;
}

.list .listBody .listCardWrap .listBlock p.participating span {}

.list .listBody .listCardWrap .listBlock p.participating span img {
    aspect-ratio: 1/1;
    margin-right: 0.25rem;
    width: auto;
}

.list .listBody .listCardWrap .listBlock>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: calc(100% - 3rem - 11rem);
}

.list .listBody .listCardWrap .listBlock p span {
    display: flex;
}

.list .listFooter {
    padding-top: 2.5rem;
    margin-bottom: 6.5rem;
}

.list .listFooter .pagination {
    justify-content: center;
    margin-top: 2.5rem;
    gap: 0.625rem;
    align-items: center;
}

.list .listFooter .pagination li {}

.list .listFooter .pagination li .page-link {
    background-color: transparent;
    border: 1px solid #806491;
    border-radius: 8px;
    width: 3.125rem;
    /* aspect-ratio: 1/1; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8e8e8e;
}

.list .listFooter .pagination li:first-child .page-link {
    color: #fff;
    border: none;
}

.list .listFooter .pagination li:last-child .page-link {
    color: #fff;
    border: none;
}

/* 활성화된 페이지 항목 스타일 */
.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #806491 !important;
}

.listCard.hidden {
    display: none;
    /* This is crucial for hiding */
    /* opacity: 0; /* Optional: for fade out effect, but requires transition */
    /* visibility: hidden; /* Optional: hides but keeps space */
}

.list .listBody .listCardWrap .listBlock.hidden {
    display: none;
}

.list .listGrid {
    margin-bottom: 2.5rem;
}

.list .listGrid button {
    background-color: transparent;
    border: none;
}

.list .listGrid button:hover {
    filter: invert(1);
}



@media screen and (max-width: 1440px) {
    .inner1920 {
        width: 93.75%;
    }

}


@media screen and (max-width: 1200px) {
    #wrap {
        max-width: 100vw;
        margin: 0 auto !important;
    }
}

/*******************************마이페이지***************************************/

.mypage {
    background: var(--GREY-800, #2e2e2e);
}

.mypageWrap {
    padding-top: 11rem;
    max-width: 1920px;
    margin: 0 auto;
    min-height: 100vh;
}

.mypageWrap>* {
    flex-shrink: 1 !important;
}

.mypageWrap .mypageMain .mpHead {
    margin-bottom: 2.5rem;
}

.mypageWrap .mypageMain .mpHead h1 {
    color: #fff !important;
    font-family: Pretendard;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 40px */
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

.mypageWrap .mypageMain .mpHead button {
    border-radius: 999px;
    background: #535353;
    padding: 0.5rem 1.25rem;
    gap: 0.25rem;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: Pretendard;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 12px */
    letter-spacing: 0.24px;
    text-transform: uppercase;
    border: 0;
}

.mypageWrap .mypageMain .mpBody>* {
    flex-shrink: 1;
}

.mypageWrap .mypageMain .mpBody .profilePic img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 999px;
    /* background: #d9d9d9; */
}

.mypageWrap .mypageMain .mpBody .mpText h3 {
    color: #fff;
    font-family: Pretendard;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 24px */
}

.mypageWrap .mypageMain .mpBody .mpText .mpTextarea {
    border-radius: 8px;
    background: #2E2E2E;

    margin-top: 1.25rem;
    position: relative;
    margin-bottom: 2.5rem;
}

.mypageWrap .mypageMain .mpBody .mpText .mpTextarea textarea {
    background-color: #2E2E2E;
    width: 100%;
    resize: none;
    border-radius: 8px;
    border: 1px solid #535353;
    min-height: 12.5rem;
    color: #fff;
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.14px;

    padding: 1.25rem;
}

.mypageWrap .mypageMain .mpBody .mpText .mpTextarea textarea::placeholder {
    color: #fff;
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.14px;
}

.mypageWrap .mypageMain .mpBody .mpText .mpTextarea textarea:focus {
    outline: #444;
}

.mypageWrap .mypageMain .mpBody .mpText .mpTextarea button {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    border-radius: 999px;
    background: var(--GREY-900, #212121);
    border: none;
    padding: 0.5rem 1.25rem;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: Pretendard;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 12px */
    letter-spacing: 0.24px;
    text-transform: uppercase;
}

.mypageWrap .mypageMain .mpBody .mpText .mpTextarea button:hover {
    background-color: #fff;
    color: #212121;
}

/* .mypageWrap .mypageMain .mpBody .mpText ul {
    width: 75%;
    max-width: 75%;
} */

.mypageWrap .mypageMain .mpBody .mpText ul li {
    gap: 40px;
}

.mypageWrap .mypageMain .mpBody .mpText ul li h2 {
    color: #fff;
    font-family: Pretendard;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
    text-transform: capitalize;
    /* flex: 1 1 25%; */
}

.mypageWrap .mypageMain .mpBody .mpText ul li p {
    color: #fff;
    font-family: Pretendard;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18px */
    letter-spacing: 0.18px;
    /* text-transform: capitalize; */
    flex: 1 1 calc(70% - 40px);
}

.mypageWrap .mypageMain .mpBody .mpText ul li p.purple {
    color: #caabdd;
}

.mypageWrap .mypageMain .mpBody .mpText ul li p.purple:hover {
    text-decoration: underline;
}

.mypageWrap aside::-webkit-scrollbar {
    display: none;
}

.mypageWrap aside {
    padding: 1.5rem 1.25rem;
    border-radius: 8px;
    background: #535353;
}

.mypageWrap aside .profileBox>img {
    width: 4.5rem;
    aspect-ratio: 1/1;
    border-radius: 999px;
}

.mypageWrap aside .profileBox h6 {
    color: #fff;

    /* Sub Title-20 */
    font-family: Pretendard;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
}

.mypageWrap aside .profileBox p {
    color: #fff;

    /* Body-14 */
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.14px;
}

.mypageWrap aside .profileBox button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border: none;
}

.mypageWrap aside ul li p {
    color: #fff;
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 14px */
    text-transform: capitalize;
}

.mypageWrap aside ul li span {
    color: #fff;
    font-family: Pretendard;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 12px */
    letter-spacing: 0.12px;
}

.mypageWrap aside .btnWrap {
    border-top: 1px solid #212121;
    padding-top: 1.5rem;
}

.mypageWrap aside .btnWrap button {
    background-color: transparent;
    border: none;
    color: #fff;
    font-family: Pretendard;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

/***************관심의료진****************************/

.mypageWrap .interest .interestHead {}

.mypageWrap .interest .interestHead h1 {
    color: #fff;
    font-family: Pretendard;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 40px */
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

.mypageWrap .interest .interestBody {}

.mypageWrap .interest .interestBody .interestCard {
    border-radius: 8px;
    border: 0.5px solid var(--GREY-600, #5b5b5b);
    background: #535353;
    padding: 1.5rem;
    flex-basis: calc((100% - (2 * 2.5rem)) / 3);
}

.mypageWrap .interest .interestBody .interestCard img {
    width: 6.375rem;
    aspect-ratio: 1/1;
    border-radius: 999px;
    margin-bottom: 0.75rem;
}

.mypageWrap .interest .interestBody .interestCard h6 {
    color: #fff;
    text-align: center;
    font-family: Pretendard;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mypageWrap .interest .interestBody .interestCard p {
    color: #fff;
    text-align: center;
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 22.4px */
    letter-spacing: 0.14px;
    margin-top: 0.5rem;
}

.mypageWrap .interest .interestBody .interestCard p.purple {
    color: var(--text, #9b7fab);
}

.mypageWrap .interest .interestBody .interestCard button {
    right: 1.5rem;
    top: 1.5rem;
    background-color: transparent;
    border: none;
}

.mypageWrap .interest .interestBody .interestCard button img {
    width: 1.25rem;
    aspect-ratio: 20 / 18.375;
    margin-bottom: 0;
}

.mypageWrap .interest .dropdown button {
    border-radius: 8px;
    border: 0.5px solid #444;
    background: var(--GREY-900, #212121);
    display: flex;
    padding: 0.5rem 0.75rem;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    color: #fff;
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-width: 150px;
}

.mypageWrap .interest .dropdown .dropdown-menu {
    border-radius: 8px;
    background: var(--GREY-900, #212121);
    backdrop-filter: blur(40px);
    padding: 1.25rem !important;
}

.mypageWrap .interest .dropdown .dropdown-menu li {
    border-bottom: 1px solid #444;
    text-align: center;
}

.mypageWrap .interest .dropdown .dropdown-menu li:last-child {
    border-bottom: none;
}

.mypageWrap .interest .dropdown .dropdown-menu li a {
    color: #fff;
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0.5rem 0;
}

.mypageWrap .interest .dropdown .dropdown-menu li a:hover {
    background-color: transparent !important;
    color: #806491 !important;
}

.mypageWrap .interest .dropdown .dropdown-menu li a:active {
    background-color: #806491 !important;
    color: #fff !important;
}

/*******************포인트********************/

.mypageWrap .point {}

.mypageWrap .point .pointHead {
    margin-bottom: 5rem;
}

.mypageWrap .point .pointHead h1 {
    color: #fff;
    font-family: Pretendard;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 40px */
    letter-spacing: -0.4px;
    text-transform: uppercase;
    margin-bottom: 2.5rem !important;
}

.mypageWrap .point .pointHead .pointCard {
    border-radius: 8px;
    border: 0.5px solid var(--GREY-600, #5b5b5b);
    background: #535353;
    display: flex;
    padding: 0.75rem 1.5rem;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    flex: 1 0 0;
}

.mypageWrap .point .pointHead .pointCard img {
    width: 3.125rem;
    aspect-ratio: 1/0.9;
}

.mypageWrap .point .pointHead .pointCard h3 {
    color: #fff;
    text-align: center;
    font-family: Pretendard;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mypageWrap .point .pointHead .pointCard h2 {
    color: #fff;
    text-align: center;
    font-family: Pretendard;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mypageWrap .point .pointBody input {
    border-radius: 5px;
    background: var(--GREY-900, #212121);
    padding: 0.5rem 0.75rem;
}

.mypageWrap .point .pointBody .shop_date_form01 .img img {}

.mypageWrap .point .pointBody .shop_mypage_date_box01 .shop_date_form01 .img {
    z-index: 9;
}

.mypageWrap .point .pointBody .program_search_box01 {
    padding: 0;
}

.shop_mypage_search_box01 .program_search_box01 img {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.mypageWrap .point .pointBody .table-responsive {
    margin-top: 2.5rem;
}

.mypageWrap .point .pointBody table {
    width: 100%;
}

.mypageWrap .point .pointBody table tr {
    border-bottom: 1px solid var(--GREY-, #e6e6e6);

}

.mypageWrap .point .pointBody table tr td {
    color: #fff;
    font-family: Pretendard;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 144%;
    padding: 0.75rem 1.5rem;
}

.mypageWrap .point .pointBody table tr:nth-child(1) {
    border-top: 1px solid var(--GREY-, #e6e6e6);
    border-bottom: 1px solid var(--GREY-, #e6e6e6);
}

.mypageWrap .point .pointBody table tr td:nth-child(2) {
    width: 60%;
}

.mypageWrap .point .pointBody table tr.plus td:nth-child(3) {
    color: var(--sub-2, #67aef2);
    font-weight: 600;
}

.mypageWrap .point .pointBody table tr.plus td:nth-child(4) {
    color: var(--sub-2, #67aef2);
    font-weight: 600;
}

.mypageWrap .point .pointBody table tr.minus td:nth-child(3) {
    color: var(--sub-1, #D2909A);
    font-weight: 600;
}

.mypageWrap .point .pointBody table tr.minus td:nth-child(4) {
    color: var(--sub-1, #D2909A);
    font-weight: 600;
}

.point .pointFooter {
    padding-top: 2.5rem;

}

.point .pointFooter .pagination {
    justify-content: center;
    margin-top: 2.5rem;
    gap: 0.625rem;
    align-items: center;
}

.point .pointFooter .pagination li {}

.point .pointFooter .pagination li .page-link {
    background-color: transparent;
    border: 1px solid #806491;
    border-radius: 8px;
    width: 3.125rem;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8e8e8e;
}

.point .pointFooter .pagination li:first-child .page-link {
    color: #fff;
    border: none;
}

.point .pointFooter .pagination li:last-child .page-link {
    color: #fff;
    border: none;
}

/*****************************post***********************************/

.mypageWrap .post .postHead {
    margin-bottom: 5rem;
    overflow-x: hidden;
}

.mypageWrap .post .postHead h1 {
    color: #fff;
    font-family: Pretendard;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    width: 100%;
    /* 40px */
    letter-spacing: -0.4px;
    text-transform: uppercase;
    margin-bottom: 2.5rem !important;
}

.mypageWrap .post .postHead button {
    border-radius: 50px;
    background: #535353;
    display: flex;
    padding: 0.75rem 1.5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    flex: 1 0 0;
    color: var(--GREY-200, #C7C7C7);
    text-align: center;
    font-family: Pretendard;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    text-transform: uppercase;
}

.mypageWrap .post .postHead button.active {
    background: var(--pri, #806491);
    color: #fff;
}

.mypageWrap .post .postBody input {
    border-radius: 5px;
    background: var(--GREY-900, #212121);
    padding: 0.5rem 0.75rem;
}

.mypageWrap .post .postBody .shop_date_form01 .img img {}

.mypageWrap .post .postBody .shop_mypage_date_box01 .shop_date_form01 .img {
    z-index: 9;
}

.mypageWrap .post .postBody .program_search_box01 {
    padding: 0;
}

.shop_mypage_search_box01 .program_search_box01 img {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}


/* 탭 콘텐츠를 숨기기 위한 기본 CSS */
.mypageWrap .post .postBody .tab-content {
    display: none;
}

/* 활성화된 탭 콘텐츠는 보이도록 설정 */
.mypageWrap .post .postBody .tab-content.active {
    display: block;
}

/* 탭 버튼 스타일 (선택적) */
.mypageWrap .post .postBody .tab-buttons button {
    cursor: pointer;
    padding: 10px 15px;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    margin-right: 5px;
}

.mypageWrap .post .postBody .tab-buttons button.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}



.post .postFooter {
    padding-top: 2.5rem;

}

.post .postFooter .pagination {
    justify-content: center;
    margin-top: 2.5rem;
    gap: 0.625rem;
    align-items: center;
}

.post .postFooter .pagination li {}

.post .postFooter .pagination li .page-link {
    background-color: transparent;
    border: 1px solid #806491;
    border-radius: 8px;
    width: 3.125rem;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8e8e8e;
}

.post .postFooter .pagination li:first-child .page-link {
    color: #fff;
    border: none;
}

.post .postFooter .pagination li:last-child .page-link {
    color: #fff;
    border: none;
}



/* 20250911 추가 */
.answer_wrapper.new_custom .read_rego.custom {
    background-color: unset;
    margin-bottom: 30px;
}

.answer_wrapper.new_custom .read_rego.custom {
    border-top: 0;
    /* border-bottom: 1px solid #eee; */
    padding: 0;
}


.answer_wrapper.new_custom .read_rego.custom .flex .left {
    width: calc(100%);
}

.answer_wrapper.new_custom .read_rego.custom .flex .left .custom_box_bom {
    width: calc(50% - 10px);
}

.answer_wrapper.new_custom .read_rego.custom .flex .right {
    margin-left: auto;
}

.answer_wrapper.new_custom .read_rego.custom .flex .right input[type="submit"] {
    height: 45px;
}

.answer_wrapper.new_custom .read_rego.custom .left textarea,
.answer_wrapper.new_custom .read_rego.custom input[type="text"],
.answer_wrapper.new_custom .read_rego.custom input[type="password"] {
    background-color: unset;
    border: 1px solid #fff;
    border-radius: 5px;
}

.answer_wrapper.new_custom .read_rego.custom .left textarea::placeholder,
.answer_wrapper.new_custom .read_rego.custom input[type="text"]::placeholder,
.answer_wrapper.new_custom .read_rego.custom input[type="password"]::placeholder {
    color: #fff;
    font-size: 18px;
}

.answer_wrapper.new_custom .read_rego.custom textarea,
.answer_wrapper.new_custom .read_rego.custom input[type="text"],
.answer_wrapper.new_custom .read_rego.custom input[type="password"] {
    padding: 13px 20px;
    color: #fff;
}


.answer_wrapper.new_custom .answer_box01 .tit_box .tit,
.answer_wrapper.new_custom .answer_box01,
.answer_wrapper.new_custom .option_btn01_label input {
    color: #fff;
}

.answer_wrapper.new_custom .new_ans_icon {
    display: none;
}

.answer_wrapper.new_custom .answer_box01 {
    border: unset;
    align-items: flex-start;
}

.answer_wrapper.new_custom .answer_box01 .alt {
    margin-top: 4px;

}


.user_icon_box {
    width: 40px;
    aspect-ratio: 1 / 1;
    border-radius: 99px;
}

.answer_wrapper.new_custom .answer_box01 {
    justify-content: unset;
    gap: 8px;
}

.answer_wrapper.new_custom .answer_left_box {
    width: calc(100% - 40px - 8px);
}

.comment_edit_box {
    display: flex;
    flex-direction: column-reverse;
}

.comment_edit_box .option_box01 {
    justify-content: end;
}

.comment_reply_input {
    display: none;
}

.answer_wrapper.new_custom .answer_box01 {
    padding: 0 0 20px 0;
}

.answer_wrapper.new_custom .option_btn01_label.invert img {
    filter: invert(1);
}

.answer_wrapper.new_custom .option_btn01_label img {
    width: fit-content;
}

.box.sin_go_rae button {
    background: transparent;
    border: none;
}

.answer_wrapper.new_custom .option_btn01_label {
    width: 60px;
    height: 30px;
    font-size: 13px;
}

.text_over_04 {
    overflow: hidden !important;
    white-space: normal !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient:
        vertical !important;
    word-break: break-all !important;
}

.text_over_03 {
    overflow: hidden !important;
    white-space: normal !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient:
        vertical !important;
    word-break: break-all !important;
}

.min100 {
    min-height: 100px;
}

.alt {
    word-wrap: break-word;
}

.flex_box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.answer_wrapper.new_custom .dap_custom {
    width: 85px;
}

.password_pop_up {
    position: fixed;
}


/* .answer_wrapper.new_custom .custom_fflex_ho form {
    width: calc(100% - );
} */

@media all and (max-width:768px) {
    .comment_edit_box {
        gap: 10px;
    }
}


.detail aside ul li .thumbnail img {
    width: 100%;
    height: 100%;
}



/* hs custom */

.last_list_custom #listContainer .listCard p span {
    width: 100%;
}

.last_list_custom #listContainer .listCard .hs_list_title {
    display: none;
}

.last_list_custom #listContainer .listBlock>div {
    aspect-ratio: unset !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    width: 100%;
}

.last_list_custom #listContainer .listBlock>div>span {
    right: 142px;
    top: 27.5px !important;
    left: auto !important;
}

.last_list_custom #listContainer .listBlock>div>span>img {
    width: 17px;
    height: 16px;
}

.last_list_custom #listContainer .listBlock .hs_title_box {
    display: none;
}

.hs_title_box {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    width: 100%;
    background: #9B7FAB;
    padding: 15px 10px;
}

.hs_guide_txt {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding-top: 0.5rem;
}

.hs_guide_txt p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
}


@media all and (max-width: 1400px) {

    .last_list_custom #listContainer .listBlock>div {
        flex-direction: column !important;
    }

    .list .listBody .listCardWrap .listBlock p.participating {
        align-items: unset !important;
        gap: 20px;
    }

}

@media all and (max-width: 768px) {

.list .listTitle h2 {
    font-size: 2rem;
}

    .list .listBody .listCardWrap .listBlock img {
        width: 100%;
        margin-right: unset;
        max-width: 20rem;
    }
}

@media all and (max-width: 500px) {
    .list .listBody .listCardWrap .listBlock img {
        width: 100%;
        max-width: unset;
    }
}


/* 20251125 ================================== */

.programCon_custom01 {
    padding: 240px 0;
}

.thumb_slider .swiper-slide.active {
    border-color: #9b7fab;
}

.login_custom_yo .login_tit01 {
    color: #806491;
}

.sign_up_ment {
    color: #806491 !important;
}

.sign_up_custom .login_tit01 {
    color: #806491 !important;
}

.privacy_check p span {
    color: #806491 !important;
}

.programCon_custom01 {
    background-color: #222 !important;
}


/* .sns_ul li a img {
    width: 22px;
}

.sns_ul li a p {
    width: calc(100% - 30px);
}

body .sns_ul {
    width: calc(100% - 25% - 40px) !important;
} */


/* 20251216 */

@media (max-width: 1000px) {
    .slide_tit h2 {
        font-size: 23px !important;
    }
}

@media (max-width: 768px) {
    .list .listTitle h2 {
        font-size: 24px;
    }
}

#vod_vodlist .align-items-center {
    align-items: flex-start !important;
}
#vod2_vodlist .align-items-center {
    align-items: flex-start !important;
}
#eduEvent_eduEventlist .align-items-center {
    align-items: flex-start !important;
}

/* .mypageWrap .mypageMain .mpBody .mpText ul li p{
    width: 80% !important;
} */

/* SNS 링크 텍스트 줄바꿈 처리 */
.sns_ul li a {
    min-width: 0;
    max-width: 100%;
}

.sns_ul li a p {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    flex-shrink: 1;
}

#mypage_partner_myprofile .sns_ul{
    flex: calc(70% - 40px);
}
