﻿/* 공지사항 */
.section-notice {
    position: relative;
    overflow: hidden;
    background: #f5f7fa;
    color: #111827;
    font-size: 1.125em;
}

/* 배경 이미지 (원본 그대로 삽입) */
.section-notice::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("./notice-real-photo.jpg"); /* 첫 번째 사진 */
    background-size: cover;
    background-position: center;
    filter: blur(8px) brightness(0.65);
    opacity: 0.35; /* 흐릿함 레벨 */
    pointer-events: none;
    z-index: 0;
}

/* 흐림 + 밝은 오버레이 */
.section-notice::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( to bottom, rgba(255,255,255,0.52), rgba(255,255,255,0.55) );
    pointer-events: none;
    z-index: 1;
}

/* 실제 컨텐츠 */
.section-notice .section-inner {
    position: relative;
    z-index: 2;
}
.notice-layout {
    display: flex;
    gap: 40px;
    align-items: stretch;
}

.notice-left {
    flex: 1 1 auto;
    min-width: 0;
}

.notice-right {
    flex: 0 0 640px;
    max-width: 640px;
}

.notice-tabs-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: nowrap;
    width: 100%;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 12px;
    margin-bottom: 16px;
}

.notice-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    min-width: 0;
    flex: 1 1 auto;
}

.notice-tabs .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    border-bottom: 0;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    line-height: 1.2;
    padding: 9px 14px;
}

.notice-tabs .nav-link {
    border: 1px solid #e5e7eb !important;
    border-radius: 999px !important;
    background: #fff;
    color: #374151;
    font-weight: 700;
    padding: 8px 20px;
    font-size: 0.75em;
}

.notice-tabs .nav-link:hover {
    background: #f9fafb;
    border-color: #d1d5db !important;
}

.notice-tabs .nav-link.active {
    color: #fff !important;
    background: #505050 !important;
    border-color: #505050 !important;
    box-shadow: 0 6px 16px rgba(17,24,39,.18);
}

.notice-more-icon {
    flex: 0 0 auto;
    margin-left: auto;
    white-space: nowrap;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #505050;
    color: #fff;
    border: 1px solid #505050;
    border-radius: 999px;
    box-shadow: 0 10px 20px rgba(17,24,39,.18);
    transition: .2s;
}

.notice-more-icon i {
    font-size: 16px;
    transform: translateX(0);
    transition: .2s;
}

.notice-more-icon:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    color: #ffffff;
}

.notice-more-icon i {
    font-size: 16px;
    transition: .2s;
}

.notice-more-icon:hover i {
    transform: translateX(2px);
}

.notice-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.notice-item {
    display: flex;
    gap: 12px;
    padding: 18px 0; /* 기존보다 줄임 */
    border-bottom: 1px solid #eee;
}
.notice-more {
    color: #111827;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.notice-more:hover {
    text-decoration: underline;
}
.notice-date-block {
    width: 56px; /* 날짜 블록 폭 줄이기 */
    flex: 0 0 56px;
    text-align: center;
}

.notice-date-day {
    font-size: 1em;
    font-weight: bold;
    color: #505050;
}

.notice-date-ym {
    font-size: 0.6em;
    color: #6b7280;
}

.notice-item-main {
    text-align: left;
}

.notice-item-title {
    text-align: left;
    color: #505050;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.25;
}

.notice-item-main a {
    color: inherit;
    text-decoration: none;
}

.notice-item-main a:hover .notice-item-title {
    text-decoration: underline;
}

.notice-item-desc {
    margin-top: 6px;
    color: #6b7280;
    font-size: 0.75em;
    line-height: 1.35;
}

.video-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 14px;
    height: 100%;
    background: #fff;
}

.video-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e5e7eb;
}

.video-card-title {
    margin: 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1.4em;
    font-weight: 800;
    color: #505050;
    letter-spacing: .2px;
}

.video-card-body video {
    width: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .notice-layout {
        flex-direction: column;
    }

    .notice-right {
        flex-basis: auto;
    }
}

.section-banner {
    background-color: #d5e0f0;
    padding: 2.5rem 0;
}

.section-banner .section-inner {
    max-width: 1400px;
    margin: 0 auto;
}

.promo-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.promo-title {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 2.2em;
    font-weight: 800;
    color: #505050;
    letter-spacing: -1px;
}

.banner-tile {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
}

.banner-tile img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.banner-tile-hero {
    min-height: 230px;
}

.banner-tile-hero .carousel,
.banner-tile-hero .carousel-inner,
.banner-tile-hero .carousel-item {
    height: 100%;
}

.promo-indicators {
    bottom: 10px;
}

.promo-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: none;
    background-color: rgba(255,255,255,0.5);
}

.promo-indicators .active {
    width: 20px;
    background-color: #fff;
}

.banner-tile:hover img {
    transform: scale(1.02);
    transition: transform .2s ease-out;
}

@media (max-width: 575.98px) {
    .section-banner {
        padding: 1.8rem 0;
    }

    .promo-title {
        font-size: 1.15rem;
    }

    .banner-tile-hero {
        min-height: 200px;
    }
}


#promoCarousel .promo-indicators {
    margin-bottom: 0;
}

#promoCarousel .carousel-indicators.promo-indicators {
    bottom: -3px;
    z-index: 5;
}

#promoCarousel .promo-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background-color: #9ca3af; /* gray */
    opacity: 1;
    margin: 0 5px;
}

#promoCarousel .promo-indicators .active {
    background-color: #111827;
}

@media (max-width: 992px) {
    .banner-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .banner-right-bottom {
        grid-template-columns: 1fr 1fr; /* 모바일/태블릿에서 자동 */
        gap: 16px;
    }
}


.icon-banner {
    margin-top: 18px; /* 모자이크 배너와 간격 */
    background: #0b7dbb; /* 스샷 느낌의 블루 */
    border-radius: 14px;
    padding: 26px 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    align-items: center;
}

/* 각 아이콘 메뉴 */
.icon-banner-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 6px 10px;
    min-height: 92px;
    position: relative;
}

/* 가운데 구분선 */
.icon-banner-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 14px;
    bottom: 14px;
    width: 1px;
    background: rgba(255,255,255,.25);
}

/* 텍스트 */
.icon-banner-item span {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    opacity: .95;
}

/* hover */
.icon-banner-item:hover {
    background: rgba(255,255,255,.08);
    border-radius: 12px;
}

/* 반응형 */
@media (max-width: 992px) {
    .icon-banner {
        grid-template-columns: repeat(2, 1fr);
        padding: 18px 14px;
    }

    .icon-banner-item:not(:last-child)::after {
        display: none; /* 모바일에선 구분선 제거 */
    }
}

.section-application {
    background: transparent;
}

.application-strip {
    background: #0b7dbb;
    width: 100%;
    padding: 56px 0;
}

.section-application .section-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

.icon-banner--full {
    background: transparent;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
}

.icon-banner--full .icon-banner-item {
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 18px 10px; /* 높이 조절 */
    min-height: 140px; /* 높이 조절 */

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    position: relative;
}

.icon-banner--full .icon-banner-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 22%;
    bottom: 22%;
    width: 1px;
    background: rgba(255,255,255,.25);
}

.icon-banner--full .icon-banner-item i {
  font-size: 64px;
  line-height: 1;
  opacity: .95;
}

.icon-banner--full .icon-banner-item svg.svg-inline--fa {
    width: 54px;
    height: 54px;
}

.icon-banner--full .icon-banner-item span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.icon-banner--full .icon-banner-item:hover {
    background: rgba(255,255,255,.08);
    border-radius: 14px;
}

@media (max-width: 992px) {
    .application-strip {
        height: auto;
        padding: 40px 0;
    }

    .icon-banner--full {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .icon-banner--full .icon-banner-item:not(:last-child)::after {
        display: none;
    }

    .icon-banner--full .icon-banner-item {
        min-height: 140px;
    }
}

.section-news {
    background: #fff;
    color: #111827;
}

.section-news .section-inner {
    position: relative;
    z-index: 2;
}

.news-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 24px;
    border-bottom: 1px solid #e5e7eb;
}

.news-header-title {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 2.2em;
    font-weight: 800;
    color: #505050;
    letter-spacing: -1px;
}

.news-more-icon {
    flex: 0 0 auto;
    margin-left: auto;
    white-space: nowrap;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #505050;
    color: #fff;
    border: 1px solid #505050;
    border-radius: 999px;
    box-shadow: 0 10px 20px rgba(17,24,39,.18);
    transition: .2s;
}

.news-more-icon i {
    font-size: 16px;
    transform: translateX(0);
    transition: .2s;
}

.news-more-icon:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    color: #ffffff;
}

.news-more-icon i {
    font-size: 16px;
    transition: .2s;
}

.news-more-icon:hover i {
    transform: translateX(2px);
}

.news-card-track {
    display: block;
    gap: 24px;
    transition: transform 0.6s ease;
    will-change: transform;
}

.news-card {
    min-width: 0;
    flex: 0 0 calc((100% - 72px) / 4);
    display: flex;
    flex-direction: column;
    text-align: left;
}

.news-card-wrapper {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e5e7eb;
}

.news-card-slider {
    overflow: visible !important;
    padding-bottom: 30px;
    margin-bottom: -30px;
}

.news-card-thumb {
    width: 100%;
    padding-top: 60%;
    position: relative;
}

.news-card-thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

.news-card a:hover .news-card-wrapper .news-card-thumb img {
    transform: scale(1.08);
}

.news-card-body {
    padding: 16px 18px 12px;
    border-top: 1px solid #e5e7eb;
}

.news-card-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-card-desc {
    font-size: 15px;
    color: #6b7280;
    height: 36px;
    overflow: hidden;
    min-height: 48px;
}

.news-card-footer {
    padding: 10px 18px 14px;
    font-size: 15px;
    color: #6b7280;
    border-top: 1px solid #e5e7eb;
}

@media (max-width: 991px) {
    .news-card {
        flex: 0 0 calc((100% - 24px) / 2); /* gap 1개 */
    }
}

@media (max-width: 576px) {
    .news-card {
        flex: 0 0 100%;
    }
}
.skiptranslate iframe {
    display:none;
}
