
    /* Remove default blue color and underline from anchor tags */
    a.product-card { text-decoration: none !important; color: inherit !important; }

    /* Search Section */
    .search-section { width: 100%; background-color: #fff; padding: 60px 0 40px; }
    .search-section h2 { font-size: 32px; font-weight: 700; color: #333; margin-bottom: 25px; text-align: center; }
    .search-section h2 span { color: #2E7D32; font-weight: 800; }
    .search-icon-big svg { stroke: #2E7D32; }
    
    .search-inner { max-width: 1100px; margin: 0 auto; padding: 0 20px; text-align: center; box-sizing: border-box; }
    .search-container { position: relative; max-width: 720px; margin: 0 auto; width: 100%; }
    .main-search { width: 100% !important; padding: 18px 65px 18px 25px !important; font-size: 16px; border: 2px solid #27ae60 !important; border-radius: 40px; box-sizing: border-box; outline: none; box-shadow: 0 4px 12px rgba(0,0,0,0.06); }
    .search-icon-big { position: absolute; right: 25px; top: 50%; transform: translateY(-50%); color: #27ae60; display: flex; align-items: center; pointer-events: none; }
    
    .search-tags { margin-top: 20px; display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
    .tag { background: #f5f5f5; padding: 6px 14px; border-radius: 20px; font-size: 13px; color: #777; cursor: pointer; border: 1px solid #eee; transition: all 0.2s; }
    .tag:hover { background: #eef9f1; color: #27ae60; border-color: #27ae60; }

    /* Expert Hipass & Consultation Cases - Common Layout */
    .expert-section, .counsel-section.actCon2 { 
        width: 100% !important; 
        max-width: 1100px !important; 
        margin: 0 auto !important; 
        padding-left: 20px !important; 
        padding-right: 20px !important; 
        box-sizing: border-box !important; 
        overflow: hidden; 
    }
    .section-main-title { 
        text-align: left !important; 
        margin-left: 0 !important; 
        padding-left: 15px !important; 
        font-size: 22px; 
        font-weight: 700; 
        color: #333; 
        border-left: 5px solid #2E7D32; 
        margin-bottom: 25px; 
        margin-top: 40px; 
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    .slider-container, .owl-carousel { width: 100%; margin: 0 auto; }
    .expert-section .slider-container { display: block; width: auto; overflow-x: auto; cursor: grab; padding: 10px 0 30px; scrollbar-width: none; -ms-overflow-style: none; }
    .slider-container::-webkit-scrollbar { display: none; }
    .slider-wrapper { display: flex; gap: 15px; width: max-content; }
    
    .expert-item-card { width: 250px; margin: 0 auto; padding: 25px; background: #fff; border: 1px solid #eee; border-radius: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); text-align: center; box-sizing: border-box; flex-shrink: 0; min-height: 220px; display: flex; flex-direction: column; }
    .profile-circle { width: 90px; height: 90px; background: #f7f7f7; border-radius: 50%; margin: 0 auto 15px; overflow: hidden; display: flex; align-items: center; justify-content: center; border: 1px solid #f0f0f0; }
    .profile-circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;  /* Align face at top of circle */
    }
    .ex-name { font-size: 19px; font-weight: 800; color: #222; margin-bottom: 6px; letter-spacing: -0.5px; }
    .ex-office { font-size: 14px; color: #888; margin-bottom: 12px; min-height: 20px; }
    .ex-field { display: inline-block; background: #f1f8f4; color: #27ae60; font-size: 13px; font-weight: 700; padding: 6px 14px; border-radius: 20px; margin-bottom: 20px; white-space: nowrap; }
    .btn-green-call { display: block; background: #27ae60; color: #fff; padding: 14px 10px; border-radius: 12px; font-weight: 800; font-size: 15px; text-align: center; text-decoration: none; transition: background 0.2s; }
    .btn-green-call:hover { background: #219150; }

    /* Consultation Case Cards */
    .counsel-section { padding: 50px 0; background-color: #fff; overflow: hidden; }
    .actCon2 .owl-carousel { padding: 0; box-sizing: border-box; }
    .actCon2 .owl-item { padding-left: 1px; padding-right: 2px; box-sizing: border-box; }
    .actCon2 .owl-stage-outer { padding: 15px 0; margin: 0; }
    .counsel-item-card { max-width: none !important; width: auto; margin-right: 5px; margin-left: 5px; background: #fff; border: 1px solid #eee !important; border-radius: 20px; padding: 30px; box-sizing: border-box; box-shadow: 0 4px 15px rgba(0,0,0,0.05); min-height: 250px; display: flex; flex-direction: column; justify-content: space-between; }
    .c-title { font-size: 18px; font-weight: 800; line-height: 1.5; color: #222; margin: 0 0 15px 0; word-break: keep-all; }
    .c-preview { font-size: 14px; color: #777; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 20px; }
    .c-more { color: #27ae60; font-weight: bold; margin-top: auto; }

    /* Service Grid Section */
    .service-grid-section .search-inner { 
        width: 100% !important; 
        max-width: 1100px !important; 
        margin: 0 auto !important; 
        padding-left: 20px !important; 
        padding-right: 20px !important; 
        box-sizing: border-box !important; 
        overflow: hidden; 
    }
    .service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; width: 100%; }
    .product-card { display: flex; flex-direction: column; min-height: 380px; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
    
    /* Common: use contain to prevent image cropping */
    .product-thumb { 
        width: 100%; 
        height: 200px; 
        background-size: contain !important; 
        background-position: center !important; 
        background-repeat: no-repeat !important; 
        flex-shrink: 0; 
        background-color: #fff; 
    }

    /* 1. 060 Quick Consult: align from bottom to show logo at base */
    .thumb-060 {        
        background-size: 80% !important; 
        background-position: center bottom 10px !important; /* 10px offset from the bottom edge */
    }

    /* 2. Discount Consult background: fixed sizing to preserve text coordinates */
    .thumb-discount {
        background-size: 87% !important; 
        /* Fixed syntax: X=45%(slightly left), Y=0px(top) */
        background-position: 45% 0px !important; 
        position: relative; 
        overflow: hidden;
    }

    /* Apply absolute positioning only to overlay text parent group */
    .overlay-tag, .overlay-title, .overlay-sub {
        position: absolute;
        color: #111;
        white-space: nowrap;
        transform-origin: center; 
    }


    /* Label Group */
    .overlay-tag {
        top: 27%;
        left: 69%;
        transform: translate(-50%, -50%) rotate(13deg) skewX(-8deg); 
        
        /* Align label items horizontally */
        display: flex;
        align-items: baseline; 
        gap: 1px; 
    }

    /* Individual label items */
    .tag-num {
        font-size: 12px; 
        font-weight: 700;
        color: #111;     
        letter-spacing: -1px; 
    }

    .tag-percent {
        font-size: 10px; 
        font-weight: 800;
        color: #111;
    }

    .tag-text {
        font-size: 10px; 
        font-weight: 700;
        color: #27ae60;  
        margin-left: -1px; 
    }

    /* 'Rosicall Discount Consult' label below hourglass */
    .overlay-title {
        top: 64%;
        left: 51%;
        /* Tilt to match smartphone screen angle for 3D effect */
        transform: translate(-50%, -50%) rotate(17deg) skewX(-12deg);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: -1px;
    }

    /* 'Remaining time preserved' text at the bottom */
    .overlay-sub {
        top: 85%;
        left: 42%;
        /* Apply the same 3D angle as the title */
        transform: translate(-50%, -50%) rotate(18deg) skewX(-12deg);
        font-size: 10px;
        font-weight: 600;
        color: #222;
        letter-spacing: -0.5px;
    }

    /* Online Consult: scale down to 85% to balance visual weight */
    .thumb-online {
        background-size: 85% !important; 
        background-position: center !important;
    }

    /* Baemin Rider: balance image size */
    .thumb-baemin {
        background-size: 70% !important; 
        background-position: center !important;
    }

    .product-info { padding: 20px; text-align: left; flex-grow: 1; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; width: 100%; box-sizing: border-box; }
    .product-category { display: block !important; font-size: 16px !important; font-weight: 700 !important; color: #2E7D32 !important; margin-bottom: 6px; }
    .product-info h4 { font-size: 18px; font-weight: 700; color: #222; margin: 0 0 8px; }
    .product-info p { font-size: 14px; color: #666; line-height: 1.5; margin: 10px 0; word-break: keep-all; }

    /* Content Channel Section */
    .content-channel-section { 
        background-color: #f9f9f9; 
        padding: 60px 0; 
        width: 100% !important; 
        max-width: 1100px !important; 
        margin: 0 auto !important; 
        padding-left: 20px !important; 
        padding-right: 20px !important; 
        box-sizing: border-box !important; 
        overflow: hidden;
    }
    .channel-logo-grid { display: flex; justify-content: center; gap: 30px; }
    .channel-card-link { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 200px; height: 200px; background: #fff; border-radius: 20px; border: 1px solid #eee; padding: 15px; text-decoration: none; transition: all 0.3s ease; }
    .channel-card-link img { width: 100px; height: auto; margin-bottom: 15px; }
    .channel-title { display: block !important; font-family: 'Pretendard', sans-serif !important; font-size: 14px !important; font-weight: 600 !important; color: #333 !important; margin-top: 10px !important; letter-spacing: -0.03em !important; word-break: keep-all !important; text-align: center !important; }

    /* Lawsee Office Entry Banner */
    .lso-entry-section { padding: 40px 0 80px; }
    .lso-banner { display: flex; justify-content: space-between; align-items: center; background: #2c3e50; padding: 25px 40px; border-radius: 12px; color: #fff; }
    .lso-text { text-align: left; }
    .lso-text strong { display: block; font-size: 20px; margin-bottom: 5px; }
    .lso-text span { font-size: 14px; color: rgba(255,255,255,0.7); }
    .lso-arrow { font-weight: 700; font-size: 15px; background: rgba(255,255,255,0.1); padding: 10px 20px; border-radius: 8px; }

    /* PC Hover Effects */
    @media (min-width: 841px) {
        .product-card:hover, .channel-card-link:hover { transform: translateY(-10px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); border-color: #2E7D32; }
    }

    /* Responsive Styles */
    @media (max-width: 1024px) {
        .service-grid { display: flex !important; flex-direction: column !important; gap: 15px !important; width: 100% !important; }
        .product-card { display: flex !important; flex-direction: row !important; height: auto !important; min-height: 125px !important; }
        .product-thumb { width: 125px !important; height: 125px !important; flex-shrink: 0 !important; position: relative !important; }
        .product-thumb img { position: absolute !important; top: 0; left: 0; width: 100% !important; height: 100% !important; object-fit: cover !important; transition: transform 0.3s !important; }
        .product-info { 
            flex: 1 !important; 
            min-width: 0 !important; /* Required for text wrapping inside flex child */
            padding: 12px 15px !important; 
            display: flex !important; 
            flex-direction: column !important; 
            justify-content: center !important; 
            overflow: visible !important; 
        }
        /* Suppress forced line breaks (PC-only) on mobile */
        .product-info p br {
            display: none !important; 
        }
        
        .product-info p { 
            display: block !important; 
            margin: 0 !important; 
            font-size: 13px !important; /* 좁은 화면을 위해 살짝 줄임 */
            line-height: 1.5 !important; 
            letter-spacing: -0.5px !important; /* Slightly tighter letter-spacing for cleaner look */
            word-break: keep-all !important; 
            overflow-wrap: break-word !important; 
            white-space: normal !important; 
        }

        .product-category { display: inline-block !important; font-size: 14px !important; color: #2E7D32 !important; margin-bottom: 4px !important; }
        .channel-grid { flex-direction: column !important; gap: 20px !important; padding-left: 20px !important; }
        .lso-banner { flex-direction: column !important; gap: 20px !important; text-align: center !important; }
        .lso-text { text-align: center !important; }
        .product-card:active .product-thumb img, .product-card:hover .product-thumb img { transform: scale(1.1) !important; }
    }

    @media (max-width: 840px) {
        .search-inner h2 { font-size: 22px; }
        .main-search { padding: 14px 55px 14px 20px !important; font-size: 14px; }
        .search-icon-big { right: 20px; }
        .search-icon-big svg { width: 20px; height: 20px; }       
        .section-main-title { font-size: 19px; padding: 0 15px; }
        .expert-item-card { width: 100%; max-width: 240px; }
        .counsel-item-card { width: 100% !important; max-width: none !important; margin: 0 !important; }
        .expert-section, .actCon2 { padding: 40px 15px !important; }
        
        .channel-logo-grid { display: flex !important; justify-content: center !important; gap: 10px !important; padding: 20px 10px !important; flex-wrap: nowrap !important; width: 100% !important; box-sizing: border-box !important; }
        .channel-card-link { flex: 1 !important; min-width: 0 !important; max-width: 110px !important; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; background: #fff !important; border: 1px solid #eee !important; border-radius: 15px !important; padding: 12px 5px !important; aspect-ratio: 1 / 1.1 !important; }
        .channel-card-link img { width: 40px !important; height: auto !important; margin-bottom: 5px !important; }
        .youtube-logo { width: 75px !important; }
        .channel-title { font-size: 11px !important; font-weight: 600 !important; word-break: keep-all !important; text-align: center !important; line-height: 1.2 !important; }
    }

    /* ---------------------------------------- */
    /* Mobile (768px and below) text position adjustments */
    /* ---------------------------------------- */
    @media screen and (max-width: 768px) {
        .thumb-discount {
            background-size: cover !important;
            background-position: center !important;
        }

        /* Hide unnecessary overlay text on mobile */
        .tag-text, .overlay-title {
            display: none !important;
        }

        /* 1. Reposition and resize label group for mobile */
        .overlay-tag {
            top: 24%;       /* Move toward center of phone screen */
            left: 75%;      /* Horizontal center */
            transform: translate(-50%, -50%) rotate(15deg) skewX(-5deg); 
        }
        /* Scale up to fill space freed by hidden text */
        .tag-num { font-size: 12px; } 
        .tag-percent { font-size: 7px; }

        /* 2. Reposition remaining time text for mobile */
        .overlay-sub {
            top: 60%;       /* Position near lower portion of screen */
            left: 50%;
            font-size: 8px; /* Increase font size for readability */
            letter-spacing: -0.5px;
            transform: translate(-50%, -50%) rotate(15deg) skewX(-10deg);
        }
    }
    