.eureca_main {
    background: #fff;
    padding: 0;
}

.main_inner {
    margin: 0 4.8rem;
}

section {
    margin: 60px 0;
}


.copy_title {
    max-width: 1336px;
    margin: 0 auto;
}

.copy_title .title {
    color: #fff;
}

.copy_title .title h2 {
    font-size: 40px;
    opacity: 0.9;
}

.copy_title .title h1 {
    font-size: 53px;
    font-weight: 700;
}

.copy_title .title p {
    font-size: 28px;
    opacity: 0.5;
    font-weight: 200;
    margin-top: 20px;
    margin-bottom: 48px;
    letter-spacing: -0.8px;
}

.price_box {
    border-radius: 22px;
    background: radial-gradient(197.15% 151.08% at 10.25% 50.46%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(21px);
    padding: 24px 28px 20px;
    position: relative;
    border: 1px solid rgba(242, 242, 242, 0.20);
}

.price_box::after {
    display: block;
    clear: both;
    content: "";
    width: 36px;
    height: 47px;
    background: url(../images/main/new_icon.png);
    top: -5px;
    position: absolute;
    right: 24px;
}



.price_box .title {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.90);
    font-weight: 400;
    letter-spacing: -0.45px;
    margin-bottom: 6px;
}

.price_box .date {
    color: rgb(255 255 255 / 40%);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.3px;
}

.price_box .right_c {
    display: flex;
    align-items: center;
}

.price_box .right_c ul {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-right: 32px;
}

.price_box .right_c ul li {
    font-size: 18px;
    font-weight: 600;
}

.price_box .right_c ul li span {
    color: #CDCDCD;
    font-size: 14px;
    margin-right: 4px;
    font-weight: 300;
}

.p_day {
    margin-left: 16px;
    color: #E54848
}

.m_day {
    color: #3283F7;
}


.price_box .price span {
    color: rgb(255 255 255 / 80%);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.3px;
}

.price_box .price h2 {
    color: #FFF;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.6px;
}

.price_box .price_info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.price_box .price_info .date {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 4px;
}

.price_box .price_info .price {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.price_info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.right_contents {
    border-radius: 30px 30px 0 0;
    background: #FFF;
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    bottom: 0;
    right: 110px;
    padding: 24px 40px 18px;
    gap: 80px;
}

.right_contents .left::after {
    display: inline-block;
    clear: both;
    content: "";
    width: 1px;
    height: 54px;
    background: #D6DBE4;
    position: absolute;
    right: -40px;
    top: 20%;
}

.right_contents .left,
.right_contents .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    gap: 4px;
}

.right_contents .con_num {
    display: flex;
    gap: 8px;
}

.left_contents {
    max-width: 1336px;
    width: 100%;
}

.right_contents .category {
    color: #818181;
    font-size: 12px;
}

.right_contents h1 {
    font-size: 22px;
    font-weight: 800;
}

.right_contents .con_num p {
    font-size: 14px;
    color: #5D5D5D;
}

.right_contents .con_num p strong {
    color: #3283F7;
}





/* ----------------------------------------
공종별 유형
---------------------------------------- */
.section_title h1 {
    color: #fff;
    display: flex;
    font-size: 26px;
    font-weight: 500;
    flex-direction: row;
    align-items: center;
    letter-spacing: 0.4px;
    gap: 4px;
}

.section_title p {
    color: #6F7F89;
    font-size: 14px;
    font-weight: 300;
}

.section_title {
    margin-bottom: 24px;
    display: flex;
    gap: 12px;
    align-items: center;
    flex-direction: row;
    color: #fff;
}

.card_add_contents p {
    font-size: 12px;
    color: #3D464D;
}

.card_add_contents p strong {
    font-size: 14px;
}

.card_add_contents ul {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 12px;
}

.card_add_contents ul li {
    border-radius: 16px;
    border: 1px solid #EFF2F5;
    background: linear-gradient(120deg, #F8F9FB 49.88%, #EEF0F4 97.67%);
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.07);
    padding: 18px 24px;
}

.top_title {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 24px;
}

.top_title .card_category {
    padding: 3px 12px;
    border-radius: 300px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: -0.375px;
    color: #fff;
}

.top_title .add_btn {
    padding: 0;
    width: 24px;
    height: 24px;
    background: url(../images/main/add_plus.png);
    background-size: 18px 18px;
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
}

.card_add_contents ul li:nth-child(1) .top_title .card_category {
    background: linear-gradient(90deg, #FD8D8D 0%, #D32929 85.87%);
}

.card_add_contents ul li:nth-child(2) .top_title .card_category {
    background: linear-gradient(90deg, #F671AB 0%, #C61C66 85.87%);
}

.card_add_contents ul li:nth-child(3) .top_title .card_category {
    background: linear-gradient(90deg, #BD75F4 0%, #7F23C6 85.87%);
}

.card_add_contents ul li:nth-child(4) .top_title .card_category {
    background: linear-gradient(90deg, #936BF6 0%, #3B1991 85.87%);
}

.card_add_contents ul li:nth-child(5) .top_title .card_category {
    background: linear-gradient(90deg, #648FE7 -20.41%, #174299 85.87%);
}

.card_add_contents ul li:nth-child(6) .top_title .card_category {
    background: linear-gradient(90deg, #58AAFC -16.33%, #0068DE 85.87%);
}

.card_add_contents ul li:nth-child(7) .top_title .card_category {
    background: linear-gradient(90deg, #82E9E6 -18.37%, #11AFAA 85.87%);
}

.card_add_contents ul li:nth-child(8) .top_title .card_category {
    background: linear-gradient(90deg, #FFA15E 0%, #DF5D06 85.87%);
}

/*공유현황*/
.share_table .thead {
    border-radius: 6px;
    background: #EEF0F4;
}

.share_table .thead ul {
    display: flex;
    height: 44px;
    color: #555;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
}

.share_table > ul {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    max-height: 250px;
    height: 100%;
}


.share_table .tbody ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    padding: 16px 10px;
}

.eureca_main_seection.eureca_main_seection01 > .main_inner {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    margin: 0;
}

.eureca_main_seection01.bg_F8F9FB {
    background: #F8F9FB;
    padding: 60px 0;
}

.section_left_contents {
    width: 54%;
}

.section_right_contents {
    width: 46%;
}

.share_table {
    height: 100%;
}

#shareStatusList:has(.plz_center),
#shareStatusList .tbody:has(.plz_center),
#shareStatusList .tbody ul:has(.plz_center) {
    height: 100%;
}

#shareStatusList li ul li:has(.plz_center) {
    height: unset;
    line-height: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;
}

.section_left_contents .tbody:has span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section_left_contents .tbody li span {
    text-align: center;
}

.section_left_contents .tbody ul li:has span {
    padding: 0 !important;
}

.section_left_contents .thead ul li,
.section_left_contents .tbody ul li {
    height: calc(218px / 4);
    line-height: calc(218px / 4);
    font-size: 14px;
    color: #ffffffcc;
    padding: 0px 28px;
    text-align: left;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    position: relative;
    cursor: pointer;
    font-weight: 400;
}

.section_left_contents .tbody ul li:hover {
    color: #ffffff5e;
}

.section_left_contents .tbody ul li:not(:last-child)::after {
    display: block;
    clear: both;
    content: "";
    width: calc(100% - 56px);
    height: 1px;
    opacity: 0.2;
    background: #EEE;
    position: absolute;
    z-index: 99;
    bottom: 0;
}

.code ul li {
    width: calc(100% - 50% - 8px);
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid rgba(239, 242, 245, 0.10);
    background: linear-gradient(120deg, rgba(248, 249, 251, 0.10) 49.88%, rgba(238, 240, 244, 0.10) 97.67%);
    color: #fff;
    align-items: center;
    max-height: 46px;
}

.code ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    padding: 24px;
    max-height: 250px;
    justify-content: space-between;
    gap: 8px;
}

.code ul li span {
    font-size: 13px;
    color: rgb(255 255 255 / 45%);
    font-weight: 300;
}

.code ul li strong {
    font-size: 12.5px;
    color: #fff;
    font-weight: 450;
}

.code ul li .li_r_price {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 4px;
}

.code ul li .li_r_price span.new_icon svg {
    vertical-align: middle;
}

/*내 프로젝트*/



.card_container ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #DFE5EB;
}

.card_container ul.tabs li {
    background: none;
    color: #3C464C;
    display: inline-block;
    padding: 0px 16px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
}

.card_container ul.tabs li.current {

    color: #3C464C;
}

.card_container ul.tabs li.current::after {
    display: block;
    clear: both;
    content: "";
    width: 100%;
    height: 2px;
    background: #E54848;
    margin-top: -1px;
}

.card_container .tab-content {
    display: none;
    margin-top: 24px;
}

.card_container .tab-content.current {
    display: inherit;
}

.tab-content ul > li > ul > li {
    padding: 24px 30px;
    border-radius: 24px;
    /* border: 1px solid rgba(242, 242, 242, 0.20); */
    background: radial-gradient(157.24% 123.22% at 47.19% -0.63%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(21px);
    cursor: pointer;
}

.tab-content ul > li > ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20%, auto));
    gap: 16px;
}

.btm_left .card_cn {
    display: flex;
    gap: 24px;
    align-items: flex-end;
}

.btm_left .card_cn span {
    font-size: 10px;
    color: #fff;
    display: block;
    opacity: 0.6;
}

.btm_left .card_cn strong {
    font-size: 15px;
    font-weight: 600;
}

.btm_left .card_cn .date strong {
    color: #D43532;
}

.btm_left .card_cn .pri strong {
    color: #fff;
}

.btm_con {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 24px;
}

.btm_right .add_p {
    background: transparent;
    border: 0;
    cursor: pointer;
}

.tab-content .card_tt {
    color: #fff;
    font-size: 15px;
    letter-spacing: -0.45px;
    font-weight: 400;
    border-bottom: 1px solid #ffffff2e;
    padding-bottom: 16px;
    word-break: keep-all;
    line-height: 140%;
}

/* ------------------------------------------------------
main footer
------------------------------------------------------ */
footer.footer_1C2024 {
    background: #040C15;
    text-align: left;
    padding: 4.8rem;
    margin-top: 80px;
}

footer.footer_1C2024 .footer_inner {
    max-width: 1920px;
    margin: 0 auto;
}

.footer_ci {
    width: 140px;
}

footer.footer_1C2024 .info_a {
    margin: 16px 0 24px;
    font-size: 13px;
    font-weight: 300;
}


footer.footer_1C2024 .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eeeeee26;
    padding-top: 24px;
}

footer.footer_1C2024 .bottom p.info_c {
    font-size: 13px;
    font-weight: 300;
}

footer.footer_1C2024 .bottom p.copyright {
    font-size: 11px;
    font-weight: 200;
}


/* ---------------------------------------------------------------------------------------------------
         ver.2 main
--------------------------------------------------------------------------------------------------- */
.eureca_main_tab01 {
    background: url('../images/main/new_main/main_bg_001.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position:  center;
    height: 100%;
    max-height: 900px;
    position: relative;
     animation: bgZoomIn 24s ease-out forwards;

}

.eureca_main_tab02 {
    background: url('../images/main/new_main/main_bg_002.png');
    background-repeat: no-repeat;
    background-size: cover;
     background-position:  center;
    height: 100%;
    max-height: 900px;
    position: relative;
animation: bgZoomIn 24s ease-out forwards;
}

/* 배경이 서서히 확대되는 애니메이션 */
@keyframes bgZoomIn {
    from {
        background-size: 105% 105%;
    }
    to {
        background-size: 130% 130%;
    }
}

@media (max-width: 768px) {
    .eureca_main_tab01 {
        animation-duration: 8s;
    }
}

.eureca_main .top_visual {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1336px;
}

body:has(.eureca_main) {
    display: unset;
    background: #0E1823;
}

body:has(.eureca_main) header {
    background: transparent !important;
    color: #fff !important;
    border-bottom: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

.content_categ {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 1336px;
    margin: 0 auto;
}

.content_categ .frame01 {
    background: #ffffff0f;
    border-radius: 24px;
    padding: 30px;
    border: 1px solid #eaeaea17;
    background: linear-gradient(138deg, rgb(255 255 255 / 22%), rgb(255 255 255 / 11%) 80%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 4px 34px rgba(0, 0, 0, 0.15);
    color: #fff;
}

.content_categ .frame01 h2 img {
    vertical-align: sub;
    margin-right: 4px;
}

.content_categ .frame01 h2 {
    font-size: 22px;
    font-weight: 400;
}

.content_categ .frame01 .bottom {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    align-items: center;
    height: 32px;
    width: 100%;
}

.content_categ .frame01 h2::after {
    display: block;
    content: "";
    clear: both;
    width: 100%;
    height: 0.5px;
    background: #ffffff3b;
    margin: 16px 0 18px;
}



.content_categ .frame01 .bottom li strong {
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
}

.content_categ .frame01 .bottom li:first-child {
    width: calc((100% - 56px) / 2);
    font-size: 14px;
    font-weight: 300;
}

.content_categ .frame01 .bottom li:nth-child(2) {
    width: calc((100% + 16px) / 2);
    font-size: 14px;
    font-weight: 300;
}

.content_categ .frame01 .bottom li:last-child {
    width: 40px;
    text-align: right;
    cursor: pointer;
}

.content_categ .frame01 .bottom li:last-child img {
    width: 22px;
    height: 22px;
}

/*hover*/

.SMN_effect-47 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    cursor: pointer;
}

.SMN_effect-47:before {
    content: '';
    position: absolute;
    border: 1px solid #f4f4f440;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    border-radius: 24px;
}

.SMN_effect-47:hover:before,
.SMN_effect-47:focus:before,
.SMN_effect-47:active:before {
    -webkit-animation-name: ripple-out;
    animation-name: ripple-out;
}

@-webkit-keyframes ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.eureca_main_seection {
    margin: 60px auto 0px;
    max-width: 1336px;
}

.eureca_main_seection01 {
    margin: -40px auto 60px;
    max-width: 1336px;
    position: relative;
    z-index: 88;
}

.left_btn ul li.on_t {
     border-radius: 8px 0 0 24px;
    background: #E54848;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    align-items: center;
    padding: 24px 16px 24px 23px;
}

.left_btn ul li:not(.on_t) {
     display: flex;
    justify-content: flex-end;
    padding: 18px 16px 18px 20px;
    background: #3E404C;
    width: fit-content;
    border-radius: 8px 0 0 24px;
}

.left_btn ul li:not(.on_t) a img {
    width: 58px;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 5px;
}


.left_btn ul li.on_t a {
     color: #FFF;
    font-family: "Min Sans VF";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.55px;
    text-align: center;
    width: fit-content;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.left_btn ul li.on_t a img {
    width: 82px;
    text-align: center;
    margin-bottom: 4px;
    margin-left: 4px;
}

.left_btn ul li:not(.on_t) a {
    color: #FFF;
    font-family: "Min Sans VF";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.55px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.left_btn ul li a img {
    display: block;
}

.eureca_main .left_btn {
    position: absolute;
    top: 14%;
    right: 0px;
    z-index: 10;
}

.eureca_main .left_btn ul {
        display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
}

.price_box:has(.n_title) {
    padding: 80px 0 88px;
    max-height: 360px;
}

.price_box:has(.n_title)::after {
    display: none;
}

.price_box:has(.n_title) .n_title {
    text-align: center;
}

.n_title span {
    display: block;
}

.n_title p {
    font-size: 16px;
    color: #ffffff9c;
    font-weight: 300;
    margin-top: 4px;
}

.a_p_btn {
    text-align: center;
    margin-top: 18px;
}

.a_p_btn button {
    border-radius: 300px;
    background: rgba(255, 255, 255, 0.20);
    border: 0;
    outline: 0;
    color: #fff;
    height: 48px;
    width: 186px;
    line-height: 48px;
    font-size: 16px;
}

.a_p_btn button svg {
    vertical-align: sub;
    margin-left: 8px;
}

.bt_nocon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.a_p_btn02 {
    margin-top: 0;
    background: transparent;
}

.a_p_btn02 button {
    background: transparent;
    border: 0;
    outline: 0;
}

.a_p_btn02 svg {
    margin-left: unset;
    border: 1px solid #ffffff36;
    padding: 7px;
    border-radius: 300px;
    width: 24px;
    height: 24px;
}

.a_p_btn02 span {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-weight: 300;
}

.no_box_st {
    background: unset !important;
    border: 0 !important;
}

.no_box_st span {
    color: rgb(255 255 255 / 55%) !important;
}

.no_box_st strong {
    color: #3283F7 !important;
}

/* 반응형 */

/*모바일*/
@media (max-width: 767px) {}

/*테블릿 세로*/
@media (min-width: 768px) and (max-width: 991px) {}

/*테블릿 가로*/
@media (min-width: 992px) and (max-width: 1199px) {}




@media (max-width: 1000px) {
    .content_categ {
        grid-template-columns: repeat(2, 1fr);
    }

    .eureca_main .top_visual {
        transform: unset !important;
        position: unset !important;
        margin: 0 auto;
        padding: 130px 0 0;
        height: 100%;
    }

    .eureca_main_tab01 {
        max-height: 1330px !important;
    }

    .copy_title .title img {
        width: 660px;
    }

    .copy_title .title p {
        font-size: 22px;
        width: 80%;
    }

    .eureca_main_tab01:has(#tab-content-01) {
        height: 1170px !important;
        max-height: unset;
    }

    .eureca_main_seection.eureca_main_seection01 > .main_inner {
        display: block;
    }

    .eureca_main_seection.eureca_main_seection01 > .main_inner,
    .section_right_contents,
    .section_left_contents {
        width: 100%;
    }

    .section_left_contents {
        margin-bottom: 64px;
    }



}

#shareStatusList li ul li:has(.plz_center) {
    cursor: unset;
    padding: 32px 0;
}

/*데스크탑*/
@media (max-width: 1498px) {

    .eureca_main_seection01 {
        max-width: 90% !important;
    }

}

@media (max-width: 1300px) {
    .content_categ .frame01 .bottom {
        grid-template-columns: repeat(1, 1fr) !important;
        position: relative;
        display: grid !important;
        height: 44px !important;
    }

    .content_categ .frame01 .bottom li:last-child {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .content_categ .frame01 .bottom li:not(:last-child) {
        width: calc((100% - 40px)) !important;
    }

    .content_categ .frame01 h2 img {
        width: 24px;
    }

    .content_categ .frame01 h2 {
        font-size: 20px;
    }

    .content_categ .frame01 h2::after {
        margin: 12px 0 16px;
    }

    .content_categ .frame01 {
        padding: 24px 30px 30px;
    }
}


@media (max-width: 1670px) {
    .eureca_main .top_visual {
        max-width: 90%;
    }
}




/*반응형 add 2601*/

/* Desktop */
@media (min-width: 1200px) {
    .eureca_main .top_visual {
        margin-bottom: 72px;
    }
     
    .copy_title {
        margin: 70px auto 56px;
    }

    .copy_title img{
                max-width: 540px;
    }
    
    .copy_title p {
        font-size: 18px;
    }

     .eureca_main_seection01 {
        margin: 20px auto 60px;
     }
}

/* Tablet (가로) */
@media (max-width: 1199px) {}

/* Tablet (세로) */
@media (max-width: 1024px) {
    .eureca_main .left_btn {
        top: 10%;
    }

    .copy_title .title img {
        width: 520px;
    }
}

/* Mobile */
@media (max-width: 768px) {}

/* Small Mobile */
@media (max-width: 480px) {}

