/* ================= HEADER ================= */
.hc-wrap .header {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    z-index: 100;
}

.hc-wrap .header .inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}

.hc-wrap .logo-area {
    display: flex;
    align-items: center;
}

.hc-wrap .logo-img {
    height: 48px;
}

.hc-wrap .menu {
    display: flex;
}

.hc-wrap .menu > li {
    width: 193px;
    text-align: center;
}

.hc-wrap .menu > li > a {
    font-size: 18px;
    color: #222;
}

.hc-wrap .submenu-wrap {
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    border-top: 1px solid #ddd;
    background: #eef1f5;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.35s ease;
    overflow: hidden;
}

.hc-wrap .submenu-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc((100% - 1300px) / 2 + 620px);
    height: 100%;
    background: url("../images/index/submenu-bg.png") left center no-repeat;
    background-size: cover;
    z-index: 0;
}

.hc-wrap .header:hover .submenu-wrap {
    transform: scaleY(1);
}

.hc-wrap .submenu-inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    padding: 40px 0;
    position: relative;
    z-index: 1;
}

.hc-wrap .submenu-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 100px;
    color: #fff;
}

.hc-wrap .submenu-left h3 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 14px;
}

.hc-wrap .submenu-left p {
    font-size: 17px;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
}

.hc-wrap .submenu-right {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 193px);
    justify-content: end;
}

.hc-wrap .submenu-col ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.hc-wrap .submenu-col a {
    font-size: 16px;
    color: #333;
}

.hc-wrap .submenu-col a:hover {
    color: #1f6fd8;
}

.hc-wrap .menu-toggle {
    display: none;
}

.hc-wrap .mobile-nav {
    display: none;
}

/* ================= MAIN BANNER ================= */
:root {
    --container-padding: 300px;
}

.hc-wrap .main-banner {
    position: relative;
    width: 100%;
    background: #E2E6FF;
    overflow: hidden;
}

.hc-wrap .banner-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 100%;
    margin: 0 auto;
    padding: 0 var(--container-padding);
    z-index: 2;
}

.hc-wrap .banner-ui {
    position: absolute;
    left: var(--container-padding);
    bottom: 80px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 4px 10px;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.hc-wrap .banner-control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 40px;
}

.hc-wrap .ctrl-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s ease;
}

.hc-wrap .ctrl-btn svg {
    width: 20px;
    height: 20px;
    stroke: #333;
    stroke-width: 2;
    fill: none;
}

.hc-wrap .ctrl-btn.pause svg rect {
    fill: #666;
}

.hc-wrap .pagination {
    font-size: 16px;
    font-weight: 500;
    color: #666;
}

.hc-wrap .pagination strong {
    color: #e94b6c; /* 현재 페이지 강조 */
}

.hc-wrap .banner-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 100%;
    margin: 0 auto;
    padding: 0 var(--container-padding);
    z-index: 2;

}

.hc-wrap .banner-left {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}

.hc-wrap .banner-text {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.hc-wrap .banner-text h2 {
    font-size: 50px;
    line-height: 1.3;
    font-weight: 600;
}

.hc-wrap .banner-text h2 span {
    color: #368ACC;
}


.hc-wrap .btn-primary,
.hc-wrap .btn-secondary {
    width: 260px;
    height: 60px;
    border-radius: 12px;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.hc-wrap .btn-primary,
.hc-wrap .btn-secondary {
    background: #6CB1FF;
    color: #fff;
}

.hc-wrap .btn-primary:hover,
.hc-wrap .btn-secondary:hover {
    background: #5b86c5;
}

.hc-wrap .banner-right {
    display: flex;
    justify-content: flex-end;
}

.hc-wrap .banner-card {
    display: flex;
    align-items: center;
    width: 320px;
}

.hc-wrap .card-inner {
    width: 100%;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* 카드 이미지 영역 (placeholder) */
.hc-wrap .card-image {
    width: 100%;
    height: 240px;
    border-radius: 18px;
    overflow: hidden;
    background: #f2f4f8;
}

.hc-wrap .card-image img {
    width: 100%;
    height: 100%;      /* 핵심 */
    object-fit: cover; /* 비율 유지하면서 채움 */
    display: block;
}

/* 버튼 영역 */
.hc-wrap .card-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hc-wrap .card-buttons .btn-primary,
.hc-wrap .card-buttons .btn-secondary {
    width: 100%;
    height: 56px;
    font-size: 20px;
}

.hc-wrap .main-banner {
    overflow: hidden;
}

.hc-wrap .banner-track {
    display: flex;
    width: 300%; /* 2개 + 복제 1개 */
    transition: transform 0.6s ease;
}

.hc-wrap .banner-slide {
    position: relative;

    width: 33.3333%;
    min-height: 650px;

    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

/* 슬라이드별 배경 이미지 */
.hc-wrap .slide-01 {
    background-image: url("../images/index/main-banner-01.png");
}

.hc-wrap .slide-02 {
    background-image: url("../images/index/main-banner-02.png");
}

/* ================= MAIN BOARD ================= */
.hc-wrap .main-board {
    padding: 100px 0;
    background: #ffffff;
}

.hc-wrap .board-inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 80px;
}

.hc-wrap .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.hc-wrap .section-header h2 {
    font-size: 30px;
    font-weight: 600;
}

.hc-wrap .section-header .more {
    font-size: 15px;
    color: #555;
}

.hc-wrap .section-header .more:hover {
    color: #1f6fd8;
}

/* ================= 공지사항 ================= */
.hc-wrap .notice-section {
    flex: 1;
}

.hc-wrap .notice-list {
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
}

.hc-wrap .notice-list li {
    border-bottom: 1px solid #e5e5e5;
}

.hc-wrap .notice-list a {
    display: flex;
    align-items: center;
    padding: 20px;
    font-size: 17px;
    color: #333;
}

.hc-wrap .notice-list a:hover {
    background: #f9fafc;
}

.hc-wrap .notice-list .title {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hc-wrap .notice-list .date {
    width: 110px;
    text-align: right;
    color: #888;
    flex-shrink: 0;
}

/* ================= 일자리 정보 ================= */
.hc-wrap .job-section {
    flex: 1;
}

.hc-wrap .job-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.hc-wrap .job-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 270px;
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
    padding: 35px 15px;
}

.hc-wrap .job-title {
    font-size: 17px;
    color: #333;
}

.hc-wrap .job-date {
    font-size: 15px;
    text-align: end;
    color: #888;
}

/* ================= PHOTO GALLERY ================= */
.hc-wrap .main-gallery {
    padding: 0 0 100px 0;
    background: #ffffff;
}

.hc-wrap .gallery-inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.hc-wrap .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
}

.hc-wrap .gallery-card {
    width: 100%;
    cursor: pointer;
}

.hc-wrap .gallery-img {
    aspect-ratio: 4 / 3;
    background: #dcdcdc;
    border-radius: 20px;
    margin-bottom: 10px;
    overflow: hidden;
}

.hc-wrap .gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hc-wrap .gallery-title {
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hc-wrap .gallery-card:hover .gallery-img {
    transform: translateY(-6px);
    transition: 0.3s ease;
}

/* ================= SERVICE SECTION ================= */
.hc-wrap .main-service {
    background: #f3f4f6; /* 회색 배경 */
    padding: 100px 0;
}

.hc-wrap .service-inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.hc-wrap .service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.hc-wrap .service-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 280px;
    transition: 0.3s ease;
    cursor: pointer;

    background-repeat: no-repeat;
    background-position: right 20px bottom 20px;
}

.service-01{
    background-image:url("../images/index/service-01.png");
}

.service-02{
    background-image:url("../images/index/service-02.png");
}

.service-03{
    background-image:url("../images/index/service-03.png");
}

.service-04{
    background-image:url("../images/index/service-04.png");
}

.hc-wrap .service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.hc-wrap .service-text h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.hc-wrap .service-text p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

/* ================= PARTNER SLIDER ================= */
.hc-wrap .main-partner {
    background: #fff;
    padding: 40px 0;
    overflow: hidden;
}

.hc-wrap .partner-inner {
    width: 100%;
}

.hc-wrap .partner-track {
    display: flex;
    width: fit-content;
    animation: partnerSlide 40s linear infinite;
}

.hc-wrap .partner-item {
    flex: 0 0 auto;
    width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hc-wrap .partner-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.hc-wrap .partner-item img {
    max-width: 160px;
    opacity: 0.8;
    transition: 0.3s ease;
}

.hc-wrap .partner-item a:hover img {
    opacity: 1;
}

@keyframes partnerSlide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* ================= FOOTER ================= */
.hc-wrap .footer {
    border-top: 1px solid #e5e5e5;
    padding: 60px 0;
}

.hc-wrap .footer-inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hc-wrap .footer-logo {
    height: 42px;
    margin-bottom: 20px;
}

.hc-wrap .footer-m {
    display: none;
}

.hc-wrap .footer-info {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
}

.hc-wrap .footer-copy {
    color: #777;
}

.hc-wrap .footer-right {
    display: flex;
    gap: 40px;
    font-size: 15px;
}

.hc-wrap .footer-right a {
    font-size: 18px;
    color: #555;
}

.hc-wrap .footer-right a:hover {
    color: #1f6fd8;
}
