@charset "utf-8";

.content-head {
    padding-top: 5.625rem;
}

.page-title {
    font-family: 'Godo';
    font-size: 2.8rem;
    font-weight: 800;
    padding: 0 0 1rem;
    text-align: center;
    color: #fff;
}

.content {
    margin: 0 auto;
    max-width: 87.5rem;
    padding: 2.5rem 0 4.375rem;
    position: relative;
    width: 100%;
}

.content img {
    max-width: 100%;
}

.snb {
    align-items: center;
    display: flex;
    gap: 25px;
    justify-content: center;
}

.snb li {
    color: #fff;
    font-size: 0.9375rem;
}

.snb .depth {
    position: relative;
}

.snb .depth:before {
    background: rgba(255, 255, 255, .55);
    content: '';
    height: 0.625rem;
    left: -0.75rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0.0625rem;
}

h3.title-1 {
    color: #222;
    font-size: 1.875rem;
    font-weight: 800;
    padding: 3.125rem 0 1.25rem;
}

h4.title-2 {
    font-size: 1.375rem;
    font-weight: 800;
    padding-bottom: 1.25rem;
}

.sub-title-group-1 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 2.5rem 0 0.9375rem;
}

.sub-title-group-1 h3 {
    padding: 0;
}

.text-box {
    background: #f7f8f9;
    padding: 1.875rem;
    border-radius: 0.625rem;
}

.page-title-wrap {
    position: relative;
    padding: 5rem 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.0);
    border-radius: 0;
    overflow: hidden;
}

.page-title-wrap .bg-img {
    width: 100%;
    z-index: -1;
}

.page-title-wrap .bg-img .animate-bg-img {
    position: absolute;
    animation: bg-img-animation 3s ease-in-out;
    width: 100%;
    object-fit: cover;
    top: 0;
}

/* @keyframes bg-img-animation {
    0% {
        top: 0;
    }

    50% {
        top: -50%;
    }

    100% {
        top: 0;
    }
} */
.lnb {
    display: none;
}

.content-wrap {
    padding: 3rem 0;
}

.content-title {
    text-align: center;
    font-size: 2.5rem;
    color: #222;
    padding-bottom: 2rem
}

.box-1 {
    background: #f1f1f1;
    padding: 3.125rem;
    border: 1px solid #eaeaea;
}

.sub-title {
    position: relative;
    padding-left: 1.5625rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #222;
    margin: 3.125rem 0 1.25rem;
    display: flex;
    align-items: center;
    letter-spacing: -0.03em;
}

.content-title+.sub-title {
    margin-top: 0;
}


.sub-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.75rem;
    height: 0.75rem;
    background: linear-gradient(135deg, #004ea2 0%, #5a73e6 100%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    box-shadow: 0 2px 4px rgba(28, 53, 137, 0.3);
}

.sub-title::after {
    content: '';
    position: absolute;
    left: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.25rem;
    height: 0.25rem;
    background: rgba(255, 255, 255, 0.6);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 1;
}


.greeting-head {
    display: flex;
    padding: 4.5rem 2rem;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
    background: radial-gradient(circle at 10% 20%, rgba(248, 181, 0, 0.28) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(215, 0, 15, 0.3) 0%, transparent 55%),
    #004ea2;
    background-image: radial-gradient(circle at 10% 20%, rgba(248, 181, 0, 0.28) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(215, 0, 15, 0.3) 0%, transparent 55%),
    radial-gradient(rgba(255, 255, 255, 0.12) 1.5px, transparent 1.5px),
    radial-gradient(rgba(255, 255, 255, 0.08) 1.5px, transparent 1.5px);
    background-size: auto, auto, 24px 24px, 24px 24px;
    background-position: 0 0, 0 0, 0 0, 12px 12px;
    background-repeat: no-repeat, no-repeat, repeat, repeat;
    /* box-shadow: 0 15px 35px rgba(0, 78, 162, 0.2); */
}

.greeting-head::after {
    content: '';
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 30rem;
    height: 15rem;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: 1;
    pointer-events: none;
}

.greeting-title {
    position: relative;
    z-index: 2;
}

.greeting-title small {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.greeting-title .lead-text {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    margin: 0;
    letter-spacing: -0.03em;
    word-break: keep-all;
    text-shadow: 0 2px 12px rgba(0, 78, 162, 0.5);
}

.greeting-body {
    margin-bottom: 4rem;
}

.greeting-body p {
    font-size: 1.125rem;
    line-height: 2.0;
    color: #555;
    margin: 0 0 1rem;
    word-break: keep-all;
}

.greeting-txt strong {
    color: #004ea2;
    font-weight: 700;
}

.greeting-txt:last-child {
    margin-bottom: 0;
}

.greeting-sign {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.greeting-sign .sign-wrap {
    text-align: right;
    position: relative;
}

.greeting-sign p {
    font-size: 1.2rem;
    font-weight: 700;
    color: #222;
    letter-spacing: .325rem;
    display: inline-block;
    position: relative;
    margin: 0;
}



@media (max-width: 768px) {
    .page-title-wrap .bg-img .animate-bg-img {
        height: 100%;
    }

    .greeting-head {
        padding: 3rem 1.5rem;
    }

    .greeting-title small {
        font-size: 0.75rem;
    }

    .greeting-title .lead-text {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .greeting-sign p {
        font-size: 1.1rem;
        letter-spacing: .15rem;
    }
}

/* 성과지표 달성현황 */

.task-head {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5rem;
    padding: 1.25rem 2rem;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.875rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.sort {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.unit {
    position: absolute;
    right: 2rem;
    font-size: 0.875rem;
    color: #475569;
    font-weight: 600;
    background-color: #ffffff;
    padding: 5px 14px;
    border-radius: 30px;
    border: 1px solid #cbd5e1;
    letter-spacing: -0.02em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.sort>div {
    display: inline-flex;
    align-items: center;
}

.sort>div span {
    font-size: 0.9375rem;
    color: #444;
    font-weight: 600;
    position: relative;
    padding-left: 1.25rem;
    display: inline-flex;
    align-items: center;
    letter-spacing: -0.02em;
}

.sort>div span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    transition: all 0.3s ease;
}

/* 95% 이상 - Emerald Green */
.sort>div:nth-child(1) span::before {
    background-color: #10b981;
    box-shadow: 0 0 6px rgba(16, 185, 129, 0.5);
}

/* 70~80% - Amber Yellow */
.sort>div:nth-child(2) span::before {
    background-color: #f59e0b;
    box-shadow: 0 0 6px rgba(245, 158, 11, 0.5);
}

/* 50% 이하 - Crimson Red */
.sort>div:nth-child(3) span::before {
    background-color: #ef4444;
    box-shadow: 0 0 6px rgba(239, 68, 68, 0.5);
}

/* 성과지표 카드 세션 */
.task-body {
    margin-top: 3.5rem;
    margin-bottom: 4rem;
    padding: 3.5rem 3rem;
    background-color: #fafbfc;
    border: 1px solid #d4e1ed;
    border-radius: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
}

.task-body h4 {
    font-size: 1.5625rem;
    font-weight: 850;
    color: #1e293b;
    margin-bottom: 2.5rem;
    letter-spacing: -0.03em;
    display: flex;
    align-items: center;
    gap: 0.875rem;
    line-height: 1.4;
    justify-content: center;
}

.task-body h4 span {
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 4px;
    letter-spacing: 0.05em;
    text-shadow: none;
    line-height: 1.2;
}

/* 대단원별 소제목 테마 색상 정의 (클래스 매핑) */
.task-body.edu h4 span {
    background-color: #004ea2;
}

.task-body.research h4 span {
    background-color: #f8b500;
}

.task-body.global h4 span {
    background-color: #d7000f;
}

.task-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-bottom: 3.5rem;
}

.task-item {
    background-color: #ffffff;
    border-radius: 1.25rem;
    padding: 2.5rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 45px rgba(0, 78, 162, 0.03), 0 2px 8px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.task-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 78, 162, 0.08), 0 4px 16px rgba(0, 78, 162, 0.02);
    border-color: rgba(0, 78, 162, 0.18);
}

.task-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 1.5rem;
    margin-bottom: 1.75rem;
    gap: 1.5rem;
}

.task-title strong {
    font-size: 1.25rem;
    color: #111;
    font-weight: 700;
    letter-spacing: -0.03em;
    word-break: keep-all;
    line-height: 1.4;
}

/* 신호등 성과 상태 표시 */
.task-title .progress {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-shrink: 0;
}

.task-title .progress span {
    width: 0.8125rem;
    height: 0.8125rem;
    border-radius: 50%;
    border: 2px solid #e2e8f0;
    background-color: #fff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 첫 번째 동그라미에만 .sort의 95%이상 색상(#10b981) 적용 및 글로우 처리 */
.task-title .progress span:nth-child(1) {
    border-color: #10b981;
    background-color: #10b981;
    box-shadow: 0 0 8px rgba(16, 185, 129, 0.6);
}

.task-title .progress.ac span:nth-child(1){
    border: 2px solid #e2e8f0;
	background-color: #fff;
	box-shadow:none;
}

.task-title .progress.ac span:nth-child(2){
	border-color: #f59e0b;
	background-color: #f59e0b;
    box-shadow: 0 0 6px rgba(245, 158, 11, 0.5);
}

.task-cont ul {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.task-cont ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    background-color: #f8fafc;
    border-radius: 0.75rem;
    border: 1px solid #f1f5f9;
    gap: 1rem;
    transition: all 0.25s ease;
}

.task-cont ul li:hover {
    background-color: #f1f5f9;
    border-color: #e2e8f0;
}

.task-cont ul li p {
    font-size: 0.9375rem;
    color: #475569;
    font-weight: 600;
    margin: 0;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    word-break: keep-all;
}

.task-cont ul li p::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #004ea2;
    border-radius: 1px;
    flex-shrink: 0;
}

.task-cont ul li .task-progress {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #004ea2;
    letter-spacing: -0.01em;
    text-align: right;
    white-space: nowrap;
}

/* 반응형 처리 */
@media (max-width: 768px) {
    .task-head {
        flex-direction: column;
        gap: 1rem;
        padding: 1.25rem 1.5rem;
        margin-bottom: 2rem;
    }

    .sort {
        justify-content: center;
        gap: 1.25rem;
    }

    .sort>div span {
        font-size: 0.875rem;
        padding-left: 1.125rem;
    }

    .sort>div span::before {
        width: 0.5rem;
        height: 0.5rem;
    }

    .unit {
        position: static;
        width: auto;
        text-align: center;
        margin-top: 0.25rem;
    }

    .task-body {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
        padding: 2.25rem 1.25rem;
        border-radius: 1.25rem;
    }

    .task-body h4 {
        font-size: 1.25rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .task-box {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .task-item {
        padding: 1.75rem 1.5rem;
        border-radius: 1rem;
    }

    .task-title {
        padding-bottom: 1.25rem;
        margin-bottom: 1.5rem;
    }

    .task-title strong {
        font-size: 1.125rem;
    }

    .task-cont ul li {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        padding: 0.875rem 1rem;
    }

    .task-cont ul li .task-progress {
        align-self: flex-end;
        font-size: 0.95rem;
    }
}