.elementor-64 .elementor-element.elementor-element-6874f708{--display:flex;--padding-top:120px;--padding-bottom:80px;--padding-left:24px;--padding-right:24px;}.elementor-64 .elementor-element.elementor-element-6874f708:not(.elementor-motion-effects-element-type-background), .elementor-64 .elementor-element.elementor-element-6874f708 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #ffffff 0%, #fff5f6 100%);}.elementor-64 .elementor-element.elementor-element-53c769ac{--display:flex;--overlay-opacity:0.1;--padding-top:120px;--padding-bottom:120px;--padding-left:24px;--padding-right:24px;}.elementor-64 .elementor-element.elementor-element-53c769ac:not(.elementor-motion-effects-element-type-background), .elementor-64 .elementor-element.elementor-element-53c769ac > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1e293b;}.elementor-64 .elementor-element.elementor-element-53c769ac::before, .elementor-64 .elementor-element.elementor-element-53c769ac > .elementor-background-video-container::before, .elementor-64 .elementor-element.elementor-element-53c769ac > .e-con-inner > .elementor-background-video-container::before, .elementor-64 .elementor-element.elementor-element-53c769ac > .elementor-background-slideshow::before, .elementor-64 .elementor-element.elementor-element-53c769ac > .e-con-inner > .elementor-background-slideshow::before, .elementor-64 .elementor-element.elementor-element-53c769ac > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://coexist.picell.biz/wp-content/uploads/2026/01/hero-bg.jpg");--background-overlay:'';background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-64 .elementor-element.elementor-element-20acf391{--display:flex;--padding-top:60px;--padding-bottom:60px;--padding-left:24px;--padding-right:24px;}.elementor-64 .elementor-element.elementor-element-20acf391:not(.elementor-motion-effects-element-type-background), .elementor-64 .elementor-element.elementor-element-20acf391 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8FAFC;}.elementor-64 .elementor-element.elementor-element-7921dd79{--display:flex;--padding-top:100px;--padding-bottom:60px;--padding-left:24px;--padding-right:24px;}.elementor-64 .elementor-element.elementor-element-46c903d1{--display:flex;--padding-top:60px;--padding-bottom:100px;--padding-left:24px;--padding-right:24px;}.elementor-64 .elementor-element.elementor-element-e13ca0b{--display:flex;--padding-top:100px;--padding-bottom:60px;--padding-left:24px;--padding-right:24px;}.elementor-64 .elementor-element.elementor-element-e13ca0b:not(.elementor-motion-effects-element-type-background), .elementor-64 .elementor-element.elementor-element-e13ca0b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8FAFC;}.elementor-64 .elementor-element.elementor-element-4b86329{--display:flex;--padding-top:100px;--padding-bottom:120px;--padding-left:24px;--padding-right:24px;}/* Start custom CSS for container, class: .elementor-element-6874f708 *//* Premium Infographic Styles for 4-2 */
:root { --accent-rose: #f43f5e; --bg-soft: #fff1f2; --text-dark: #1e293b; --text-gray: #475569; }

/* Common Section Title Styling */
.infog-sec-title { text-align: center; margin-bottom: 50px; }
.infog-sec-title h2 { font-size: 34px; font-weight: 800; color: var(--text-dark); position: relative; display: inline-block; }
.infog-sec-title h2::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: var(--accent-rose); border-radius: 2px; }

/* Card/Item UI DNA from 4-1 */
.infog-card { background: #fff; border: 1px solid #f1f5f9; padding: 40px; border-radius: 32px; transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1); box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02); position: relative; overflow: hidden; height: 100%; }
.infog-card:hover { transform: translateY(-12px); box-shadow: 0 30px 60px rgba(244, 63, 94, 0.12); border-color: var(--accent-rose); }

/* Icon Box Styling */
.infog-icon-box { width: 64px; height: 64px; background: var(--bg-soft); color: var(--accent-rose); border-radius: 18px; display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 24px; transition: all 0.4s; }
.infog-card:hover .infog-icon-box { background: var(--accent-rose); color: #fff; transform: scale(1.1) rotate(5deg); }

/* Text Styling */
.infog-item-title { font-size: 24px; font-weight: 800; color: var(--text-dark); margin-bottom: 16px; }
.infog-item-desc { font-size: 16px; color: var(--text-gray); line-height: 1.8; }
.infog-list { list-style: none; padding: 0; margin: 0; }
.infog-list li { position: relative; padding-left: 24px; margin-bottom: 10px; font-size: 15.5px; }
.infog-list li::before { content: '→'; position: absolute; left: 0; color: var(--accent-rose); font-weight: 900; }

/* Badge */
.infog-badge { display: inline-block; padding: 4px 14px; background: var(--bg-soft); color: var(--accent-rose); border-radius: 20px; font-size: 11px; font-weight: 800; text-transform: uppercase; margin-bottom: 12px; }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-20acf391 *//* --- 모바일 Grid -> Flex 세로 정렬 대응 CSS --- */
@media (max-width: 767px) {
    /* 인라인 스타일로 display:grid가 선언된 컨테이너를 강제로 세로 정렬 */
    div[style*="display:grid"],
    div[style*="display: grid"] {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important; /* 모바일에서는 간격을 조금 줄임 */
        padding: 0 10px !important; /* 좌우 여백 확보 */
    }

    /* 인포그래픽 카드 내부 패딩 모바일 최적화 */
    .infog-card {
        padding: 30px 20px !important;
    }

    /* 타이틀 크기 조정 (선택 사항) */
    .infog-sec-title h2 {
        font-size: 26px !important;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e13ca0b *//* 4-Item Grid Infographic Styling */
:root { --accent-rose: #f43f5e; --bg-soft: #fff1f2; --text-dark: #1e293b; --text-gray: #475569; }

.infog-sec-title { text-align: center; margin-bottom: 50px; }
.infog-sec-title h2 { font-size: 32px; font-weight: 800; color: var(--text-dark); position: relative; display: inline-block; }
.infog-sec-title h2::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 60px; height: 4px; background: var(--accent-rose); border-radius: 2px; }

/* 4-Column Grid for Roles */
.roles-v6-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 40px; }
@media (max-width: 1200px) { .roles-v6-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767px) { .roles-v6-grid { grid-template-columns: 1fr; } }

/* Role Card UI */
.role-detail-card { background: #fff; border: 1px solid #f1f5f9; padding: 30px 24px; border-radius: 24px; transition: all 0.4s; height: 100%; box-shadow: 0 4px 6px rgba(0,0,0,0.02); display: flex; flex-direction: column; }
.role-detail-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(244, 63, 94, 0.1); border-color: var(--accent-rose); }
.role-badge { display: inline-block; padding: 4px 10px; background: var(--bg-soft); color: var(--accent-rose); border-radius: 6px; font-size: 11px; font-weight: 800; margin-bottom: 15px; align-self: flex-start; text-transform: uppercase; }
.role-detail-title { font-size: 19px; font-weight: 800; color: var(--text-dark); margin-bottom: 12px; line-height: 1.4; }
.role-detail-desc { font-size: 14px; color: var(--text-gray); line-height: 1.6; }
.role-detail-desc ul { margin-top: 10px; padding-left: 15px; list-style: disc; }
.role-detail-desc li { margin-bottom: 4px; }

/* Common Elements */
.app-notice-box { background: #f8fafc; border: 1px solid #e2e8f0; padding: 50px; border-radius: 30px; text-align: center; margin-top: 60px; }
.app-title { font-size: 24px; font-weight: 800; color: var(--text-dark); margin-bottom: 20px; }
.app-desc { font-size: 16px; color: var(--text-gray); line-height: 1.8; max-width: 900px; margin: 0 auto; }
.process-flow { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 40px; }
.process-card { width: 200px; padding: 30px 20px; background: #fff; border-radius: 20px; border: 1px solid #e2e8f0; text-align: center; box-shadow: 0 4px 12px rgba(0,0,0,0.03); }
.process-num { font-size: 14px; font-weight: 900; color: var(--accent-rose); margin-bottom: 10px; display: block; }
.cta-btn-primary { display: inline-block; background: var(--accent-rose); color: #fff; padding: 16px 40px; border-radius: 12px; font-weight: 800; text-decoration: none; margin-top: 40px; transition: 0.3s; }/* End custom CSS */