<meta charset="utf-8">
.main_visual { height: 100vh; }
.swiper { margin: 0; width: 100%; height: 900px; }
.main_visual .swiper-slide:nth-child(1n) { background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/IaoVzUMxtogcpzd.jpg); background-position: center; background-size: cover; }
.main_visual .swiper-slide:nth-child(2n) { background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/yxjX4ewm9Fjzmh2.jpg); background-position: center; background-size: cover; }
.main_visual .swiper-slide:nth-child(3n) { background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/nAcKFTTbhbWLh4j.jpg); background-position: center; background-size: cover; }
.main_visual .swiper-slide.video-slide,
.main_visual .swiper-slide.youtube-slide { background-image: none; }
.main_visual .swiper-slide .visual-tit { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; color: #fff; text-align: center; position: relative; z-index: 2;}
.main_visual .swiper-slide .title { display: block; font-weight: 500; transition: opacity 0.75s ease 0.75s; line-height: 1.1; font-size: 70px; margin-bottom: 20px; letter-spacing: -2px }
.main_visual .swiper-slide .description { font-size: 18px; color: #fff; transition: opacity 0.75s ease 0.75s; }
.main_visual .swiper-pagination { position: absolute; bottom: 80px; right: 80px; font-size: 16px; color: #fff; display: flex; align-items: center; }
.main_visual .swiper-pagination .current { font-size: 20px; margin: 0 10px; }
.main_visual .swiper-pagination .total { font-size: 20px; opacity: 0.8; margin: 0 10px; }
.main_visual .swiper-pagination .prev, .swiper-pagination .next { cursor: pointer; font-size: 28px; }

.video-background,
#youtube-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-slide::before,
.youtube-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}


/* 반응형 미디어 쿼리 */
@media screen and (max-width: 1200px) {
    .main_visual .swiper-slide .title {
        font-size: 60px;
        margin-bottom: 18px;
    }

    .main_visual .swiper-slide .description {
        font-size: 16px;
    }

    .main_visual .swiper-pagination {
        bottom: 60px;
        right: 60px;
    }
}

@media screen and (max-width: 992px) {
    .main_visual .swiper-slide .title {
        font-size: 50px;
        margin-bottom: 16px;
    }

    .main_visual .swiper-slide .description {
        font-size: 15px;
    }

    .main_visual .swiper-pagination {
        bottom: 50px;
        right: 50px;
    }

    .main_visual .swiper-pagination .current,
    .main_visual .swiper-pagination .total {
        font-size: 18px;
    }

    .main_visual .swiper-pagination .prev,
    .swiper-pagination .next {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    .main_visual {
        height: 80vh;
    }

    .swiper {
        height: 80vh;
    }

    .main_visual .swiper-slide .title {
        font-size: 40px;
        margin-bottom: 14px;
        line-height: 1.2;
    }

    .main_visual .swiper-slide .description {
        font-size: 14px;
    }

    .main_visual .swiper-pagination {
        bottom: 40px;
        right: 40px;
    }

    .main_visual .swiper-pagination .current,
    .main_visual .swiper-pagination .total {
        font-size: 16px;
    }

    .main_visual .swiper-pagination .prev,
    .swiper-pagination .next {
        font-size: 20px;
    }
}

@media screen and (max-width: 576px) {
    .main_visual {
        height: 60vh;
    }

    .swiper {
        height: 60vh;
    }

    .main_visual .swiper-slide .title {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .main_visual .swiper-slide .description {
        font-size: 14px;
        max-width: 250px;
        line-height: 20px;
    }

    .main_visual .swiper-pagination {
        bottom: 30px;
        right: 30px;
    }

    .main_visual .swiper-pagination .current,
    .main_visual .swiper-pagination .total {
        font-size: 14px;
    }

    .main_visual .swiper-pagination .prev,
    .swiper-pagination .next {
        font-size: 18px;
    }
}



.container { max-width: 1600px; margin: 0 auto; padding: 20px; }

    
.about { width: 100%; padding: 150px 0; }
.about h2 { text-align: center; margin-bottom: 20px; font-size: 50px; letter-spacing: -1px; word-break: keep-all }
.about p { text-align: center; color: #555; margin-bottom: 30px; font-size: 18px; font-weight: 400; word-break: keep-all}
.about .stats { display: flex; flex-wrap: wrap; justify-content: space-around; margin-top: 50px}
.about .stat-card { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 20px;  border-radius: 8px; width: calc(33.33% - 20px); margin-bottom: 20px; box-sizing: border-box; text-align: center; }
.about .stat-content { width: 100%; margin-bottom: 10px; }
.about .label { font-weight: 500; font-size: 18px; color: #1a1a1a }
.about .icon-value { display: flex; align-items: center; justify-content: center; width: 100%; }
.about .icon { flex-shrink: 0; width: 96px; height: 86px; margin-right: 10px; }
.about .icon img { width: 100%; height: 100%; object-fit: contain; }
.about .value { font-size: 42px; color: #000; font-weight: bold; width: 150px; text-align: left;  font-family: 'Spoqa Han Sans Neo', 'sans-serif'; }

@media (max-width: 768px) { 
    .about .stat-card { width: calc(50% - 20px); } 
    .about .stat-card { width: 100%; } 
    .about h2 { font-size: 35px}
    .about p { font-size: 16px; } 
}
    

    
/* Service Section */
.services {  width: 100%; padding: 0 0 200px 0 }
.section-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 48px; }
.section-header h2 { font-size: 45px}    
.section-title { font-size: 28px; font-weight: 600; }
.section-subtitle { color: #6B7280; font-size: 18px; margin-top: 8px; }
.view-all { padding: 8px 16px; background: #F3F4F6; border-radius: 6px; text-decoration: none; color: #4B5563; font-size: 14px; display: flex; align-items: center; gap: 8px; transition: all 0.2s; }
.view-all:hover { background: #E5E7EB; }
@media screen and (max-width: 768px) {
    .services { padding: 0 0 50px 0;}
    .section-header h2 { font-size: 32px}
}

/*Our Solutions*/
:root { --gallery-padding: 35px; } 
.gallery { display: flex; justify-content: space-between; height: 596px; overflow: hidden; gap: var(--gallery-padding); } 
.gallery-item { position: relative; height: 100%; width: calc(25% - var(--gallery-padding) * 3 / 4); overflow: hidden; transition: all 0.5s ease; cursor: pointer; border-radius: 10px; } 
.gallery-item::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.4); z-index: 1; } 
.gallery-item img { height: 100%; width: 100%; object-fit: cover; object-position: left; transition: all 0.5s ease; } 
.gallery-item-text, .section03 .gallery-item::after, .gallery-item .description, .gallery-item p { position: absolute; color: white; z-index: 2; transition: all 0.5s ease; } 
.gallery-item::after { content: attr(data-number); top: var(--gallery-padding); left: var(--gallery-padding); font-size: 16px; font-weight: 500; } 
.gallery-item .description { top: 340px; left: var(--gallery-padding); font-size: 18px; font-weight: normal; } 
.gallery-item-text { bottom: 120px; left: var(--gallery-padding); font-size: 37px; line-height: 1.3; font-weight: bold; } 
.gallery-item p { bottom: var(--gallery-padding); left: var(--gallery-padding); font-size: 18px; line-height: 1.65; max-width: 80%; margin: 0; }

@media screen and (max-width: 1200px) {
  .gallery { flex-wrap: wrap;  height: auto;  gap: 20px; margin-top: 20px; }
  .gallery-item { width: calc(50% - 10px);height: 300px; }
  .gallery-item img {object-position: center;}
  .gallery-item-text {font-size: 28px; bottom: 120px;}
  .gallery-item p {font-size: 16px;}
}

@media screen and (max-width: 768px) {
  .gallery { flex-wrap: wrap; height: auto; gap: 15px; }
  .gallery-item {width: 100%; height: 250px; }
  .gallery-item-text { font-size: 24px;}
  .gallery-item p { font-size: 14px; }
  .gallery-item .description {font-size: 16px;}
}

@media screen and (max-width: 480px) {
  .section-header { flex-direction: column; align-items: flex-start; gap: 16px; display: block; margin-bottom: 0;}
  .section-title {font-size: 24px;}
  .section-subtitle {font-size: 16px;}
  .view-all {font-size: 12px;padding:12px; margin-top: 20px;}
  .gallery-item {height: 200px; }
  .gallery-item-text {font-size: 20px;}
  .gallery-item p {font-size: 12px;}
  .gallery-item .description {font-size: 14px;}
}





/* Core Values Section */
.core-values { padding: 120px 0; background: linear-gradient(rgba(11, 21, 39, 0.6), rgba(11, 21, 39, 0.95)), url('../img/eOAtnpFCItT5QXU.jpg') center/cover fixed; color: white; text-align: center; }
.core-values h2 { font-size: 45px; font-weight: 600; margin-bottom: 20px; }
.core-values p { color: #E4E4E4;  margin-bottom: 50px}
.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; padding: 20px; }
.value-item { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.value-icon { position: relative; width: 250px; height: 250px; border: 1px solid #606060; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 3rem; cursor: pointer; transition: all 0.3s ease; overflow: hidden; }
.value-icon > div { transition: all 0.3s ease; margin-bottom: 0;}
.value-icon > div > img {width: 60px;}
.value-icon:hover { background-color: #4a90e2; }
.value-icon:hover > div { transform: translateY(-15px); margin-bottom: 5px; }
.value-icon p { position: absolute; width: 90%; color: transparent; font-size: 17px; line-height: 1.65; opacity: 0; transition: all 0.3s ease; padding-top: 120px; transform: translateY(20px); }
.value-icon:hover p { color: white; opacity: 1; transform: translateY(15px); }
.value-item h3 { font-size: 22px; margin-top: 20px; color: white; }


@media screen and (max-width: 480px) {
    .core-values h2 { font-size: 32px}
}


/* Recruitment Section */
.recruitment { padding: 80px 0; background-color: #0B1527; color: white; }
.recruitment-header { margin-bottom: 32px; padding-left: 10px }
.recruitment-header h2 { font-size: 35px; font-weight: 600; margin-bottom: 8px; }
.recruitment-header p {  color: #fff; opacity: 0.8}
.recruitment-grid { display: flex; gap: 24px; }
.recruitment-card { flex: 1; background: rgba(255, 255, 255, 0.08); padding: 30px; border-radius: 8px; }
.recruitment-card h3 { font-size: 20px; padding: 0 0 10px 0}    
.recruitment-card p {font-size: 18px; color: rgba(255, 255, 255, 0.7);}
    

@media screen and (max-width: 480px) {
  .recruitment-header h2 { font-size: 28px}
}
/* CS Center Section 수정 */
.cs-center { padding: 200px 0;}
.cs-container { display: flex; gap: 80px; }
.map-container { flex: 1; height: 400px; }
.map-container iframe { width: 100%; height: 100%; }
.cs-info { flex: 0 0 400px; display: flex; flex-direction: column; }
.cs-info h2 { font-size: 24px; font-weight: 700; margin-bottom: 24px; color: #111827; }
.contact-info { display: flex; flex-direction: column; gap: 24px; }
.contact-item { display: flex; flex-direction: column; gap: 12px; }
.contact-item .location { color: #111827; }
.contact-item .location h3 { font-size: 16px; font-weight: 600; margin-bottom: 4px; }
.contact-item .location p { font-size: 18px; color: #6B7280; }
.contact-item .phone { font-size: 28px; font-weight: 700; color: #111827; }
.contact-item .phone-info h3 { font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.contact-item .phone-info .phone { font-size: 24px; font-weight: 700; color: #111827; margin-bottom: 4px; }
.contact-item .phone-info .email { font-size: 14px; color: #6B7280; margin-bottom: 4px; }
.contact-item .phone-info .time { font-size: 14px; color: #6B7280; }
.cs-buttons { display: flex; gap: 12px; margin-top: auto; }
.cs-button { flex: 1; padding: 12px; background: #F3F4F6; border: none; border-radius: 6px; color: #4B5563; text-decoration: none; text-align: center; font-size: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; transition: all 0.2s; }
.cs-button.kakao { background-color: #fae100; }
.cs-button:hover { background: #E5E7EB; }
.cs-button .icon { width: 16px; height: 16px; }

/* 반응형 스타일 */
@media (max-width: 1024px) { 
    .cs-container { flex-direction: column; gap: 40px; } 
    .cs-info { flex: none; width: 100%; max-width: 600px; margin: 0 auto; }
}

@media (max-width: 768px) { 
    .cs-center { padding: 100px 0 0; } 
    .map-container { height: 300px; } 
    .contact-info { gap: 20px; } 
    .cs-buttons { flex-direction: column; margin-top: 20px; }
    .cs-button { width: 100%; } 
}

@media (max-width: 480px) { 
    .cs-center { padding: 0 0 60px 0; } 
    .map-container { height: 250px; } 
    .cs-info h2 { font-size: 20px; margin-bottom: 20px; } 
    .contact-item .phone-info .phone { font-size: 20px; } 
    .contact-item .location p { font-size: 16px; }
}





.notice-news { width: 100%; padding: 150px 0 0 0;}
.notice-news .container { display: flex; justify-content: space-between;}
.notice-news .left { width: 30%}
.notice-news .left h2 { font-size: 55px; font-weight: bold; max-width: 300px}
.notice-news .left .more_section{ position: relative; overflow: hidden; color: #777; font-size: 16px; font-weight: 500; line-height: 1.65; margin-top: 50px }
.notice-news .left .more_section .top_cont { display: flex; align-items: flex-end; justify-content: space-between; padding: 0; margin: 0 auto; }
.notice-news .left .more_section .view_btn { width: 212px; height: 75px; border: 1px solid #1465f4; border-radius: 40px; }
.notice-news .left .more_section .view_btn a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; padding-left: 74px; font-size: 18px; font-weight: 700; line-height: 2.1; transition: all .3s; position: relative; }
.notice-news .left .more_section .view_btn a:before { content: ''; position: absolute; left: 14px; top: 10px; width: 52px; height: 52px; background: #1465f4; border-radius: 30px; transition: all .2s; z-index: -1; }
.notice-news .left .more_section .view_btn a:hover:before { width: 100%; height: 100%; left: 0; top: 0; border-radius: 50px; }
.notice-news .left .more_section .view_btn a:hover { color: #fff; }
.notice-news .left .more_section .view_btn a span {position: absolute; top: 17px; left: 30px; color: #fff;transition: all .3s;}
.notice-news .left .more_section .view_btn a:hover span { left: 45px; }
.notice-news .right { width: 70%}


@media all and (max-width: 768px) { 
    .notice-news .container { display: block}
    .notice-news .left { width: 100%; margin-bottom: 20px}
    .notice-news .right { width: 100%}
}



@media all and (max-width: 576px) {
    .notice-news {padding:  50px 0}
    .notice-news .left h2 { font-size: 32px}
    .notice-news .left .more_section .view_btn {width: 170px; height: 55px;border: 1px solid #1465f4; border-radius: 40px;}
    .notice-news .left .more_section .view_btn a { padding-left: 44px; font-size: 16px;  }
    .notice-news .left .more_section .view_btn a:before { width: 32px; height: 32px}
    .notice-news .left .more_section .view_btn a span {top: 10px; left: 24px;}

}






/* Notice Section */
.notice { padding: 200px 0; }
.notice-grid { gap: 24px; }
.notice-card { flex: 1; background: white; border: 1px solid #E5E7EB; border-radius: 8px; padding: 24px; }
.notice-card.active { background: #0B1527; color: white; }

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .container { padding: 0 40px; }
    .service-card { min-width: calc(50% - 12px); }
    .values-grid, .recruitment-grid, .notice-grid { flex-wrap: wrap; }
    .value-item, .recruitment-card, .notice-card { flex: 0 0 calc(50% - 12px); }
}

@media (max-width: 768px) {
    .notice { padding: 70px 0; }
    .container { padding: 0 20px; }
    .service-card, .value-item, .recruitment-card, .notice-card { flex: 0 0 100%; }
    .cs-center { flex-direction: column; }
}


.notice

.notice.more_section{ position: relative; overflow: hidden; color: #777; font-size: 16px; font-weight: 500; line-height: 1.65; margin-top: 50px }
.notice .more_section .top_cont { display: flex; align-items: flex-end; justify-content: space-between; padding: 0; margin: 0 auto; }
.notice .more_section .view_btn { width: 212px; height: 75px; border: 1px solid #1465f4; border-radius: 40px; }
.notice .more_section .view_btn a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; padding-left: 74px; font-size: 18px; font-weight: 700; line-height: 2.1; transition: all .3s; position: relative; }
.notice .more_section .view_btn a:before { content: ''; position: absolute; left: 14px; top: 10px; width: 52px; height: 52px; background: #1465f4; border-radius: 30px; transition: all .2s; z-index: -1; }
.notice .more_section .view_btn a:hover:before { width: 100%; height: 100%; left: 0; top: 0; border-radius: 50px; }
.notice .more_section .view_btn a:hover { color: #fff; }
.notice .more_section .view_btn a span {position: absolute; top: 17px; left: 30px; color: #fff;transition: all .3s;}
.notice .more_section .view_btn a:hover span { left: 45px; }