프랍 펌 교과서 📘|초보자라도 순서대로 읽으면 완벽히 이해할 수 있는 프랍 펌 공략의 결정판

プロップファーム攻略
プロップファーム攻略
当サイト「プロップファーム解体新書」は、海外居住者向けにプロップファーム(主にFintokei)の情報提供を目的として運営しています。日本在住の方に向けた勧誘を目的としてはいません。
この記事を書いた人
かいたい先生

/* 기둥 페이지 전용 CSS – Cocoon 자식 테마의 style.css에 추가 */
.pillar-container {
max-width: 900px;
margin: 0 auto;
}

.pillar-hero {
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
color: #fff;
padding: 50px 30px;
border-radius: 16px;
text-align: center;
margin-bottom: 40px;
}

.pillar-hero h1 {
font-size: 2em;
margin-bottom: 15px;
color: #fff;
}

.pillar-hero .subtitle {
font-size: 1.1em;
opacity: 0.9;
margin-bottom: 20px;
}

.pillar-hero .badge {
display: inline-block;
background: #ea416e;
padding: 8px 20px;
border-radius: 20px;
font-size: 0.9em;
}

.intro-box {
background: #f8f9fa;
border: 2px solid #ea416e;
border-radius: 12px;
padding: 25px;
margin-bottom: 40px;
}

.intro-box h2 {
font-size: 1.3em;
color: #ea416e;
margin-bottom: 15px;
}

.intro-box ul {
margin: 0;
padding-left: 20px;
line-height: 1.8;
}

.phase-section {
margin-bottom: 50px;
}

.phase-header {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 25px;
padding-bottom: 15px;
border-bottom: 3px solid #ea416e;
}

.phase-number {
background: linear-gradient(135deg, #ea416e 0%, #d63384 100%);
color: #fff;
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 1.2em;
}

.phase-header h2 {
margin: 0;
font-size: 1.4em;
}

.phase-description {
color: #666;
margin-bottom: 20px;
line-height: 1.7;
}

.episode-list {
display: flex;
flex-direction: column;
gap: 15px;
}

.episode-card {
display: flex;
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 12px;
overflow: hidden;
transition: all 0.3s ease;
text-decoration: none;
color: inherit;
}

.episode-card:hover {
border-color: #ea416e;
box-shadow: 0 5px 20px rgba(234, 65, 110, 0.15);
transform: translateY(-2px);
}

.episode-number {
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
color: #fff;
min-width: 80px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 20px 15px;
}

.episode-number .num {
font-size: 1.8em;
font-weight: bold;
line-height: 1;
}

.episode-number .label {
font-size: 0.75em;
opacity: 0.8;
}

.episode-content {
flex: 1;
padding: 20px;
}

.episode-content h3 {
font-size: 1.1em;
margin: 0 0 8px 0;
color: #333;
}

.episode-content p {
font-size: 0.9em;
color: #666;
margin: 0 0 10px 0;
line-height: 1.5;
}

.episode-tags {
display: flex;
gap: 8px;
flex-wrap: wrap;
}

.episode-tag {
background: #f0f0f0;
padding: 3px 10px;
border-radius: 12px;
font-size: 0.75em;
color: #666;
}

.episode-tag.important {
background: #ea416e;
color: #fff;
}

.episode-status {
padding: 20px;
display: flex;
align-items: center;
}

.status-badge {
padding: 8px 15px;
border-radius: 20px;
font-size: 0.8em;
font-weight: bold;
}

.status-badge.published {
background: #28a745;
color: #fff;
}

.status-badge.coming {
background: #ffc107;
color: #333;
}

.cta-section {
background: linear-gradient(135deg, #ea416e 0%, #d63384 100%);
color: #fff;
padding: 40px;
border-radius: 16px;
text-align: center;
margin: 50px 0;
}

.cta-section h2 {
color: #fff;
margin-bottom: 15px;
}

.cta-section p {
opacity: 0.9;
margin-bottom: 25px;
}

.cta-btn {
display: inline-block;
background: #fff;
color: #ea416e;
padding: 15px 40px;
border-radius: 30px;
text-decoration: none;
font-weight: bold;
font-size: 1.1em;
transition: all 0.3s ease;
}

.cta-btn:hover {
transform: translateY(-3px);
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.author-section {
display: flex;
align-items: center;
gap: 20px;
background: #f8f9fa;
padding: 25px;
border-radius: 12px;
margin-top: 50px;
}

.author-section img {
width: 80px;
height: 80px;
border-radius: 50%;
}

.author-section .info h4 {
margin: 0 0 5px 0;
}

.author-section .info p {
margin: 0;
color: #666;
font-size: 0.9em;
}

@media (max-width: 600px) {
.episode-card {
flex-direction: column;
}

.episode-number {
flex-direction: row;
min-width: auto;
padding: 15px 20px;
gap: 10px;
}

.episode-status {
padding: 15px 20px;
justify-content: flex-end;
}

.author-section {
flex-direction: column;
text-align: center;
}
}

총 15회 과정

프랍 펌 교과서📘

초보자라도 순서대로 읽으면 완벽히 이해할 수 있는
프랍 펌 공략의 결정판

📚 이 커리큘럼에서 배울 수 있는 것

  • 프랍 펌의 메커니즘과 챌린지 규칙의 전체 구조
  • 4가지 드로다운 계산 방법과 실격을 막는 요령
  • 반드시 알아야 할 금지 사항과 일관성 규칙
  • 자금 관리의 황금률 “2% 규칙”의 실천 방법
  • 쿠폰 활용부터 세금 대책까지의 실전 테크닉

1

개념 이해 단계

“이게 뭐지?”를 이해하는 단계

프랍 펌의 기본적인 메커니즘, 챌린지의 규칙, 거래 플랫폼 사용 방법 등
시작하기 전에 알아야 할 기초 지식을 학습합니다.

01
EPISODE

챌린지 규칙 완전 해설|1단계·2단계의 전모

2단계 심사의 구조, 수익 목표, 합격률 21%의 공략법을 철저히 설명합니다. 챌린지는 “면접”이라는 관점에서 이해해야 합니다.

★ 먼저 읽기
2단계
합격률
준비 중

 

02
EPISODE

거래 플랫폼 설정|MT4/MT5 완전 가이드

MT4와 MT5의 차이, 다운로드·연결 방법, 기본 조작을 설명합니다. “연결할 수 없다”는 문제의 해결책도 알아봅시다.

MT4
MT5
설정
준비 중

 

03
EPISODE

드로다운 철저 그래픽 설명|데일리·최대·스태틱·트레일링

4가지 드로다운 계산 방법의 차이를 완벽히 그래픽으로 설명합니다. 트레일링의 함정과 초보자가 스태틱 타입을 선택해야 하는 이유.

★ 중요
드로다운
실격 방지
준비 중

 

04
EPISODE

변칙 챌린지 설명|인스턴트·속공 프로의 사용법

1단계 플랜, 인스턴트 펀딩, 속공 프로 플랜의 차이와 사용처를 설명합니다.

인스턴트
속공 프로
준비 중