/* ===== SERVICES PAGE STYLES ===== */
/* services.html 페이지 전용 스타일 */

/* Navigation Override - 제거됨, common.css 사용 */

/* Services Advantages Section */
.services-advantages-section {
    padding: 2rem 4rem 4rem 4rem;
    text-align: center;
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    min-height: 400px;
    margin-top: 0;
}

.services-section-header {
    margin-bottom: 0;
    margin-top: 1rem;
    position: relative;
    width: 100%;
    text-align: center;
}

.services-section-header h2 {
    font-family: 'Inter Tight', sans-serif;
    font-size: 10.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: rgb(17, 17, 17);
    line-height: 0.9;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

.services-section-header h3 {
    font-family: 'Pretendard', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: rgb(17, 17, 17);
    line-height: 1.4;
    margin: 0.3rem 0 0 0;
    text-align: center;
    white-space: nowrap;
}

/* Video Text Container */
.services-video-text-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    gap: 5rem;
    margin-top: 17rem;
    margin-bottom: 80px;
}

.services-video-area {
    flex: 2;
    max-width: none;
    margin-left: 0;
    margin-top: -21rem;
    z-index: 2;
    position: relative;
}

.services-video-area video {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    border-radius: 0;
    border: 1px solid #ffffff;
    overflow: visible;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.services-text-area {
    flex: 1.5;
    padding-left: 0.5rem;
    margin-left: 0;
    margin-top: -21rem;
    z-index: 2;
    position: relative;
}

.services-subtitle-text {
    font-family: 'Pretendard', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(17, 17, 17);
    margin-bottom: 1rem;
    margin-left: 8rem;
    opacity: 0.8;
}

.services-text-line-1 {
    font-family: 'Pretendard', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: rgb(17, 17, 17);
    line-height: 1.1;
    margin: 0;
    margin-left: 0;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
    text-align: left;
    background: rgba(255, 255, 255, 0.45);
    padding: 0.3rem 0.8rem;
    border-radius: 0;
    display: inline-block;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.services-text-line-2 {
    font-family: 'Pretendard', sans-serif;
    font-size: 6.2rem;
    font-weight: 700;
    color: rgb(17, 17, 17);
    line-height: 1.1;
    margin: 0;
    margin-left: 0;
    text-align: left;
    letter-spacing: -0.06em;
}

.services-keyword-box {
    background: rgba(255, 255, 255, 0.8);
    padding: 0.2rem 0.6rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    display: inline-block;
    box-sizing: border-box;
}

.services-main-title {
    background: rgba(240, 240, 240, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 0.6rem 1.2rem;
    margin: 0 0.5rem;
    backdrop-filter: blur(20px);
    transition: all 0.3s ease;
    display: inline-block;
    white-space: nowrap;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    position: relative;
    min-width: fit-content;
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.9em;
    font-weight: 700;
    color: rgb(17, 17, 17);
    line-height: 1.2;
    letter-spacing: -0.04em;
}

.services-main-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.services-main-title:hover {
    background: rgba(250, 250, 250, 0.98);
    border-color: rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.services-sub-title {
    font-family: 'Inter Tight', sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: rgb(51, 51, 51);
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

/* Dark Section */
.services-dark-section {
    background-color: #2a2a2a;
    padding: 120px 0;
    margin: 80px 0;
    min-height: 150px;
    display: flex;
    align-items: center;
}

.services-dark-content-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 2rem;
    padding-right: 0;
    display: flex;
    align-items: center;
    gap: 2rem;
    width: 100%;
}

.services-dark-text-area {
    flex: 7;
    color: #ffffff;
    padding-left: 0;
    margin-left: -3rem;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services-dark-main-title {
    font-family: 'Inter Tight', sans-serif;
    font-size: 6.2rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.3);
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
    transition: color 0.3s ease;
}

.services-dark-icon-area {
    flex: 3;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-right: 0;
    margin-left: 0;
    margin-top: -5rem;
    margin-bottom: 0;
    max-width: 400px;
    align-self: flex-end;
    transform: translateX(1rem);
    position: relative;
    top: -5rem;
}

.services-certificate-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(40, 40, 40, 0.9);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: visible;
}

.services-certificate-item .services-certificate-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    flex-shrink: 0;
    color: #ffffff;
    filter: 
        drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.4))
        drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.2));
}

.services-certificate-icon svg {
    width: 24px;
    height: 24px;
    filter: 
        drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.5))
        drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.3));
}

.services-certificate-content {
    flex: 1;
}

.services-certificate-title {
    font-family: 'Inter Tight', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 0.4rem 0;
    text-shadow: 
        1px 1px 0px rgba(0, 0, 0, 0.6),
        2px 2px 0px rgba(0, 0, 0, 0.4);
}

.services-certificate-subtitle {
    font-family: 'Inter Tight', sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 0.2rem 0;
    text-shadow: 
        1px 1px 0px rgba(0, 0, 0, 0.6),
        2px 2px 0px rgba(0, 0, 0, 0.4);
}

.services-certificate-date {
    font-family: 'Inter Tight', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    text-shadow: 
        1px 1px 0px rgba(0, 0, 0, 0.5),
        2px 2px 0px rgba(0, 0, 0, 0.3);
}

/* 움직이는 하얀색 원 애니메이션 */

.moving-circle {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #cccccc;
    border-radius: 50%;
    z-index: 10;
}

.moving-circle.clockwise {
    animation: moveClockwise 8s linear infinite;
}

.moving-circle.counterclockwise {
    animation: moveCounterclockwise 8s linear infinite;
}

@keyframes moveClockwise {
    0% {
        top: -5px;
        left: -5px;
    }
    35% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    85% {
        top: calc(100% - 5px);
        left: -5px;
    }
    100% {
        top: -5px;
        left: -5px;
    }
}

@keyframes moveCounterclockwise {
    0% {
        top: -5px;
        left: calc(100% - 5px);
    }
    35% {
        top: -5px;
        left: -5px;
    }
    50% {
        top: calc(100% - 5px);
        left: -5px;
    }
    85% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    100% {
        top: -5px;
        left: calc(100% - 5px);
    }
}

/* Meta Catalog Text */
.services-meta-catalog-text {
    font-size: 48px;
    font-weight: 720;
    color: #1a1a1a;
    margin-top: 200px;
    margin-bottom: 80px;
    margin-left: 40px;
    text-align: left;
    position: relative;
    letter-spacing: -0.02em;
}

.services-meta-catalog-text::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #333 0%, rgba(51, 51, 51, 0.1) 100%);
    border-radius: 0;
}

/* Landing Service Section */
.services-landing-service-section {
    margin-top: 60px;
    padding: 0 2rem;
}

.services-landing-service-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    gap: 8rem;
    align-items: flex-start;
}

.services-landing-text-content {
    flex: 4;
    padding-right: 2rem;
    margin-left: -2rem;
}

.services-landing-video-content {
    flex: 6;
    position: relative;
    margin-right: -4rem;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.services-cata2-image {
    width: 128%;
    height: auto;
    border-radius: 12px;
    max-height: 480px;
    margin-left: 8rem;
    object-fit: contain;
    transform-origin: left center;
}

.services-landing-video {
    width: 90%;
    height: auto;
    border-radius: 16px;
    max-height: 1000px;
    margin-left: 7rem;
}

/* Description List */
.services-description-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.services-description-list li {
    font-family: 'Pretendard', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: rgb(17, 17, 17);
    line-height: 1.0;
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
    position: relative;
    padding-left: 2rem;
}

/* 첫 줄 텍스트 스타일 */
.services-description-list li strong {
    font-size: 1.8rem;
    font-weight: 700;
    color: rgb(17, 17, 17);
}

.services-description-list li:before {
    content: "";
    position: absolute;
    left: -0.5rem;
    top: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(17, 17, 17), rgba(17, 17, 17, 0.3));
    border-radius: 1px;
}

.services-description-list li:after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 2rem;
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, rgb(17, 17, 17) 0%, rgba(17, 17, 17, 0.3) 100%);
}

.services-number {
    font-family: 'Inter Tight', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(17, 17, 17, 0.6);
    position: absolute;
    top: -0.5rem;
    left: -2.5rem;
    letter-spacing: 0.1em;
}

.services-subtext {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 400 !important;
    color: rgba(17, 17, 17, 0.8) !important;
    line-height: 1.0 !important;
    display: inline-block !important;
    margin-top: 0 !important;
    position: relative !important;
    z-index: 1 !important;
}



.services-middle-image {
    margin: 1rem 0;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}

.services-middle-image img {
    max-width: 120%;
    height: auto;
    max-height: 350px;
    object-fit: contain;
    border-radius: 8px;
    margin-left: 0.2rem;
}

/* Divider */
.services-divider {
    width: 80%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(17, 17, 17, 0.15) 50%, transparent 100%);
    margin: 3rem auto;
}

/* Additional Features */
.services-additional-features {
    display: flex;
    gap: 6rem;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-left: 5.5rem;
}

.services-left-image {
    flex: 0 0 auto;
    margin-left: 0;
}

.services-left-image video {
    width: 100%;
    max-width: 800px;
    border-radius: 8px;
}

.services-right-items {
    flex: 0 0 800px;
    margin-left: 0;
    white-space: nowrap;
    overflow: visible;
}

.services-category-image {
    margin-top: 2rem;
    text-align: center;
}

.services-category-image img {
    width: 100%;
    max-width: 800px;
    border: 2px solid white;
    border-radius: 8px;
}

/* Google Ads Text */
.services-google-ads-text {
    font-size: 48px;
    font-weight: 720;
    color: #1a1a1a;
    margin-top: 200px;
    margin-bottom: 80px;
    margin-left: 40px;
    text-align: left;
    position: relative;
    letter-spacing: -0.02em;
}

.services-google-ads-text::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #333 0%, rgba(51, 51, 51, 0.1) 100%);
    border-radius: 0;
}

/* Google Ads Content */
.services-google-ads-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    margin-top: 3rem;
}

.services-google-ads-item {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    width: 100%;
}

.services-google-ads-text-content {
    flex: 1;
}

.services-google-ads-subtext {
    font-size: 0.6em;
    color: #333;
    line-height: 1.1;
    display: block;
    margin-top: 0.5rem;
}

.services-google-ads-image {
    flex: 1.5;
    text-align: center;
}

.services-google-ads-image img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 12px;
    border: 2px solid white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Dark Section Bottom */
.services-dark-section-bottom {
    background-color: #2a2a2a;
    padding: 120px 0;
    margin: 80px 0;
    min-height: 300px;
    display: flex;
    align-items: center;
}

.services-dark-main-title-bottom {
    font-family: 'Inter Tight', sans-serif;
    font-size: 6.2rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: left;
}

.services-dark-main-title-bottom.second-line {
    margin: 0 0 0.5rem 0;
    font-size: 4.8rem;
    color: #aaaaaa;
}

.services-dark-main-title-bottom:nth-child(3) {
    font-size: 4.2rem;
    color: #666666;
}

/* JC Image Section */
.services-jc-image-section {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.services-jc-image-section img {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .services-advantages-section {
        padding: 4rem 2rem 2rem 2rem;
    }
    
    .services-section-header h2 {
        font-size: 4rem;
    }
    
    .services-section-header h3 {
        font-size: 1.5rem;
    }
    
    .services-video-text-container {
        flex-direction: column;
        gap: 2rem;
        margin-top: 17rem;
        margin-bottom: 100px;
    }
    
    .services-video-area {
        margin-left: 0;
    }
    
    .services-text-area {
        padding-left: 1rem;
        text-align: center;
    }
    
    .services-subtitle-text {
        font-size: 1rem;
        margin-left: 2rem;
        text-align: center;
    }
    
    .services-text-line-1 {
        font-size: 2.5rem;
        margin-left: 0;
        text-align: left;
    }
    
    .services-text-line-2 {
        font-size: 4rem;
        margin-left: 0;
        text-align: left;
    }
    
    .services-main-title {
        font-size: 3rem;
        white-space: normal;
    }
    
    .services-sub-title {
        font-size: 1.8rem;
    }
    
    .services-dark-section {
        padding: 4rem 2rem;
    }
    
    .services-dark-content-container {
        flex-direction: column;
        gap: 2rem;
    }
    
    .services-dark-text-area {
        margin-left: 0;
        text-align: center;
    }
    
    .services-dark-main-title {
        font-size: 3rem;
    }
    
    .services-dark-icon-area {
        margin: 0;
        transform: none;
        top: 0;
        align-self: center;
    }
    
    .services-meta-catalog-text {
        font-size: 2.5rem;
        margin: 4rem 0 2rem 0;
        margin-left: 1rem;
        text-align: center;
    }
    
    .services-landing-service-container {
        flex-direction: column;
        gap: 2rem;
    }
    
    .services-landing-text-content {
        margin-left: 0;
        padding-right: 0;
    }
    
    .services-landing-video-content {
        margin-right: 0;
        position: static;
    }
    
    .services-additional-features {
        flex-direction: column;
        gap: 2rem;
        margin-left: 1rem;
    }
    
    .services-right-items {
        flex: none;
        white-space: normal;
    }
    
    .services-google-ads-text {
        font-size: 2.5rem;
        margin: 4rem 0 2rem 0;
        margin-left: 1rem;
        text-align: center;
    }
    
    .services-google-ads-content {
        padding: 0 1rem;
    }
    
    .services-google-ads-item {
        flex-direction: column;
        gap: 1rem;
    }
    
    .services-google-ads-image {
        flex: none;
    }
    
    .services-dark-main-title-bottom {
        font-size: 3rem;
        text-align: center;
    }
    
    .services-dark-main-title-bottom.second-line {
        font-size: 2.5rem;
    }
    
    .services-dark-main-title-bottom:nth-child(3) {
        font-size: 2rem;
    }
    
    .services-jc-image-section img {
        width: 90%;
    }
}

/* 일반 영상 섹션 */
.services-video-section {
    width: 100%;
    padding: 80px 0 0 0;
    margin: 0;
    background: #EAEAEA;
    text-align: center;
}

.services-video-wrapper {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.services-video-container {
    position: relative;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin: 0;
}

.services-video-wrapper video {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.services-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.services-video-text-overlay {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    text-align: left;
    z-index: 3;
    width: 90%;
    padding: 0 20px;
}

.services-video-heading {
    font-family: 'Inter Tight', sans-serif;
    font-weight: 700;
    color: white;
    margin: 0 0 0.1rem;
    line-height: 1.1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.05em;
}

.services-video-heading.first-line {
    font-size: 3.5rem;
    color: rgba(255, 255, 255, 0.7);
}

.services-video-heading.second-line {
    font-size: 4.5rem;
    color: rgba(255, 255, 255, 0.85);
}

.services-video-heading.third-line {
    font-size: 6rem;
    margin-bottom: 0;
    color: white;
}

.services-video-subheading {
    font-family: 'Pretendard', sans-serif;
    font-size: 2.6rem;
    font-weight: 500;
    color: white;
    margin: 0;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.05em;
}

/* 푸터 마진 제거 */
.site-footer {
    margin-top: 0 !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .services-video-wrapper video {
        width: 90%;
    }
    
    .services-video-heading {
        font-size: 2rem;
    }
    
    .services-video-subheading {
        font-size: 1.3rem;
    }
}


