/* ======================================== Partner 페이지 전용 스타일 ======================================== */ /* 파트너 Hero 섹션 */ .partner-hero { background: linear-gradient(135deg, rgba(255, 136, 0, 0.85) 0%, rgba(255, 102, 0, 0.85) 100%), url('../extra-image/I Want you for Mingle.png') center center / auto 100% no-repeat; padding: 150px 0 120px; text-align: center; position: relative; overflow: hidden; min-height: 600px; } .partner-hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(255, 136, 0, 0.2); opacity: 0.3; } .partner-hero-content { position: relative; z-index: 1; } .partner-hero-title { font-size: 4rem; color: #fff; margin-bottom: 1rem; font-weight: 700; } .partner-hero-subtitle { font-size: 1.5rem; color: rgba(255, 255, 255, 0.95); margin-bottom: 2rem; } /* 모집 마감 공지 섹션 */ .closed-notice-section { background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 4rem 0; } .closed-notice-box { max-width: 700px; margin: 0 auto; background: white; padding: 3rem; border-radius: 20px; text-align: center; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); border: 3px solid #ff8800; } .closed-icon { font-size: 4rem; margin-bottom: 1.5rem; } .closed-title { font-size: 2rem; font-weight: 800; color: #ff8800; margin-bottom: 1.5rem; } .closed-message { font-size: 1.2rem; color: #333; line-height: 1.8; margin-bottom: 1rem; } .closed-sub { font-size: 1rem; color: #666; margin: 0; } /* 파트너 섹션 공통 스타일 */ .partner-conditions-section { background: linear-gradient(135deg, #E3F2FD 0%, #FFF9C4 50%, #FFECB3 100%); position: relative; overflow: hidden; } .partner-benefits-section { background: linear-gradient(135deg, #FFF9C4 0%, #FFECB3 50%, #FFE0B2 100%); position: relative; overflow: hidden; } .partner-provides-section { background: linear-gradient(135deg, #E3F2FD 0%, #BBDEFB 50%, #90CAF9 100%); position: relative; overflow: hidden; } /* 섹션 타이틀 스타일 */ .section-title-styled { font-size: 2.5rem; font-weight: 800; color: #2c3e50; text-align: center; margin-bottom: 3rem; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); background: linear-gradient(135deg, #1976D2 0%, #42A5F5 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } /* 스타일된 콘텐츠 래퍼 */ .styled-content-wrapper { max-width: 1000px; margin: 0 auto; } /* 스타일된 리스트 */ .styled-list { display: flex; flex-direction: column; gap: 2rem; } /* 스타일된 아이템 */ .styled-item { display: flex; align-items: flex-start; gap: 2rem; background: rgba(255, 255, 255, 0.9); padding: 2rem; border-radius: 20px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); border: 3px solid rgba(255, 255, 255, 0.5); backdrop-filter: blur(10px); transition: all 0.3s ease; } .styled-item:hover { transform: translateY(-5px); box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15); border-color: #42A5F5; } /* 핑크색 원형 번호 배지 */ .number-badge { flex-shrink: 0; width: 80px; height: 80px; background: linear-gradient(135deg, #FF80AB 0%, #FF4081 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; font-weight: 800; color: white; box-shadow: 0 4px 15px rgba(255, 64, 129, 0.4); } /* 아이템 콘텐츠 */ .item-content { flex: 1; } .item-title { font-size: 1.5rem; font-weight: 700; color: #FF4081; margin-bottom: 0.75rem; line-height: 1.4; } .item-desc { font-size: 1.1rem; color: #42A5F5; line-height: 1.6; margin: 0; font-weight: 500; } /* 지원 안내 래퍼 */ .application-guide-wrapper { max-width: 900px; margin: 0 auto; } /* 이메일 정보 박스 */ .email-info-box { background: linear-gradient(135deg, #fff 0%, #fff8f0 100%); padding: 2.5rem; border-radius: 15px; text-align: center; margin-bottom: 2rem; box-shadow: 0 8px 30px rgba(255, 136, 0, 0.15); border: 2px solid var(--primary-color); } .email-icon { font-size: 4rem; margin-bottom: 1rem; } .email-info-box h3 { font-size: 1.5rem; color: var(--text-primary); margin-bottom: 1rem; } .email-link { display: inline-block; font-size: 1.5rem; font-weight: 700; color: var(--primary-color); text-decoration: none; padding: 0.75rem 1.5rem; background: #fff; border-radius: 10px; margin: 1rem 0; transition: all 0.3s ease; border: 2px solid var(--primary-color); word-break: break-all; max-width: 100%; } .email-link:hover { background: var(--primary-color); color: #fff; transform: scale(1.05); } .email-note { font-size: 1rem; color: var(--text-secondary); margin-top: 1rem; } .copy-email-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.75rem 1.5rem; margin-top: 1rem; font-size: 1rem; font-weight: 600; color: #fff; background: linear-gradient(135deg, var(--primary-color) 0%, #ff6600 100%); border: none; border-radius: 8px; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(255, 136, 0, 0.3); } .copy-email-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255, 136, 0, 0.4); } .copy-email-btn:active { transform: translateY(0); } .copy-email-btn.copied { background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%) !important; box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4) !important; } .copy-email-btn .copy-icon { font-size: 1.2rem; } .copy-email-btn .copy-text { font-weight: 600; } /* 로드맵 스타일 */ .roadmap-wrapper { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: nowrap; margin: 3rem 0; } .roadmap-item { background: #fff; padding: 1.5rem; border-radius: 12px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1); flex: 1; max-width: 220px; text-align: center; transition: all 0.3s ease; border: 2px solid #e0e0e0; } .roadmap-item:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(255, 136, 0, 0.2); border-color: var(--primary-color); } .roadmap-item-highlight { background: linear-gradient(135deg, #fff7ed 0%, #ffe8cc 100%); border: 2px solid var(--primary-color); } .roadmap-badge { width: 50px; height: 50px; background: linear-gradient(135deg, var(--primary-color) 0%, #ff6600 100%); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; font-weight: 700; margin: 0 auto 1rem; box-shadow: 0 4px 15px rgba(255, 136, 0, 0.3); } .roadmap-title { font-size: 1.2rem; font-weight: 700; color: var(--text-primary); margin-bottom: 0.5rem; } .roadmap-date { font-size: 0.95rem; font-weight: 600; color: var(--primary-color); margin-bottom: 0.5rem; } .roadmap-desc { font-size: 0.9rem; color: var(--text-secondary); line-height: 1.5; } .roadmap-note { font-size: 0.85rem; color: #666; font-style: italic; } .roadmap-arrow { font-size: 2rem; color: var(--primary-color); font-weight: bold; flex-shrink: 0; } /* 지원서 양식 템플릿 */ .application-form-template { background: #fff; padding: 2.5rem; border-radius: 15px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1); margin-bottom: 2rem; border: 2px solid #e0e0e0; } .template-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; padding-bottom: 1rem; border-bottom: 3px solid var(--primary-color); gap: 1rem; flex-wrap: wrap; } .template-title { font-size: 1.5rem; color: var(--text-primary); margin: 0; } /* 복사 버튼 */ .copy-template-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; background: linear-gradient(135deg, #ff8800 0%, #ff9933 100%); color: white; border: none; padding: 1rem 2rem; border-radius: 10px; font-size: 1.1rem; font-weight: 700; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(255, 136, 0, 0.3); } .copy-template-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255, 136, 0, 0.4); } .copy-template-btn:active { transform: translateY(0); } .copy-icon { font-size: 1.2rem; } .copy-text { white-space: nowrap; } /* 복사 성공 애니메이션 */ .copy-template-btn.copied { background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%) !important; box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4) !important; } .template-content { /* 복사할 내용 영역 */ } .template-section { margin-bottom: 2.5rem; } .template-section h4 { font-size: 1.2rem; color: var(--primary-color); margin-bottom: 1.5rem; font-weight: 700; } .question-item { margin-bottom: 1.5rem; padding: 1rem; background: #f8f9fa; border-radius: 8px; border-left: 4px solid var(--primary-color); } .question { font-size: 1rem; font-weight: 600; color: var(--text-primary); margin: 0 0 0.5rem 0; } .answer-guide { font-size: 0.95rem; color: #666; margin: 0.25rem 0; font-style: italic; } .answer-sub { font-size: 0.875rem; color: #999; margin: 0.25rem 0; } /* 지원 안내 박스 */ .application-notice-box { background: #fff8f0; padding: 2rem; border-radius: 12px; border: 2px solid #ffd9a3; margin-bottom: 2rem; } .application-notice-box h4 { font-size: 1.2rem; color: var(--text-primary); margin-bottom: 1rem; } .application-notice-box ul { list-style: none; padding: 0; margin: 0; } .application-notice-box li { padding: 0.75rem 0; padding-left: 1.5rem; position: relative; color: var(--text-secondary); line-height: 1.6; } .application-notice-box li::before { content: '•'; position: absolute; left: 0; color: var(--primary-color); font-size: 1.5rem; line-height: 1.2; } .application-notice-box strong { color: var(--primary-color); font-weight: 600; } /* 템플릿 액션 */ .template-actions { text-align: center; margin-top: 2rem; } .template-actions .btn { padding: 1.25rem 3rem; font-size: 1.1rem; } /* FAQ 섹션 */ .faq-list { max-width: 900px; margin: 0 auto; } .faq-item { background: #fff; padding: 2rem; margin-bottom: 1.5rem; border-radius: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); transition: all 0.3s ease; } .faq-item:hover { box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12); } .faq-question { color: var(--text-primary); font-size: 1.2rem; margin-bottom: 1rem; font-weight: 600; } .faq-answer { color: var(--text-secondary); line-height: 1.7; margin: 0; } /* CTA 섹션 */ .cta-section { background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); padding: 5rem 0; color: #fff; text-align: center; } .cta-title { font-size: 2.5rem; margin-bottom: 1rem; } .cta-description { font-size: 1.2rem; margin-bottom: 2rem; opacity: 0.9; } .contact-info-quick { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin-top: 2rem; } .contact-info-quick span { font-size: 1rem; opacity: 0.9; } /* 유틸리티 클래스 */ .mt-2 { margin-top: 0.5rem; } /* 파트너 푸터 */ .partner-footer { background: #222; color: #fff; padding: 2.5rem 0 1.2rem; } /* 반응형 디자인 */ @media (max-width: 768px) { .closed-notice-box { padding: 2rem 1.5rem; margin: 0 1rem; } .closed-icon { font-size: 3rem; } .closed-title { font-size: 1.5rem; } .closed-message { font-size: 1rem; } .partner-hero { padding: 100px 0 80px; min-height: 500px; } .partner-hero-title { font-size: 2.5rem; } .partner-hero-subtitle { font-size: 1.2rem; } /* 스타일된 섹션 반응형 */ .section-title-styled { font-size: 1.75rem; } /* 로드맵 반응형 */ .roadmap-wrapper { flex-direction: column; gap: 1rem; } .roadmap-arrow { transform: rotate(90deg); font-size: 2rem; } .roadmap-item { max-width: 100%; width: 100%; } .styled-item { flex-direction: column; gap: 1.5rem; padding: 1.5rem; align-items: center; text-align: center; } .number-badge { width: 60px; height: 60px; font-size: 2rem; } .item-title { font-size: 1.25rem; } .item-desc { font-size: 1rem; } /* 지원 안내 섹션 */ .application-guide-wrapper { padding: 0 1rem; } .email-info-box { padding: 2rem 1.5rem; } .email-link { font-size: 1.2rem; } .application-form-template { padding: 1.5rem; } .template-header { flex-direction: column; align-items: stretch; } .template-title { font-size: 1.25rem; text-align: center; } .copy-template-btn { width: 100%; justify-content: center; } .question-item { padding: 0.75rem; } .contact-info-quick { flex-direction: column; gap: 1rem; } .cta-title { font-size: 1.75rem; } .cta-description { font-size: 1rem; } .template-actions .btn { width: 100%; padding: 1rem 2rem; } } @media (max-width: 480px) { .partner-hero { padding: 120px 0 100px; min-height: 700px; } .partner-hero-title { font-size: 1.75rem; } .partner-hero-subtitle { font-size: 0.95rem; } .section-title-styled { font-size: 1.5rem; } .styled-item { padding: 1.25rem; } .number-badge { width: 50px; height: 50px; font-size: 1.75rem; } .item-title { font-size: 1.1rem; } .item-desc { font-size: 0.95rem; } /* 이메일 링크 모바일 최적화 */ .email-link { font-size: 1.1rem; padding: 0.6rem 1rem; word-break: break-all; display: block; width: 100%; box-sizing: border-box; } .email-info-box { padding: 1.5rem; } }