/* Start custom CSS for html, class: .elementor-element-9ec0468 *//* Space O 파트너스 - 통합 스타일 */

/* 1. 전체 래퍼 */
.space-o-wrapper {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 20px;
    background-color: #fff;
    box-sizing: border-box;
}

/* 2. 상단 헤더 */
.space-o-header {
    text-align: center;
    margin-bottom: 50px;
}

.space-o-header h1 {
    font-size: 38px;
    font-weight: 800;
    color: #0046ff;
    margin: 0 0 15px 0;
    line-height: 1.2;
    letter-spacing: -1px;
}

.space-o-header p {
    font-size: 18px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* --- [슬라이드 섹션 스타일] --- */

/* 1. 뷰포트 (창문) */
.interview-slider-viewport {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 40px auto 60px;
    overflow: hidden; /* 넘치는 슬라이드 숨김 */
}

/* 2. 트랙 (기차) */
.carousel-track {
    display: flex; /* 가로 배치 */
    width: 100%;
    /* transition은 JS에서 제어하므로 여기서는 뺍니다 */
}

/* 3. 개별 아이템 */
.carousel-item {
    min-width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

/* 4. 점 네비게이션 */
.carousel-dots {
    text-align: center;
    margin-top: 25px;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #ddd;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}

.dot.active {
    background-color: #3762f0;
    width: 25px;
    border-radius: 10px;
}

/* --- [인터뷰 카드 내부 디자인] --- */

.interview-card {
    width: 100%;
    max-width: 450px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.quote-box {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-bottom: 15px;
    padding-right: 10px;
    width: 100%;
}

.quote-icon {
    font-size: 46px;
    line-height: 1;
    color: #bcd6ff;
    font-family: serif;
    font-weight: 900;
    margin-right: 8px;
    margin-top: -8px;
}

.quote-text {
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    color: #4971a8;
    line-height: 1.35;
    word-break: keep-all;
}

.blue-card-bg {
    background: linear-gradient(135deg, #e3f0ff 0%, #cce4ff 100%);
    border-radius: 16px;
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
    box-shadow: 0 8px 20px rgba(66, 133, 244, 0.1);
    width: 100%;
}

.interviewer-img {
    position: absolute;
    bottom: 0;
    left: 10px;
    height: 190px;
    width: auto;
    z-index: 1;
    max-height: 100%;
}

.income-info {
    position: relative;
    z-index: 10;
    text-align: right;
    padding-left: 120px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.income-label {
    font-size: 16px;
    color: #0F2B66;
    margin-bottom: 3px;
    font-weight: 500;
}

.income-amount {
    font-size: 28px;
    font-weight: 900;
    color: #0F2B66;
    margin-bottom: 12px;
    letter-spacing: -1px;
    line-height: 1;
}

.interviewer-name {
    display: inline-block;
    background-color: rgba(109, 144, 221, 0.3);
    color: #2D56AD;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 700;
}

/* --- [상세 신청 폼 스타일] --- */

.space-o-wide-form {
    background-color: #f0f7ff;
    border: 1px solid #e1ecf7;
    padding: 50px 40px;
    border-radius: 20px;
    color: #333;
    box-shadow: 0 15px 40px rgba(0, 70, 255, 0.06);
    max-width: 800px;
    margin: 0 auto;
}

.form-header {
    margin-bottom: 40px;
    border-bottom: 2px solid #dae6f3;
    padding-bottom: 20px;
}

.form-header h2 {
    font-size: 26px;
    color: #0046ff;
    margin: 0 0 10px 0;
}

.form-header p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.form-row { margin-bottom: 25px; }

.field-label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.input-field {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border: 1px solid #cddbef;
    font-size: 15px;
    box-sizing: border-box;
    background-color: #fff;
    font-family: inherit;
}

.input-field:focus {
    outline: none;
    border-color: #0046ff;
    box-shadow: 0 0 0 3px rgba(0, 70, 255, 0.1);
}

.region-group { display: flex; gap: 10px; }
.region-group select { flex: 1; }

/* 약관 섹션 */
.agreement-section {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #dae6f3;
}

.agreement-box {
    background-color: #f9f9f9;
    border: 1px solid #d1dbe8;
    border-radius: 8px;
    
    /* [수정됨] 여백 조정: 위아래 10px, 좌우 5px로 줄임 */
    padding: 10px 5px; 
    
    height: 120px;
    overflow-y: auto;
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 10px;
    white-space: pre-wrap;
    
    /* 글자가 박스 밖으로 삐져나가지 않게 강제 줄바꿈 처리 */
    word-break: break-all; 
}

/* 모바일에서만 글자 크기를 살짝 줄여서 더 많이 보이게 하기 (선택사항) */
@media (max-width: 768px) {
    .agreement-box {
        font-size: 12px;
        padding: 10px 5px; /* 모바일 확실하게 좁은 여백 적용 */
    }
}

.agreement-box::-webkit-scrollbar { width: 6px; }
.agreement-box::-webkit-scrollbar-thumb { background-color: #ccc; border-radius: 3px; }

.radio-check-group {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 25px;
    font-size: 14px;
}

.radio-check-group label { display: flex; align-items: center; cursor: pointer; }
.radio-check-group input { margin-right: 6px; accent-color: #0046ff; }

.all-agree {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.all-agree input {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    accent-color: #0046ff;
}

.form-footer-final { text-align: center; margin-top: 40px; }
.form-footer-final p {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.submit-final-btn {
    width: 100%;
    padding: 20px;
    background-color: #ffde00;
    color: #000;
    font-size: 20px;
    font-weight: 800;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(230, 200, 0, 0.4);
    transition: all 0.2s;
}
.submit-final-btn:hover {
    background-color: #ffe63b;
    transform: translateY(-2px);
}

/* 모바일 반응형 */
@media (max-width: 768px) {
    .space-o-wide-form { padding: 30px 20px; }
    .region-group { flex-direction: column; }
    .radio-check-group { justify-content: space-between; }
    .blue-card-bg { height: 180px; }
    .interviewer-img { height: 170px; }
}/* End custom CSS */