.wrap {
    overflow: visible;
}

.breadcrumb {
    margin-left: 76px;
}

.breadcrumb .txt {
    color: #DDDDDD;
}

.spotlight_list.content {
    min-height: unset;
    padding-bottom: 0;
}

.spotlight_list.content .inner {
    display: flex;
    max-width: unset;
    padding: 0;
    margin: 0;
}

.spotlight_list .so_l {
    width: 672px;
}

.spotlight_list .so_l .so_first {
    position: sticky;
    position: -webkit-sticky;
    text-align: center;
    padding: 40px 76px 154px;
    top: 40px;
}

.spotlight_list .so_l .so_first h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: var(--fs_tit);
}

.spotlight_list .so_l .so_first .first_img {
    display: block;
    margin: 32px 0;
    padding: 0 75px;
}

.spotlight_list .so_l .so_first .first_tit {
    font-size: 40px;
    line-height: var(--fs_tit);
    font-weight: 600;
    text-transform: uppercase;

    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.spotlight_list .so_l .so_first .first_tit.ko {
    font-family: 'Wanted Sans Variable', 'Wanted Sans', sans-serif;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.spotlight_list .so_l .so_first .first_sub {
    font-size: 16px;


    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.spotlight_list .so_l .so_first .first_btn_w {
    display: flex;
    align-items: center;
    justify-content: center;
}

.spotlight_list .so_l .so_first .first_btn {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;

    padding: 5px 15px;
    border: 1px solid;
    text-transform: uppercase;
}
.spotlight_list .so_l .so_first .first_btn .ico_comm {
    margin-left: 4px;
}

.spotlight_list .so_r {
    width: calc(100% - 672px);
    padding: 24px 3.75% 33px;
}

.spotlight_list .so_r .so_order {
    text-align: right;
    margin-bottom: 13px;
    position: relative;
}

.spotlight_list .so_r .so_order .order_w {
    display: flex;
    align-items: center;
    justify-content: end;
}

.spotlight_list .so_r .so_order a.current_by {
    padding: 1px 0;
    font-size: 16px;

    position: relative;
    color: #121619;
    display: flex;
    align-items: center;
    justify-content: end;
}

.spotlight_list .so_r .so_order a.current_by i {
    margin-left: 4px;
    rotate: unset;
}

.spotlight_list .so_r .so_order a.current_by i.asc {
    rotate: 180deg;
}

.spotlight_list .so_r .so_order .order_by {
    position: absolute;
    right: -8px;
    margin-top: 3px;
    padding: 8px 24px;
    border: 1px solid #E1E1E1;
    border-radius: 8px;
    background: #FFFFFF;
    z-index: 1;
    width: max-content;
    visibility: hidden;
}

.spotlight_list .so_r .so_order .order_by li a {
    color: #121619;
}

.spotlight_list .so_r .so_order .order_by li:first-child {
    margin-top: 0;
}

.spotlight_list .so_r .so_order .order_by li:last-child {
    margin-top: 8px;
}

.spotlight_list .so_r ul.spotlight_all {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.spotlight_list .so_r ul.spotlight_all .spotlight_unit {
    width: calc(50% - 24px);
    margin-bottom: 40px;
}

.spotlight_list .so_r ul.spotlight_all .spotlight_unit:nth-child(2n+1) {
    margin-right: 48px;
}

.spotlight_list .so_r ul.spotlight_all .spotlight_unit a {
    display: block;
    position: relative;
}

.spotlight_list .so_r ul.spotlight_all .spotlight_unit a img {
    width: 100%;
    height: 100%;
}

.spotlight_list .so_r ul.spotlight_all .spotlight_unit a .bg_dimmed {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000000;
    mix-blend-mode: normal;
    opacity: 0.3;
}

.spotlight_list .so_r ul.spotlight_all .spotlight_unit a .unit_text_w {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px;
    width: 100%;
}

.spotlight_list .so_r ul.spotlight_all .spotlight_unit a .unit_text_w .unit_tit {
    font-family: 'Wanted Sans Variable', 'Wanted Sans', sans-serif;
    font-size: 28px;
    line-height: var(--fs_tit);
    font-weight: 500;
    text-transform: uppercase;

    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.spotlight_list .so_r ul.spotlight_all .spotlight_unit a .unit_text_w .unit_sub {
    margin-top: 4px;
    font-size: 16px;


    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (min-width: 1920px) {
    .spotlight_list .so_r ul.spotlight_all .spotlight_unit {
        width: calc(33.33% - 32px);
    }

    .spotlight_list .so_r ul.spotlight_all .spotlight_unit:nth-child(2n+1) {
        margin-right: 0;
    }

    .spotlight_list .so_r ul.spotlight_all .spotlight_unit:nth-child(3n+2) {
        margin: 0 48px;
    }
}

@media (max-width: 1300px) {
    .breadcrumb {
        margin-left: 5.85vw;
    }

    .spotlight_list.content {
        padding-bottom: 0;
    }

    .spotlight_list.content .inner {
        padding: 0;
        margin: 0;
    }

    .spotlight_list .so_l {
        /*width: 51.69vw;*/
        width: 40.00vw;
    }

    .spotlight_list .so_l .so_first {
        padding: 3.08vw 5.85vw 11.85vw;
        top: 3.08vw;
    }

    .spotlight_list .so_l .so_first h2 {
        font-size: 1.85vw;

    }

    .spotlight_list .so_l .so_first .first_img {
        margin: 2.46vw 0;
        padding: 0 5.77vw;
    }

    .spotlight_list .so_l .so_first .first_tit {
        margin: 0.62vw 0 2.46vw;
        font-size: 3.08vw;

    }

    .spotlight_list .so_l .so_first .first_sub {
        font-size: 1.23vw;

    }

    .spotlight_list .so_l .so_first .first_tit.en {

    }

    .spotlight_list .so_l .so_first .first_sub.en {

    }

    .spotlight_list .so_l .so_first .first_btn {
        font-size: 1.08vw;

        padding: 0.38vw 1.15vw;
        border: 0.08vw solid;
    }
    .spotlight_list .so_l .so_first .first_btn .ico_comm {
        margin-left: 0.31vw;
    }

    .spotlight_list .so_r {
        /*width: calc(100% - 51.69vw);*/
        width: calc(100% - 40.00vw);
        padding: 1.85vw 3.75% 2.54vw;
    }

    .spotlight_list .so_r .so_order {
        margin-bottom: 1.00vw;
    }

    .spotlight_list .so_r .so_order a.current_by {
        padding: 0.08vw 0;
        font-size: 1.23vw;

    }

    .spotlight_list .so_r .so_order a.current_by i {
        margin-left: 0.31vw;
    }

    .spotlight_list .so_r .so_order .order_by {
        right: -0.62vw;
        margin-top: 0.23vw;
        padding: 0.62vw 1.85vw;
        border: 0.08vw solid #E1E1E1;
        border-radius: 0.62vw;
    }

    .spotlight_list .so_r .so_order .order_by li:first-child {
        margin-top: 0;
    }

    .spotlight_list .so_r .so_order .order_by li:last-child {
        margin-top: 0.62vw;
    }

    .spotlight_list .so_r ul.spotlight_all .spotlight_unit {
        width: calc(50% - 1.85vw);
        margin-bottom: 3.08vw;
    }

    .spotlight_list .so_r ul.spotlight_all .spotlight_unit:nth-child(2n+1) {
        margin-right: 1.85vw;
    }

    .spotlight_list .so_r ul.spotlight_all .spotlight_unit a .unit_text_w {
        bottom: 0;
        left: 0;
        padding: 3.08vw;
    }

    .spotlight_list .so_r ul.spotlight_all .spotlight_unit a .unit_text_w .unit_tit {
        font-size: 2.15vw;

    }

    .spotlight_list .so_r ul.spotlight_all .spotlight_unit a .unit_text_w .unit_tit.en {
        /**/
    }

    .spotlight_list .so_r ul.spotlight_all .spotlight_unit a .unit_text_w .unit_sub {
        margin-top: 0.31vw;
        font-size: 1.23vw;

    }

    .spotlight_list .so_r ul.spotlight_all .spotlight_unit a .unit_text_w .unit_sub.en {

    }
}

@media (max-width: 768px) {
    /* s:사용자재구축 */
    .spotlight_list.content .inner {
        padding: 0;
        margin: 0;
        display:block;
    }

    .spotlight_list .so_l {
        width: 100%;
    }

    .spotlight_list .so_l .so_first {
        text-align: center;
        padding: 32px 20px;
    }

    .spotlight_list .so_l .so_first h2 {
        font-weight: 600;
        font-size: 24px;
        line-height: var(--fs_tit);
    }

    .spotlight_list .so_l .so_first .first_img {
        display: block;
        margin: 16px 27.5px 24px;
    }

    .spotlight_list .so_l .so_first .first_tit {
        font-size: 28px;
        line-height: var(--fs_tit);
        font-weight: 600;
        text-transform: uppercase;

        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .spotlight_list .so_l .so_first .first_tit.ko {
        font-family: 'proxima-nova', 'NotoSansKR', sans-serif;
        font-weight: 500;
        letter-spacing: -0.5px;
    }

    .spotlight_list .so_l .so_first .first_sub {
        font-size: 14px;

        margin: 8px 0 24px;

        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .spotlight_list .so_l .so_first .first_btn_w {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .spotlight_list .so_l .so_first .first_btn {
        font-weight: 400;
        font-size: 14px;

        padding: 5px 11px;
        border: 1px solid;
        text-transform: uppercase;
        display: flex;
        align-items: center;
    }
    .spotlight_list .so_l .so_first .first_btn .ico_comm {
        margin-left: 4px;
    }

    .spotlight_list .so_r {
        width: 100%;
        padding: 40px 20px 0;
    }

    .spotlight_list .so_r .so_order {
        text-align: right;
        margin-bottom: 13px;
        position: relative;
    }

    .spotlight_list .so_r .so_order .order_w {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .spotlight_list .so_r .so_order a.current_by {
        padding: 1px 0;
        font-size: 16px;

        position: relative;
        color: #121619;
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .spotlight_list .so_r .so_order a.current_by i {
        margin-left: 4px;
    }

    .spotlight_list ul.spotlight_all {
        padding: 0;
    }

    .spotlight_list ul.spotlight_all .spotlight_unit {
        width: 100%;
        margin-bottom: 16px;
    }

    .spotlight_list ul.spotlight_all .spotlight_unit a {
        display: block;
        position: relative;
    }

    .spotlight_list ul.spotlight_all .spotlight_unit a img {
        width: 100%;
        height: 100%;
    }

    .spotlight_list ul.spotlight_all .spotlight_unit a .bg_dimmed {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: #000000;
        mix-blend-mode: normal;
        opacity: 0.3;
    }
     

    .spotlight_list .so_r ul.spotlight_all .spotlight_unit a .unit_text_w{
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 20px 32px;
        width: 100%;
    }
    .spotlight_list ul.spotlight_all .spotlight_unit a .unit_text_w .unit_tit {
        font-family: 'Wanted Sans Variable', 'Wanted Sans', sans-serif;
        font-size: 24px;
        line-height: var(--fs_tit);
        font-weight: 500;
        text-transform: uppercase;

        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .spotlight_list ul.spotlight_all .spotlight_unit a .unit_text_w .unit_sub {
        margin-top: 8px;
        font-size: 14px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    /* 커스텀 추가 */
    .spotlight_list .so_r ul.spotlight_all .spotlight_unit:nth-child(2n+1){
        margin-right: 0;
    }
    .spotlight_list .so_r ul.spotlight_all .spotlight_unit{
        width:100%;
    }
    .spotlight_list .so_r ul.spotlight_all .spotlight_unit a .unit_text_w .unit_tit{
        font-family: 'Wanted Sans Variable', 'Wanted Sans', sans-serif;
        font-size: 24px;
        line-height: var(--fs_tit);
        font-weight: 500;
        text-transform: uppercase;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .spotlight_list .so_r ul.spotlight_all .spotlight_unit a .unit_text_w .unit_sub{
        margin-top: 8px;
        font-size: 14px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
/* e:사용자재구축 */
}
