/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */

/* Body 여백 제거 */
body {
    margin: 0 !important;
    padding: 0 !important;
}

/* 풀와이드 레이아웃 */
.body-inner {
    width: 100%;
    overflow-x: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

/* Wrapper 여백 제거 */
#wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

/* 특징 섹션 - 슬라이더 위로 올리기 */
#ts-features-light {
    position: relative;
    margin-top: -180px;
    z-index: 10;
}

.ts-features-light .feature-light-row {
    padding: 20px 0;
    margin: 0 15px;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

/* 특징 섹션 중간 분할선 */
.ts-features-light .border-left {
    border-left: 1px solid #e0e0e0 !important;
}

.main-contents {
    width: 100%;
    margin: 0;
    padding: 0;
}

.main-contents section {
    width: 100%;
    margin: 0;
}

/* 메인 슬라이더 풀와이드 */
.main-slider-top {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* 슬라이더 높이 증가 */
.main-slider-top .carousel-item,
.main-slider-top .owl-carousel .owl-stage-outer,
.main-slider-top .slider-item {
    min-height: 600px;
}

/* 섹션별 스타일 */
#ts-features-light,
#ts-service-area,
#ts-services,
#ts-facts-area,
#call-to-action {
    width: 100%;
}

/* 상단 메뉴 중앙 정렬 및 스타일 */
.site-nav-inner .navbar-nav {
    display: flex;
    justify-content: center !important;
    align-items: center;
    width: 100%;
}

.site-nav-inner .nav-item {
    margin: 0 15px;
    position: relative;
}

.site-nav-inner .nav-link {
    padding: 20px 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
    letter-spacing: -0.5px !important;
}

/* Hover 효과 - 녹색 밑줄 */
.site-nav-inner .nav-link:hover,
.site-nav-inner .nav-link:focus,
.site-nav-inner .nav-item.active .nav-link {
    color: #7ab730 !important;
}

/* 모든 기존 ::after 제거 (중복 방지) */
.site-nav-inner .nav-link::after,
.site-nav-inner .nav-link:hover::after,
.site-nav-inner .nav-link:focus::after,
.site-nav-inner .nav-item.active .nav-link::after {
    display: none !important;
    content: none !important;
}

/* nav-item에만 연두색 바 1개 표시 */
.site-nav-inner .nav-item:hover::after,
.site-nav-inner .nav-item.active::after {
    content: '' !important;
    position: absolute !important;
    bottom: 5px !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background-color: #7ab730 !important;
    animation: slideIn 0.3s ease !important;
    display: block !important;
}

@keyframes slideIn {
    from {
        width: 0;
        left: 50%;
    }
    to {
        width: 100%;
        left: 0;
    }
}

/* 네비게이션 컨테이너 중앙 정렬 */
.site-navigation .container {
    display: flex;
    justify-content: center;
}

.site-navigation .navbar {
    width: 100%;
}

.site-navigation .navbar-collapse {
    justify-content: center !important;
}

/* 드롭다운 메뉴도 중앙 정렬 */
.site-nav-inner .dropdown-menu {
    text-align: center;
}

/* 데스크톱에서 모바일 햄버거 메뉴 숨김 */
.navbar-mobile-toggler {
    display: none;
}

/* 페이지 배너 영역 풀와이드 */
.banner-area {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
    display: flex !important;
    align-items: center !important;
    margin-bottom: 60px !important;
}

.banner-area .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

/* 배너 이후 콘텐츠 여백 */
.main-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.banner-heading {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-title {
    color: #fff !important;
    font-size: 48px !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
}

.banner-area .breadcrumb {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-content: center !important;
    color: #fff !important;
    font-size: 18px !important;
}

.banner-area .breadcrumb li {
    color: #fff !important;
}

/* m21 페이지 콘텐츠 래퍼 */
.m21-content-wrapper {
    padding-top: 100px;
}

/* 태블릿 반응형 */
@media (max-width: 1199px) and (min-width: 992px) {
    .banner-area {
        height: 300px !important;
        min-height: 300px !important;
        max-height: 300px !important;
    }

    .banner-title {
        font-size: 40px !important;
    }
}

/* 모바일 반응형 */
@media (max-width: 991px) {
    /* 배너 영역 모바일 */
    .banner-area {
        height: 250px !important;
        min-height: 250px !important;
        max-height: 250px !important;
    }

    .banner-title {
        font-size: 32px !important;
    }

    .banner-area .breadcrumb {
        font-size: 14px !important;
    }

    /* History 섹션 위 여백 모바일 */
    .history-spacer {
        height: 0px !important;
    }

    /* Location 섹션 위 여백 모바일 */
    .location-spacer {
        height: 0px !important;
    }

    /* m21 페이지 콘텐츠 래퍼 모바일 */
    .m21-content-wrapper {
        padding-top: 0px !important;
    }

    /* m21 페이지 탭 섹션 위 여백 모바일 */
    .m21-tab-spacer {
        height: 0px !important;
    }

    /* PC 헤더의 로그인/관리자 버튼 숨김 */
    .logo-area .top-info,
    .top-info,
    .logo-area .col-lg-9 .top-info {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
    }

    /* 로고 영역 전체 너비 */
    .logo-area .col-lg-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .logo-area .col-lg-9 {
        display: none !important;
    }

    /* PC 네비게이션 숨김 - 햄버거 메뉴만 사용 */
    .site-navigation {
        display: none !important;
    }

    /* 모바일 - 특징 섹션이 슬라이더와 겹치지 않게 */
    #ts-features-light {
        margin-top: 30px !important;
    }

    /* 모바일 - 분할선 제거 */
    .ts-features-light .border-left {
        border-left: none !important;
    }

    /* 모바일 - 슬라이더 높이 조정 */
    .main-slider-top .carousel-item,
    .main-slider-top .owl-carousel .owl-stage-outer,
    .main-slider-top .slider-item {
        min-height: 400px;
    }

    /* 모바일 햄버거 메뉴 버튼 */
    .navbar-mobile-toggler {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 9999;
        background: #000 !important;
        border: 2px solid rgba(255,255,255,0.3) !important;
        padding: 12px 14px;
        border-radius: 4px;
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(0,0,0,0.4);
        width: 50px;
        height: 50px;
    }

    /* 햄버거 아이콘 숨김 */
    .navbar-mobile-toggler i {
        display: none !important;
    }

    /* 햄버거 3줄 만들기 */
    .navbar-mobile-toggler::before,
    .navbar-mobile-toggler::after {
        content: '';
        display: block;
        width: 26px;
        height: 3px;
        background: #fff;
        transition: all 0.3s;
    }

    .navbar-mobile-toggler::before {
        box-shadow: 0 8px 0 #fff;
        margin-bottom: 8px;
    }

    .navbar-mobile-toggler::after {
        margin-top: 5px;
    }

    .navbar-mobile-toggler:hover {
        background: #1a1a1a !important;
        border-color: #7ab730 !important;
    }

    .navbar-mobile-toggler:hover::before,
    .navbar-mobile-toggler:hover::after {
        background: #7ab730;
    }

    .navbar-mobile-toggler:hover::before {
        box-shadow: 0 8px 0 #7ab730;
    }

    /* 모바일 메뉴 오프캔버스 */
    .offcanvas,
    .offcanvas-start,
    .offcanvas-end {
        background: #2d3e50 !important;
        width: 280px !important;
    }

    .offcanvas-header {
        background: #2d3e50 !important;
        border-bottom: 1px solid rgba(255,255,255,0.1) !important;
        padding: 20px 25px !important;
    }

    .offcanvas-body {
        background: #2d3e50 !important;
        padding: 0 !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .offcanvas-title {
        color: #fff !important;
        font-size: 18px !important;
        font-weight: 400 !important;
    }

    .btn-close {
        filter: invert(1) !important;
        opacity: 1 !important;
    }

    /* 모바일 메뉴 리스트 */
    .mobile-nav {
        flex: 1 !important;
        overflow-y: auto !important;
    }

    .mobile-menu-list {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .mobile-menu-item {
        border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    }

    .mobile-menu-link {
        display: block !important;
        padding: 18px 25px !important;
        color: #fff !important;
        text-decoration: none !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        transition: all 0.3s !important;
    }

    .mobile-menu-link:hover {
        background: rgba(255,255,255,0.05) !important;
        color: #7ab730 !important;
    }

    /* 모바일 서브메뉴 */
    .mobile-submenu {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        background: rgba(0,0,0,0.2) !important;
        display: none !important;
    }

    .mobile-menu-item:hover .mobile-submenu {
        display: block !important;
    }

    .mobile-submenu-item {
        border-bottom: 1px solid rgba(255,255,255,0.05) !important;
    }

    .mobile-submenu-item:last-child {
        border-bottom: none !important;
    }

    .mobile-submenu-link {
        display: block !important;
        padding: 12px 25px 12px 40px !important;
        color: rgba(255,255,255,0.8) !important;
        text-decoration: none !important;
        font-size: 14px !important;
        transition: all 0.3s !important;
    }

    .mobile-submenu-link:hover {
        background: rgba(255,255,255,0.05) !important;
        color: #7ab730 !important;
    }

    /* 모바일 하단 버튼 */
    .mobile-bottom-menu {
        border-top: 1px solid rgba(255,255,255,0.1) !important;
        padding: 15px !important;
        background: #253447 !important;
    }

    .mobile-user-btn {
        display: block !important;
        padding: 12px 15px !important;
        margin-bottom: 8px !important;
        background: rgba(255,255,255,0.1) !important;
        color: #fff !important;
        text-decoration: none !important;
        text-align: center !important;
        border-radius: 4px !important;
        font-size: 14px !important;
        transition: all 0.3s !important;
    }

    .mobile-user-btn:last-child {
        margin-bottom: 0 !important;
    }

    .mobile-user-btn:hover {
        background: #7ab730 !important;
        color: #fff !important;
    }

    .mobile-user-btn i {
        margin-right: 5px !important;
    }
}

/* 푸터 배경 이미지 */
.footer {
    background: #2d3e50 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    width: 100% !important;
}

.footer-main {
    background: url(../image/footer-bg.png) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 60px 0 40px !important;
    position: relative !important;
    margin-bottom: 0 !important;
    width: 100% !important;
}

.footer-main.bg-overlay:after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.7) !important;
    z-index: 0 !important;
}

.footer-main .container {
    position: relative !important;
    z-index: 1 !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
}

.footer-main .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -15px !important;
}

.footer-main .col-lg-5,
.footer-main .col-lg-7,
.footer-main .col-md-12,
.footer-main .col-md-6 {
    padding: 0 15px !important;
}

.footer-main .col-lg-5 {
    flex: 0 0 41.666667% !important;
    max-width: 41.666667% !important;
}

.footer-main .col-lg-7 {
    flex: 0 0 58.333333% !important;
    max-width: 58.333333% !important;
}

.footer-widget {
    color: #fff !important;
}

.footer-widget h3,
.footer-widget p,
.footer-widget a {
    color: #fff !important;
}

.footer-logo {
    margin-bottom: 20px !important;
}

.footer-logo img {
    max-width: 200px !important;
    height: auto !important;
}

.footer-about p {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 10px !important;
}

@media (max-width: 991px) {
    .footer-main .col-lg-5,
    .footer-main .col-lg-7 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* 푸터 연락처 정보 */
.ts-contact-info {
    margin-bottom: 25px !important;
    overflow: hidden !important;
    clear: both !important;
}

.ts-contact-info .ts-contact-icon {
    float: left !important;
    font-size: 36px !important;
    color: #7ab730 !important;
    margin-right: 20px !important;
    width: 50px !important;
    text-align: center !important;
}

.ts-contact-info .ts-contact-icon i {
    color: #7ab730 !important;
    display: block !important;
}

.ts-contact-info .float-left {
    float: left !important;
}

.ts-contact-info .ts-contact-content {
    overflow: hidden !important;
    display: block !important;
}

.ts-contact-info .ts-contact-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}

.ts-contact-info .ts-contact-content p {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
}

.ts-contact-info.last {
    margin-bottom: 0 !important;
}

/* 푸터 기타 요소 */
.footer-widget.footer-about {
    margin-bottom: 20px !important;
}

.footer .adm-edit-btn {
    position: relative !important;
}

/* 자료실 바로가기 섹션 배경 */
.ts-facts-area-bg {
    background-image: url("../image/parallax/parallax1.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 65px 0 !important;
    color: #ffffff !important;
    position: relative !important;
    filter: brightness(1.2) !important;
}

.ts-facts-area-bg.bg-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.ts-facts-area-bg .container {
    position: relative;
    z-index: 1;
}

.ts-facts-area-bg h4 {
    color: #fff !important;
    margin-bottom: 20px !important;
    line-height: 1.8 !important;
}

.ts-facts-area-bg h2 {
    color: #fff !important;
    margin-top: 10px !important;
    line-height: 1.8 !important;
}

.ts-facts-area-bg h2 a {
    color: #fff !important;
}

.ts-facts-area-bg h2 a:hover {
    color: #7ab730 !important;
}

/* 고객센터 섹션 */
.call-to-action-bg {
    padding: 30px 20px !important;
    background: #5f9f3c !important;
}

.call-to-action-title {
    font-size: 32px !important;
    font-weight: bold !important;
    color: #fff !important;
    margin-bottom: 10px !important;
}

.call-to-action-bg p {
    color: #fff !important;
    font-size: 16px !important;
    margin-bottom: 0 !important;
}

.call-to-action-bg .btn-box {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px 35px !important;
    background: #1e2227 !important;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    line-height: 1.4 !important;
    min-width: 280px !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.call-to-action-bg .btn-box:hover {
    background: #000 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3) !important;
    color: #fff !important;
}

.call-to-action-bg .btn-box i {
    font-size: 24px !important;
    display: inline-block !important;
    margin-right: 10px !important;
    margin-bottom: 0 !important;
    vertical-align: middle !important;
}

/* 라이트박스 스타일 */
.lightbox {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    justify-content: center;
    align-items: center;
}

.lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lightbox-content img {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
    border: 3px solid rgba(255, 255, 255, 0.1);
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 100000;
    transition: 0.3s;
}

.lightbox-close:hover {
    color: #bbb;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    padding: 20px;
    user-select: none;
    transition: 0.3s;
    z-index: 100000;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}

.lightbox-counter {
    color: white;
    font-size: 16px;
    margin-top: 15px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 8px 15px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .lightbox-prev,
    .lightbox-next {
        font-size: 30px;
        padding: 10px;
    }

    .lightbox-close {
        top: 10px;
        right: 15px;
        font-size: 30px;
    }
}

/* 중복 Back to Top 버튼 숨김 */
.back-to-top {
    display: none !important;
}

/* eb-backtotop은 유지 (필요시) */
.eb-backtotop {
    position: fixed !important;
    right: 20px !important;
    bottom: 20px !important;
    z-index: 9999 !important;
    width: 50px !important;
    height: 50px !important;
}

/* 상담 신청 버튼 위치 조정 */
.counsel-btn {
    position: fixed !important;
    right: 20px !important;
    bottom: 80px !important;
    z-index: 9998 !important;
}

/* 사이드바 버튼들 위치 조정 */
.sidebar-user-btn,
.navbar-mobile-toggler {
    z-index: 9997 !important;
}

/* 작은 모바일 반응형 */
@media (max-width: 576px) {
    .banner-area {
        height: 200px !important;
        min-height: 200px !important;
        max-height: 200px !important;
    }

    .banner-title {
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }

    .banner-area .breadcrumb {
        font-size: 12px !important;
    }
}

/* 파트너 배너 스크롤 */
.partner-banner-section {
    padding: 20px 0;
    background: #f8f8f8;
    overflow: hidden;
}

.partner-banner-wrapper {
    overflow: hidden;
    position: relative;
}

.partner-banner-track {
    display: flex;
    animation: scrollLeft 30s linear infinite;
    width: fit-content;
}

.partner-banner-track:hover {
    animation-play-state: paused;
}

.partner-banner-slide {
    flex: 0 0 auto;
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-banner-slide a {
    display: block;
    transition: transform 0.3s ease, opacity 0.3s ease;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.partner-banner-slide a:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

.partner-banner-slide img {
    height: 60px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* 모바일 파트너 배너 */
@media (max-width: 991px) {
    .partner-banner-section {
        padding: 15px 0;
    }

    .partner-banner-slide {
        margin: 0 15px;
    }

    .partner-banner-slide img {
        height: 50px;
        max-width: 150px;
    }

    .partner-banner-track {
        animation-duration: 20s;
    }
}

@media (max-width: 576px) {
    .partner-banner-section {
        padding: 10px 0;
    }

    .partner-banner-slide {
        margin: 0 10px;
    }

    .partner-banner-slide img {
        height: 40px;
        max-width: 120px;
    }

    .partner-banner-track {
        animation-duration: 15s;
    }
}

/* 대표 실적 안내 섹션 */
.works-section-title {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 40px !important;
}

.works-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #4CAF50;
}

.works-latest {
    width: 100%;
}

.works-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.works-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.works-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.works-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.works-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works-content {
    padding: 20px;
}

.works-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}

.works-features {
    text-align: left;
}

.works-feature-item {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.8;
    margin-bottom: 5px;
}

.works-feature-item i {
    color: #4CAF50;
    margin-right: 5px;
}

.works-more-wrap {
    text-align: center;
    padding: 20px 0;
}

.works-more-btn {
    display: inline-block;
    padding: 12px 40px;
    background: #4CAF50;
    color: #fff !important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.works-more-btn:hover {
    background: #45a049;
    color: #fff !important;
    text-decoration: none;
}

.works-empty {
    text-align: center;
    padding: 60px 20px;
    color: #999;
    font-size: 1rem;
}

/* 태블릿 */
@media (max-width: 991px) {
    .works-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .works-img {
        height: 200px;
    }
}

/* 모바일 */
@media (max-width: 767px) {
    .works-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .works-img {
        height: 220px;
    }

    .works-title {
        font-size: 1.125rem;
    }
}

/* EB최신글 Gallery 스킨 (대표 실적 안내) */
.works-latest-eb {
    width: 100%;
}

.works-grid-eb {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.works-card-eb {
    background: #fff;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.works-card-eb:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.works-img-eb {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.works-img-eb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works-content-eb {
    padding: 20px;
}

.works-title-eb {
    font-size: 1.25rem;
    font-weight: 600;
    color: #292929;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: -0.02em;
}

.works-features-eb {
    text-align: left;
}

.works-feature-item-eb {
    color: #525252;
    font-size: 0.875rem;
    line-height: 1.8;
    margin-bottom: 5px;
    letter-spacing: -0.02em;
}

.works-feature-item-eb i {
    color: #4CAF50;
    margin-right: 5px;
}

.works-more-wrap-eb {
    text-align: center;
    padding: 20px 0;
}

.works-more-btn-eb {
    display: inline-block;
    padding: 12px 40px;
    background: #4CAF50;
    color: #fff !important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.works-more-btn-eb:hover {
    background: #45a049;
    color: #fff !important;
    text-decoration: none;
}

/* 태블릿 */
@media (max-width: 991px) {
    .works-grid-eb {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .works-img-eb {
        height: 200px;
    }
}

/* 모바일 */
@media (max-width: 767px) {
    .works-grid-eb {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .works-img-eb {
        height: 220px;
    }

    .works-title-eb {
        font-size: 1.125rem;
    }
}

/* 모든 기기에서 3개로 제한 */
.works-card-eb:nth-child(n+4) {
    display: none !important;
}

/* m31 페이지 (시험 성적서) */
.m31-content-wrapper {
    padding: 100px 0 50px 0;
}

.section-subtitle {
    font-size: 1rem;
    color: #666;
    margin-bottom: 10px;
    font-weight: 400;
}

.section-main-title {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.section-title-underline {
    width: 60px;
    height: 3px;
    background: #7ab730;
    margin: 0 auto 40px;
}

.report-section {
    padding: 20px 0 50px 0;
}

.report-section img {
    width: 100%;
    height: auto;
}

/* m32 게시판 (특허기술) 상단 여백 */
body.bo_m32 #container {
    padding-top: 70px;
}

@media (max-width: 767px) {
    .m31-content-wrapper {
        padding: 50px 0 30px 0;
    }

    .section-subtitle {
        font-size: 0.875rem;
    }

    .section-main-title {
        font-size: 1.5rem;
    }

    .report-section {
        padding: 30px 0;
    }

    body.bo_m32 #container {
        padding-top: 50px;
    }
}

/* 특허 및 시험성적서 탭 */
.report_container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    pointer-events: auto;
}

.report_list {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 100;
}

.report_list ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 100;
}

.report_list li {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 100;
}

.report_list li a {
    display: block;
    padding: 15px 20px;
    font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
    background: #999;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 100;
    cursor: pointer;
}

.report_list li:first-child a {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.report_list li.on a {
    background: #7ab730;
    color: #fff;
}

.report_list li a:hover {
    background: #888;
    color: #fff;
    text-decoration: none;
}

.report_list li.on a:hover {
    background: #6a9e28;
}

/* 배너 영역 position 조정 */
.banner-area {
    position: relative;
}

/* 모바일 반응형 */
@media (max-width: 767px) {
    .report_list li a {
        font-size: 1rem;
        padding: 12px 10px;
    }
}