body {
    background: url(../images/main/bg01.png);
    background-size: cover;
    background-repeat: no-repeat;
}

body:has(.container_bg_white) {
    background: url(../images/main/bg01.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
   상단 타이틀
   ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


   .eureca_ai_form {
    max-width: 1336px;
    margin: 0 auto 4rem;
    border-radius: 16px;
    /* background: url(../images/main/eureca_search_bar_bg.png) !important; */
    background-size: cover !important;
    background-repeat: no-repeat !important;
    /* box-shadow: 0 10px 19px 0 rgba(0, 0, 0, 0.09); */
    padding: 15rem 0;
}

.eureca_ai_form .title_box::before {
    display: inline-block;
    clear: both;
    content: "";
    background: url(../images/main/EURECA+AI.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 242px;
    height: 38px;
}

.eureca_ai_form .title_box {
    text-align: center;
}

.eureca_ai_form .title_box h1:first-child {
    display: inline-block;

    line-height: 100%;
}


.eureca_ai_form .title_box h1 {
      font-size: 36px;
}

.input-container {
    display: flex;
    align-items: center;
    width: 60%;
    max-width: 900px;
    padding: 10px 16px 10px 20px;
    border-radius: 9999px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid #eee;
    justify-content: space-between;
    margin: 2.4rem auto 0;
}

.input-container .placeholder {
    font-size: 12px !important;
}

.input-container .placeholder a 
.placeholder {
    flex: 1;
    font-size: 12px;
    color: #666;
    background: transparent;
}

.placeholder a {
    color: #2563eb;
    /* 파란색 링크 */
    text-decoration: none;
    margin-left: 12px;
    font-weight: 500;
}

.placeholder a:hover {
    text-decoration: underline;
}

.send-btn {
    background: #000;
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background 0.2s ease;
}

.send-btn:hover {
    background: #333;
}

.send-btn svg {
    width: 16px;
    height: 16px;
    fill: #fff;
        margin-top: 2px;
}


/*keywords*/
.keywords {
    margin: 16px auto 0;
    text-align: center;
}

.keywords ul {
    display: flex;
    margin: 0 auto;
    gap: 10px;
    justify-content: center;
}

.keywords ul li {
    border: 1px solid #E7E7E7;
    border-radius: 300px;
    padding: 8px 16px;
}


.keywords ul li a {
    font-size: 12px;
    color: #454545;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.input-container .placeholder {
    background-color: transparent !important;
    opacity: .5;
}

.prompt-input {
	border: 0px !important;
    font-size: 14px !important;
    height: 39px;
    line-height: 30px;
    padding-left: 4px;
    color: rgb(69, 69, 69) !important;
    max-height: 30px;
    width: 100%;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    dragzone
   ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
.dropzone {
    max-width: 1336px;
    margin: 0 auto;
}

.dropzone {
position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 32px;
    border: 1px solid var(--zone-border);
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
       background: linear-gradient(90deg, #ffffff 0%, #f7f7f7 100%);
}

.dropzone.is-dragover {
    background: #fff;
    border-color: var(--danger);
    box-shadow: 0 10px 24px rgba(239, 68, 68, .18);
    outline: 2px dashed var(--danger);
    outline-offset: -6px;
}

.dz-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    line-height: 1.35;
    color: var(--zone-text);
    font-size: clamp(14px, 2vw, 16px);
}

.dz-text strong {
    font-weight: 700;
    color: #e54848;
}

.dz-sub {
    font-size: 13px;
    color: #999;
    margin-left: 1rem;
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

/* 버튼 */
.dropzone_btn {
    -webkit-appearance: none;
    border: 0;
    padding: 10px 20px;
    border-radius: 0.8rem;
    background: #010d15;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    box-shadow: 0 8px 18px rgb(0 0 0 / 15%);
    transition: transform .06s ease, filter .15s ease, box-shadow .2s ease;
    user-select: none;
    letter-spacing: -0.6px;
}

.dropzone_btn:hover {
    cursor: pointer !important;
}

.dropzone_btn:active {
    transform: translateY(1px);
}

.dropzone_btn:focus-visible {
    outline: 3px solid #0d6efd2e;
    outline-offset: 3px;
}

#div_app_main #app.container {
        max-width: 1336px;
    margin: 4em auto 0;
    padding: 0 !important;
}

#project-cards-container.container {
        margin-top: 2rem !important;
}
/* 파일 리스트 / 진행률 */

.files {
    margin-top: 10px;
    display: grid;
    gap: 10px;
}

.file {
    background: #fff;
    border: 1px solid #eceff1;
    border-radius: 12px;
    padding: 10px 12px;
    display: grid;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}

.file-head {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
    font-size: 14px;
}

.file-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file-size {
    color: var(--muted);
    font-size: 12px;
}

.badge {
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #6b7280;
}

.badge.ok {
    background: #ecfdf5;
    color: #059669;
}

.badge.err {
    background: #fef2f2;
    color: #dc2626;
}

.progress {
    height: 8px;
    width: 100%;
    background: #f1f5f9;
    border-radius: 999px;
    overflow: hidden;
}

.progress > span {
    display: block;
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, var(--danger) 0%, var(--danger-700) 100%);
    transition: width .15s ease;
}

/* 반응형 */
@media (max-width: 560px) {
    .dropzone {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .btn {
        align-self: flex-end;
    }
}




/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    list
   ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* 리스트 */
#div_app_main {
        padding: 0 !important;
}

.container {
    max-width: 1336px;
    margin: 4em auto 0;
}

.container_title {
    color: #010101;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.6px;
}

/* 상단 영역 */
.page-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px
}

.page-head .page-head-btn-box  {
        display: flex;
    gap: 4px;
}

.page-head .page-head-btn-box svg{
        width: 14px;
    margin-top: -3px;
    opacity: 0.6;
}

.page-head-btn {
 padding: 0 18px;
    border-radius: 8px;
    border: 1px solid #E4E4E4;
    background: #FFF;
    cursor: pointer;
    font-size: 12.5px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.45px;
    max-height: 36px;
    line-height: 36px;
    color: #353535;
}

.page-head-btn:hover {
    opacity: unset !important;
    text-decoration: underline;
}

.btn.danger {
    background: #ef4444;
    color: #fff;
    border: none;
}

.btn:disabled {
    opacity: .5;
    pointer-events: none;
}

/* 프로젝트 관리 아이콘 영역*/
.icon_btn button {
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 8px;
    margin-right: 4px;
    width: 32px;
    height: 32px;
    letter-spacing: 32px;
}

.icon_btn button svg {
    width: 14px;
}

/* 카드 */
.card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    margin-bottom: 12px;
}

.card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    cursor: pointer;
}

.left {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 52%;
}

.container .title {
font-weight: 620;
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #040b23;
}

.meta {
    font-size: 12px;
    color: #666;
    margin-right: 8px;
}

.meta svg {
       width: 14px;
    margin-top: -1px; 
}

.actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.chip {
font-size: 11.5px;
    padding: 0px 14px;
    color: #454545;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid #ededed;
    background: #f9f9f9;
    height: 32px;
    line-height: 32px;
}

.chip svg {
    display: none;
}

.chip:hover {
    cursor: pointer;
}

.chev {
    width: 16px;
    height: 16px;
    transition: .2s;
}

.card.expanded .chev {
    transform: rotate(180deg)
}

/* 체크박스: 관리 모드에서만 보임 */
.chk {
    display: none;
}

.manage-on .chk {
    display: inline-block;
}

/* 체크박스 스타일 */
input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
}

/* 아코디언 */
.card-body {
    display: none;
    border-top: 1px solid #e5e7eb;
}

.card.expanded .card-body {
    display: block;
    min-height: 155px;
    max-height: 480px;
    overflow-y: scroll;
    position: relative;
}

.card.expanded .card-body .row-btn button {
    font-size: 12px;
}

.card.expanded .card-body .row-btn button:not(.share_btn) {
        opacity: 0.5;
    font-size: 12.5px;
    font-weight: 600;
}

.card.expanded .sub_right a {
    font-size: 13px;
    font-weight: 600;
}


.card.expanded .card-body .row-btn button.write_btn svg {
    margin-top: 1px;
}

.card.expanded .card-body .row-btn button.edit_btn svg {
        margin-top: -1px;
    margin-right: 2px;
    width: 16.5px;
}

.add_btn {
    display: none;
}

.card.expanded .add_btn {
    display: block;
}

/* 행(단위) */
.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 16px 30px;
    border-bottom: 1px solid #eee;
}

.row-title .list_title {
    font-size: 14px;
    color: #343434;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.row:last-child {
    border-bottom: none;
}

.row-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.row-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #101010;
}

.row-sub {
    font-size: 13.5px;
    color: #545454;
    width: 100%;
    background: #f8fbff;
    padding: 14px 20px;
    border-radius: 8px;
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.row-sub strong {
    margin-right: 4px;
}

.sp24 {
    display: inline-block;
    width: 24px;
}

.row-right {
    display: flex;
    gap: 10px;
    font-size: 12px;
}

.sub_right {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 16px;
}

.sub_right svg {
        margin-left: 4px;
    margin-top: -3px;
}

.c3rx_dl {
    color: #CA4073;
}

.excel_dl {
    color: #00B68E;
}

.row-right a:hover {
    text-decoration: underline;
}

.share_profile {
    position: relative;
}

/* .share_profile::before {
    display: inline-block;
    clear: both;
    content: "";
    background: url(../images/main/profile_01.png);
    background-size: 24px 24px;
    width: 30px;
    height: 30px;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
}

.share_profile::after {
    display: inline-block;
    clear: both;
    content: "";
    background: url(../images/main/profile_02.png);
    background-size: 24px 24px;
    width: 30px;
    height: 30px;
z-index: 1;
    position: absolute;
    left: 14px;
    background-repeat: no-repeat;
} */

/* 공유자 프로필 이미지 */
.share_profile .profile-images {
    display: inline-flex;
    align-items: center;
    margin-right: 0;
}

.share_profile .profile-pic {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: -16px;
}

.share_profile .profile-pic:first-child {
    margin-left: 0;
}

.share_profile .profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.share_profile .num {
    border-radius: 300px;
    background: #F25F3E;
    color: #fff;
    font-size: 10px;
    position: absolute;
    padding: 4px;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    right: 0px;
    top: -4px;
}

.row-left > div {
    width: 100%;
}

.row-left > div .row-title {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.row-left > div .row-title .row-btn button {
    border: 0;
    background: transparent;
}

.share_btn {
    background: #017BFF !important;
    font-size: 1.4rem;
    color: #fff;
    padding: 4px 12px;
    border-radius: 6px;
}

.row-btn {
    display: flex;
    align-items: center;
    gap: 16px;
}

.row-btn svg {display: none;}

.share_profile {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: auto;
    position: relative;
}


/*단위프로젝트 추가 버튼*/
.add_btn {
    width: 100%;
    padding: 1.6rem 2.4rem 2.4rem;
}

.add_btn button {
    width: 100%;
    border: 0;
    padding: 1rem 0;
    font-size: 2.6rem;
    background: #EEF5FF;
    color: #0178FF;
    margin: 0 auto;
    text-align: center;
    border-radius: 1.6rem;
}


/* ========================================================================================================================

공사 추가

=========================================================================================================================== */

body:has(#search_page:not([style*="display: none;"])) {
    background: url(../images/component/contents/search_bg.png) !important;
    background-size: cover !important;
}

/* 화면 가운데 정렬 */
#search_page {
    position: relative;
    text-align: center;
    width: 100%;
    height: fit-content;
}

/* 섹션 컨테이너 */
#search_page .search_section {
    max-width: 1000px;
    width: 94%;
    border-radius: 32px;
    background: #FFF;
    box-shadow: 0 0 148px 0 rgba(19, 38, 75, 0.13);
    padding: 110px 0 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 40%);
}

/* 타이틀 */
.search_section .title {
    color: #2B2B2B;
    font-size: 32px;
    font-weight: 800;
    line-height: 100%;
    /* 32px */
    letter-spacing: -0.6px;
    margin-bottom: 28px;
}

.search_section .title img {
    vertical-align: bottom;
    margin-right: 4px;
}

/* 검색바 */
.search_section .searchbar {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 999px;
    padding: 6px 12px 6px 16px;
    background: #fff;
    max-width: 550px;
    justify-content: center;
    margin: 0 auto;
}

.search_section .sb_select {
    border: none;
    background: transparent;
    font-size: 14px;
    color: #222;
    outline: none;
    flex-shrink: 0;
}

.search_section .sb_input {
    flex: 1;
    border: none;
    font-size: 14px;
    outline: none;
    padding: 8px;
}

/* 돋보기 버튼 */
.search_section .sb_btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_section .sb_btn:hover {
    color: #4780EE;
}

/* CTA */
.search_section .cta {
    margin-top: 32px;
}

.search_section .cta a {
    color: #4780EE;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

.search_section .cta a:hover {
    text-decoration: underline;
}

/* 헬퍼/풋노트 */
.search_section .helper {
    font-size: 14px;
    color: #4C4C50;
    margin-top: 72px;
    line-height: 1.5;
    font-weight: 500;
}

.search_section .footnote {
    color: #4C4C50;
    font-size: 12px;
    margin-top: 4px;
    display: block;
    font-weight: 300;
}

/* 스크린리더 전용 */
.search_section .sr_only,
.step_header .sr_only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/*============ 공사 추가 진행 ============*/

.step_header {
    background: url(../images/component/contents/section_bg.png);
    background-size: cover;
    width: 100%;
    max-height: 314px;
    margin: 0 auto 72px;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 270px;
    align-content: center;
    justify-content: center;
    gap: 24px;
}

.step_header h1 {
    font-size: 20px;
    font-weight: 700;
}

.step_header ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 64px;
    position: relative;
}

.step_header ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    position: relative;
    gap: 4px;
}

.step_header ul li .state.page_on {
    width: 26px;
    height: 26px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    border-radius: 300px;
    background: #4780EE;
    line-height: 28px;
}

.step_header ul li span:nth-child(2) {
    letter-spacing: -0.6px;
    font-size: 12px;
    color: #C0C0C0;
}

.step_header ul li:has(.page_on) span:nth-child(2) {
    color: #4780EE;
    font-size: 14px;
    font-weight: 600;
}

.step_header ul li .state:not(.page_on)::after {
    display: block;
    clear: both;
    content: "";
    width: 14px;
    height: 14px;
    background: #DFE3E6;
    border-radius: 300px;
    top: 2px;
    left: 45%;
    position: absolute;
}

.step_header ul li .state:not(.page_on) {
    width: 22px;
    height: 22px;
    z-index: 100;
}

.step_header ul::before {
    width: 370px;
    height: 4px;
    background: #DFE3E6;
    display: block;
    clear: both;
    content: "";
    position: absolute;
    top: 10px;
}

.step_header ul li .state.page_on::after {
    width: 180px;
    height: 4px;
    background: #4780EE;
    display: block;
    clear: both;
    content: "";
    position: absolute;
    top: 10px;
    z-index: 9;
    left: 64px;
}

.step_header ul li:last-child .state.page_on::after {
    display: none;
}

/* 검색바 */
.step_header .searchbar {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 999px;
    padding: 3px 12px 3px 16px;
    background: #fff;
    max-width: 520px;
    justify-content: center;
    margin: 12px auto 0;
}

.step_header .sb_select {
    border: none;
    background: transparent;
    font-size: 13px;
    color: #222;
    outline: none;
    flex-shrink: 0;
}

.step_header .sb_input {
    flex: 1;
    border: none;
    font-size: 13px;
    outline: none;
    padding: 8px 12px;
}

/* 돋보기 버튼 */
.step_header .sb_btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step_header .sb_btn:hover {
    color: #4780EE;
}




/*컨텐츠*/

#content_index {
    margin: 0 auto;
    max-width: 1920px;
    width: 1000px;
}


#content_index h1{
    margin-bottom: 32px;
    font-weight: 600;
}
#content_index h2,
#content_index h3 {
    margin-bottom: 16px;
    font-weight: 600;
}

#content_index h1 {
    color: #0E0E4D;
    font-size: 22px;
    font-weight: 700;
}

#content_index h2 {
    color: #3D3D70;
    font-size: 16px;
    width: 100%;
    letter-spacing: -0.4px;
}

#content_index h2 span {
    color: #B0B0B0;
    font-weight: 500;
    font-size: 14px;
}

#content_index .section {
    margin-bottom: 72px;
    display: flex;
    flex-direction: column;
}

#content_index .section:last-of-type {
    margin-bottom: 20vh;
}

#content_index .cards {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

#content_index .card {
    border: 1px solid #e3e6ed;
    border-radius: 20px;
    padding: 22px;
    flex: 1;
    min-width: 320px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    margin-bottom: 0;
    cursor: pointer;
}

#content_index .card:hover {
        box-shadow: 1px 1px 11px #00000012;
}

#content_index .card p.cardtitle {
    color: #525D6C;
    background: #F5F5F6;
    width: fit-content;
    border-radius: 300px;
    font-size: 12px;
    padding: 4px 14px;
    font-weight: 600;
}

#content_index .none {
    color: #565656;
    font-size: 14px;
    padding-top: 8px;
    font-weight: 400;
    min-height: 32px;
}

#content_index .card p:not(.cardtitle) {
    color: #565656;
    font-size: 14px;
    padding-left: 8px;
    padding-top: 12px;
    font-weight: 400;
}

#content_index .card h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
    padding: 24px 30px 0;
    word-break: keep-all;
}

#content_index .btn {
    display: inline-block;
    padding: 0 24px;
    font-size: 14px;
    border-radius: 300px;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #DEDEDE;
    cursor: pointer;
    margin: 24px auto 0;
    text-align: center;
    height: 38px;
    line-height: 38px;
}

#content_index .btn.bf_search_btn {
    padding: 0 12px;
    text-wrap: nowrap;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    margin: -6px 10px 0;
}

#content_index .btn.primary {
    background: #4780EE;
    color: #fff;
    border: none;
}

#content_index .flex {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(20%, auto));
}

#content_index .flex .card {
    flex: 1 1 calc(25% - 15px);
}

#content_index .file-box {
    border: 1px dashed #cfd4e0;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    color: #545454;
    background: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.4px;
}

#content_index .file-box strong {
    display: block;
    margin-bottom: 8px;
    color: #444444;
    font-size: 16px;
    font-weight: 600;
}

#content_index .bottom-btns {
    margin-top: 20px;
    display: flex;
    gap: 12px;
}

#content_index .bottom-btns .btn {
    flex: none;
    min-width: 100px;
}

@media (max-width: 768px) {
    #content_index .flex .card {
        flex: 1 1 100%;
    }
}

#content_index .card:has(.card_inline) {
    padding: 0;
}

#content_index .card .card_inline ul {
margin: 20px 30px 24px;
    display: flex;
    letter-spacing: -0.4px;
    gap: 14px;
}

#content_index .card .card_inline ul li span.card_inline_title {
    color: #525D6C;
    background: #F5F5F6;
    width: fit-content;
    border-radius: 300px;
    font-size: 12px;
    padding: 4px 10px;
    font-weight: 600;
    display: inline-block;
    margin-right: 4px;
}

#content_index .card .card_inline ul li span.card_inline_index {
    color: #565656;
    font-size: 13px;
}

#content_index .card .card_bottom_index {
    border-top: 1px #E6E6E7 solid;
    padding: 16px 30px;
    margin-top: 16px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 18px;
}

#content_index .card .card_bottom_index.card_bottom_index_type03 {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

#content_index .card .card_bottom_index_type03 .card_bottom_section,
#content_index .card .card_bottom_index_type03 .card_bottom_lngtm {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 18px;
}

#content_index .card .card_bottom_index p {
    padding: 0;
    font-size: 14px;
    font-weight: 600;
}

#content_index .card .card_bottom_index p strong {
    font-size: 12px;
    color: #525D6C;
    margin-right: 4px;
    font-weight: 600;
}

#content_index .upload-btn {
        color: #4780EE;
        font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
    border: none;
    background: transparent;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
#content_index input[type="file"] {
    display: none;
}

#content_index .upload-box#uploadBox {

    border-radius: 14px;
border: 1px dashed rgba(56, 113, 255, 0.25);
background: rgba(239, 246, 255, 0.20);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    padding: 16px 8px 24px;
}

#content_index .upload-box#uploadBox p {
        padding: 16px;
        word-break: keep-all;
}

#content_index .upload-box#uploadBox img {
    width: 20px;
    margin-top: 8px;
}

#content_index .upload-box#uploadBox .file_name {
    padding: 4px 0 16px;
}
.file_bottom_btns {
        justify-content: center;
}
.file_bottom_btns .btn {
    margin: 0 !important;
        border-radius: 8px !important;
        min-width: unset !important;
        padding: 0 14px !important;
}

.file_bottom_btns .btn.primary {
    color: #fff !important;
    background: #4780EE !important;
}

#content_index .section h2 strong{
    font-size: 12px;
    color: #565656;
    font-weight: 400;
    margin-left: 8px;
}

#content_index .card_list_box:not(:last-child){
    margin-bottom: 24px;
}

.finish {
    /* height: 270px; */
    background: #fff;
    text-align: center;
    padding: 32px 0;
    margin-bottom: 72px;
}
.finish p{
    color: #399BEE;
    font-size: 14px;
}

.finish_btn {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    gap: 6px;
        margin-top: 24px;
}

.finish button {
    height: 38px;
    line-height: 36px;
    cursor: pointer;
    border-radius: 8px;
    padding: 0px 14px;
    font-size: 12px;
}

.finish button.b_btn_01 {
color: #4780EE;
background: #EFF6FF;
border: 1px solid #CDDEFC;
}

.finish button.b_btn_02 {
    color: #fff;
    background: #4780EE;
    border: none;
}
/* ===========================================================================================================
얼럿 박스 
============================================================================================================ */

#content_index .alert-box, #content_index .notice-box {
    display: flex;
    align-items: flex-end;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 24px 30px;
    background: #fff;
    justify-content: space-between;
    }
    #content_index .alert-text {
      max-width: 70%;
    }
    #content_index .alert-text strong {
      color: #F04452;
      display: block;
      margin-bottom: 8px;
      font-weight: 600;
          font-size: 16px;
    }
    #content_index .alert-text p {
      color: #525D6C;
      font-size: 14px;
      line-height: 1.5;
      font-weight: 400;
      letter-spacing: -0.4px;
    }
    #content_index .alert-actions {
      text-align: right;
    }
    #content_index .alert-actions a {
      display: inline-block;
      margin-right: 16px;
      font-size: 14px;
      color: #F04452;
      text-decoration: underline;
    }
    #content_index .alert-actions button {
     background: #F04452;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0px 12px;
    font-size: 14px;
    cursor: pointer;
    height: 38px;
    line-height: 38px;

    }
     #content_index .alert-actions button svg {
        margin-right: 4px;
     }


    #content_index .notice-box .notice-text {
      max-width: 70%;
    }
    #content_index .notice-box .notice-text strong {
      color: #4A55AC;
      display: block;
      margin-bottom: 8px;
      font-weight: 600;
          font-size: 16px;
    }
    #content_index .notice-box .notice-text p {
 color: #525D6C;
      font-size: 14px;
      line-height: 1.5;
      font-weight: 400;
      letter-spacing: -0.4px;
    }
    #content_index .notice-box .notice-actions {
      text-align: right;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    #content_index .notice-box .notice-actions a {
      font-size: 14px;
      color: #4A55AC;
      text-decoration: underline;
    }
    #content_index .notice-box .btn {
       border: 1px solid #4A55AC;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    background: #fff;
    color: #4A55AC;
    margin-top: 0;
    padding: 0 12px;
    }
    #content_index .notice-box .btn.primary {
      background: #4A55AC;
      color: #fff !important;
    }


    .card_bottom_index.card_bottom_index_type02 {
            justify-content: space-between;
    }


.card_more_btn {
    border: none;
    background: transparent;
    font-size: 14px;
    color: #4780EE;
    text-decoration: underline;
}


/*pccs*/

/* container */
.pccs-container {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    padding: 20px;
    max-width: 1840px;
    margin: auto;
}

/* card */
.pccs-card {
  background: #fff;
  border-radius: 16px;
  padding: 48px 40px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  position: relative;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  gap: 14px;
      width: 100%;
    height: 100%;
}

/* status badge */
.pccs-status {
  position: absolute;
  top: 48px;
  left: 40px;
  padding: 16px 16px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.pccs-status.reject { background: #D64545; }
.pccs-status.accept { background: #2D6AF5; }
.pccs-status.wait { background: #4D4D4D; }

/* header */
.pccs-head {
    margin-top: 26px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    color: #666;
    flex-direction: column;
    align-items: flex-end;
}

.pccs-type {
        display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}

.pccs-type .type-svg {
        display: flex
;
    border-radius: 4px;
    border: 1px solid #CCC;
    padding: 3px 6px;
    align-items: center;
    font-size: 12px;
    gap: 4px;
    font-weight: 500;
    color: rgba(102, 102, 102, 0.60);
}

.pccs-type  strong {
    font-size: 14px;
    font-weight: 700;
}

.pccs-date {
    font-size: 12px;
    color: #999;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
}
/* title */
.pccs-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    margin: 6px 0;
    color: #222;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pccs-title::after {
    display: block;
    clear: both;
    content: "";
    background: #ececec;
    height: 0.8px;
    width: 100%;
    margin-top: 32px;
}

/* info */
.pccs-info {
  margin-top: auto;
  display: grid;
  gap: 4px;
  font-size: 14px;
}
.pccs-label {
        color: #444444;
    font-weight: 600;
}
.pccs-value {
        overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pccs-value:nth-child(even):not(:last-child){
    margin-bottom: 32px;
}

/* buttons */
.pccs-card-btns {
  display: flex;
  gap: 10px;
  margin-top: auto;
}

.pccs-card-btns button {
    padding: 12px 0px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    width: 110px;
}

.reject-btn {
  background: #ebebeb;
  color: #222;
}
.accept-btn {
  background: #2D6AF5;
  color: #fff;
}
.accept-btn:hover { background: #2156cf; }
.reject-btn:hover { background: #dedede; }

.container:has(.pccs-container) {
    max-width: 100%;
}

.bb_box_white:has(.pccs-container) {
    background: #F6F6F6;
    border-color: #d9d9d9;
}





