신뢰할 수 있는 글로벌 브로커와 파트너십을 맺으세요
IB, 파트너, 하이브리드 파트너십 프로그램 중 선택하여 경쟁력 있는 보상을 받으세요.
파트너 되기
.cryptoHeroSection{
width:100%;
margin:0;
}
/* HERO */
.cryptoHeroSection .crypto-hero{
width:100%;
min-height:520px;
background-image:url('https://aximedia.s3.amazonaws.com/rebrand-prod/5rhbggyf/dekstop-hero-4-1.png');
background-size:cover;
background-position:center;
background-repeat:no-repeat;
display:flex;
align-items:center;
position:relative;
overflow:hidden;
}
/* CONTENT */
.cryptoHeroSection .crypto-hero-content{
position:relative;
z-index:2;
max-width:1200px;
margin:0 auto;
width:100%;
/* extra bottom padding so pinned stats won't overlap */
padding:80px 20px 140px;
box-sizing:border-box;
}
/* Desktop text column (not full width) */
@media (min-width: 769px){
.cryptoHeroSection .crypto-hero-content h1,
.cryptoHeroSection .crypto-hero-content .crypto-hero-subtitle,
.cryptoHeroSection .crypto-hero-content .crypto-hero-btn,
.cryptoHeroSection .crypto-hero-content .crypto-trust{
max-width:560px;
}
}
.cryptoHeroSection h1{
font-size:50px;
font-weight:800;
color:#fff;
margin:0 0 16px;
line-height:1.1;
}
.cryptoHeroSection .crypto-hero-subtitle{
font-size:20px;
color:#fff;
margin:0 0 28px;
line-height:1.45;
}
.cryptoHeroSection .crypto-hero-btn{
display:inline-flex;
align-items:center;
justify-content:center;
background:#F3D36A;
color:#000;
font-weight:700;
padding:14px 28px;
border-radius:8px;
text-decoration:none;
margin:0 0 24px;
}
/* TRUSTPILOT */
.crypto-trust{
margin-top:10px;
}
/* Desktop trustpilot size */
.trustpilot-desktop{
width:405px;
height:24px;
display:block;
}
/* Hide mobile version by default */
.trustpilot-mobile{
display:none;
}
/* STATS BAR (desktop pinned) */
.crypto-stats{
position:absolute;
left:0;
bottom:0;
width:100%;
background:rgba(255,255,255,0.60);
display:flex;
justify-content:center;
align-items:center;
gap:40px;
padding:18px 20px;
box-sizing:border-box;
z-index:1;
}
.stat{
text-align:center;
}
.stat h3{
margin:0;
font-size:22px;
font-weight:700;
}
.stat p{
margin:0;
font-size:14px;
}
.divider{
width:24px;
height:24px;
background-image:url("https://aximedia.s3.amazonaws.com/rebrand-prod/rm2nlz11/vector-3.png");
background-repeat:no-repeat;
background-size:contain;
background-position:center;
flex-shrink:0;
}
/* MOBILE */
@media(max-width:768px){
.cryptoHeroSection .crypto-hero{
min-height:auto;
flex-direction:column;
align-items:stretch;
}
.cryptoHeroSection .crypto-hero-content{
padding:58px 18px 26px;
text-align:center;
}
.cryptoHeroSection h1{
font-size:36px;
}
.cryptoHeroSection .crypto-hero-subtitle{
font-size:16px;
}
/* Trustpilot swap + figma sizes */
.trustpilot-desktop{
display:none;
}
.trustpilot-mobile{
display:block;
width:210px;
height: 54px;
margin:0 auto;
}
/* stats in one row */
.crypto-stats{
position:relative;
left:auto;
bottom:auto;
display:flex;
justify-content:space-between;
align-items:center;
gap:10px;
padding:14px 10px;
}
.stat{
flex:1;
}
.stat h3{
font-size:18px;
}
.stat p{
font-size:12px;
}
.divider{
width:18px;
height:18px;
}
}
파트너십 프로그램 선택
소개 브로커 (IB)
소개한 고객의 거래량에 따른 수익 공유를 받고 안정적인 장기 수익을 창출하세요.
최대 55% 수익 공유
시그널 제공자
트레이딩 교육자 & 멘토
지역 금융 서비스 & 컨설팅
B2B 트레이딩 풀 제공자
IB 되기
Axi 파트너 / 인플루언서
Axi에 소개하는 모든 고객에 대해 경쟁력 있는 커미션을 받으세요.
초대 1건당 최대 $1,200 적립
핀인플루언서 & 크리에이터
콘텐츠 퍼블리셔 & 비교 사이트
퍼포먼스 미디어 바이어
이메일 & 커뮤니티 마케터
파트너 되기
하이브리드 파트너
일회성 지급과 안정적인 장기 수익을 결합한 모델입니다. 맞춤형 계약도 가능합니다.
고객당 최대 $300, 그리고 거래마다 최대 40%의 수익 공유
교육 브랜드
트레이딩 툴 개발자
트레이딩 커뮤니티
리베이트 & 캐시백 포털
하이브리드 파트너 되기
.partnershipSection {
max-width: 1240px;
margin: 0 auto;
text-align: center;
padding: 70px 15px;
}
.partnershipSection .partnership-title {
font-size: 40px;
font-weight: 500;
margin-bottom: 40px !important;
}
.partnershipSection .partnership-grid-wrapper {
overflow: visible;
}
.partnershipSection .partnership-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 24px;
}
.partnershipSection .partner-card {
background: #fff;
border: 1px solid #e0e0e0;
border-radius: 20px;
padding: 24px 16px;
text-align: left;
display: flex;
flex-direction: column;
position: relative;
}
.partnershipSection .partner-card .firstCard{
background-color: #FAF9F8;
padding: 8px 16px;
min-height: 120px;
border-radius: 20px;
margin-bottom: 20px;
}
.partnershipSection .partner-card h3 {
font-size: 24px;
font-weight: 700;
margin-bottom: 10px;
color: #1a1a1a;
}
.partnershipSection .partner-card .card-desc {
font-size: 14px;
color: #666;
line-height: 22px;
margin-bottom: 0 !important;
}
.partnershipSection .partner-card .card-earn {
font-size: 15px;
color: #1a1a1a;
margin-bottom: 14px;
}
.partnershipSection .partner-card .card-list {
list-style: none;
padding: 0;
margin: 0 0 24px;
flex: 1;
}
.partnershipSection .partner-card .card-list li {
font-size: 14px;
color: #555;
padding: 4px 0;
padding-left: 24px;
position: relative;
line-height: 22px;
}
.partnershipSection .partner-card .card-list li::before {
content: "";
position: absolute;
left: 0;
top: 6px;
width: 18px;
height: 14px;
background: url('https://aximedia.s3.amazonaws.com/rebrand-prod/rm2nlz11/vector-3.png') no-repeat center / contain;
}
.partnershipSection .partner-card .card-btn {
display: block;
width: 100%;
padding: 14px 0;
background:#F3D36A;
color:#000;
font-weight:700;
border-radius: 6px;
text-decoration: none;
font-size: 16px;
text-align: center;
transition: background 0.2s ease;
}
.partnershipSection .partner-card .card-btn:hover {
background: #f5c840;
}
/* Carousel dots */
.partnershipSection .partnership-dots {
display: none;
justify-content: center;
gap: 8px;
padding-top: 24px;
}
.partnershipSection .partnership-dots .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: #ddd;
border: none;
padding: 0;
cursor: pointer;
transition: background 0.2s ease, transform 0.2s ease;
}
.partnershipSection .partnership-dots .dot.active {
background: #FC404D;
transform: scale(1.3);
}
@media (max-width: 768px) {
.partnershipSection {
padding: 30px 0;
}
.partnershipSection .partnership-title {
font-size: 28px;
padding: 0 20px;
margin-bottom: 32px !important;
}
.partnershipSection .partnership-grid-wrapper {
overflow: hidden;
}
.partnershipSection .partnership-grid {
display: flex;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
gap: 16px;
padding: 0 20px;
scrollbar-width: none;
-ms-overflow-style: none;
}
.partnershipSection .partnership-grid::-webkit-scrollbar {
display: none;
}
.partnershipSection .partner-card {
min-width: 280px;
max-width: 300px;
scroll-snap-align: center;
flex-shrink: 0;
}
.partnershipSection .partnership-dots {
display: flex;
}
}
종합 트레이딩 솔루션
Axi Select
최대 $1,000,000의 Axi 자금으로 거래할 수 있습니다
Axi 트레이딩 플랫폼
모바일과 웹에서 사용할 수 있는 Axi의 자체 트레이딩 플랫폼
Axi 카피 트레이딩
경험 많은 시그널 제공자의 전략을 따라하세요
MetaTrader 4
CFD 거래를 위한 세계에서 가장 인기 있는 플랫폼
MetaTrader 5
외환을 넘어 다양한 자산을 거래할 수 있는 진정한 멀티자산 플랫폼
지금 초대하기
.tradingSolutionsSection {
max-width: 1240px;
margin: 0 auto;
text-align: center;
padding: 70px 15px;
}
.tradingSolutionsSection .ts-title {
font-size: 40px;
font-weight: 500;
margin-bottom: 40px !important;
}
.tradingSolutionsSection .ts-grid-wrapper {
overflow: visible;
}
.tradingSolutionsSection .ts-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 0;
}
.tradingSolutionsSection .ts-item {
text-align: left;
padding: 16px 20px;
border-left: 1px solid #e0e0e0;
}
.tradingSolutionsSection .ts-item:first-child {
border-left: none;
}
.tradingSolutionsSection .ts-item img {
width: 64px;
height: 64px;
object-fit: contain;
display: block;
margin-bottom: 16px;
border-radius: 12px;
}
.tradingSolutionsSection .ts-item h3 {
font-size: 18px;
font-weight: 700;
margin-bottom: 8px;
color: #1a1a1a;
}
.tradingSolutionsSection .ts-item p {
font-size: 14px;
color: #666;
line-height: 22px;
}
.tradingSolutionsSection .ts-btn {
display: inline-block;
padding: 14px 40px;
background:#F3D36A;
color:#000;
font-weight:700;
border-radius: 6px;
text-decoration: none;
font-size: 16px;
margin-top: 48px;
transition: background 0.2s ease;
}
.tradingSolutionsSection .ts-btn:hover {
background: #f5c840;
}
@media (max-width: 768px) {
.tradingSolutionsSection {
padding: 30px 20px;
}
.tradingSolutionsSection .ts-title {
font-size: 28px;
margin-bottom: 32px !important;
}
.tradingSolutionsSection .ts-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0;
}
.tradingSolutionsSection .ts-item {
text-align: center;
border-left: none;
padding: 10px;
}
.tradingSolutionsSection .ts-item h3 {
font-size: 14px;
}
.tradingSolutionsSection .ts-item p {
font-size: 12px;
}
.tradingSolutionsSection .ts-item img {
margin: 0 auto 16px;
}
.tradingSolutionsSection .ts-item:last-child {
grid-column: 1 / -1;
max-width: 200px;
margin: 0 auto;
}
.tradingSolutionsSection .ts-btn {
margin-top: 32px;
}
}
빠르고 안정적인 지급
원활하고 투명한 지급 프로세스로 제때 수익을 받으세요. 다양한 결제 수단 중 선택하고 수익을 쉽게 추적하여 비즈니스 성장에 집중할 수 있습니다.
.paymentsSection {
max-width: 1240px;
margin: 0 auto;
text-align: center;
padding: 70px 15px;
}
.paymentsSection .pay-title {
font-size: 40px;
font-weight: 500;
margin-bottom: 8px !important;
}
.paymentsSection .pay-subtitle {
font-size: 16px;
color: #555;
line-height: 26px;
max-width: 760px;
margin: 0 auto;
padding-bottom: 40px !important;
}
.paymentsSection .pay-grid-wrapper {
overflow: visible;
}
.paymentsSection .pay-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.paymentsSection .pay-card {
background: #FAF9F8;
border: 1px solid #e8e6e3;
border-radius: 12px;
padding: 28px 24px;
text-align: left;
}
.paymentsSection .pay-card .pay-icon {
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 16px;
}
.paymentsSection .pay-card .pay-icon img {
width: 40px;
height: 40px;
}
.paymentsSection .pay-card h3 {
font-size: 18px;
font-weight: 700;
color: #1a1a1a;
line-height: 26px;
}
/* Carousel dots */
.paymentsSection .pay-dots {
display: none;
justify-content: center;
gap: 8px;
padding-top: 24px;
}
.paymentsSection .pay-dots .dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: #ddd;
border: none;
padding: 0;
cursor: pointer;
transition: background 0.2s ease, transform 0.2s ease;
}
.paymentsSection .pay-dots .dot.active {
background: #E84B52;
transform: scale(1.3);
}
@media (max-width: 768px) {
.paymentsSection {
padding: 30px 0;
}
.paymentsSection .pay-title {
font-size: 28px;
padding: 0 8px;
}
.paymentsSection .pay-subtitle {
font-size: 16px;
padding: 0 8px 32px !important;
}
.paymentsSection .pay-grid-wrapper {
overflow: hidden;
}
.paymentsSection .pay-grid {
display: flex;
flex-direction: column;
gap: 16px;
padding: 0 20px;
}
.paymentsSection .pay-grid::-webkit-scrollbar {
display: none;
}
.paymentsSection .pay-card {
min-width: 260px;
scroll-snap-align: center;
flex-shrink: 0;
}
.paymentsSection .pay-dots {
display: flex;
}
}
이용 가능한 결제 수단의 전체 목록은 입출금 페이지를 참조하세요.
.paySection {
width: 100%;
padding: 40px 0;
overflow: hidden;
}
.payTrack {
overflow: hidden;
width: 100%;
-webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}
.payList {
display: flex;
align-items: center;
gap: 60px;
width: max-content;
animation: payScroll 22s linear infinite;
}
.payItem {
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.payItem img {
height: 36px;
width: auto;
object-fit: contain;
display: block;
opacity: 0.85;
transition: opacity 0.2s ease;
}
.payItem img:hover {
opacity: 1;
}
.payNote {
text-align: center;
font-size: 16px;
line-height: 1.6;
margin: 40px 20px 0;
color: #1a1a1a;
}
.payNote a {
color: #FC404D;
text-decoration: underline;
}
.payNote a:hover {
color: #FC404D !important;
opacity: 0.8;
}
@keyframes payScroll {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}
@media(max-width: 768px) {
.paySection {
padding: 24px 0;
}
.payItem img {
height: 28px;
}
.payList {
gap: 40px;
animation-duration: 16s;
}
.payNote {
font-size: 14px;
margin-top: 20px;
}
}
높은 전환율의 마케팅 자료
배너, 랜딩 페이지, 잠재 고객 생성 양식 등 다양한 마케팅 자료 라이브러리를 활용하세요. 딥링크 및 통합 도구도 지원됩니다.
.marketingHeroSection{
width:100%;
position:relative;
overflow:hidden;
min-height:420px;
background-image:url("https://aximedia.s3.amazonaws.com/rebrand-prod/2o2bquki/marketing-banner-1.png");
background-size:cover;
background-position:center;
background-repeat:no-repeat;
margin:70px 0;
}
.marketingHeroSection:before{
content:"";
position:absolute;
inset:0;
background:rgba(0,0,0,0.55);
}
.marketingHeroInner{
position:relative;
z-index:2;
min-height:420px;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
text-align:center;
padding:80px 20px;
color:#fff;
}
.mh-title{
font-size:40px;
font-weight:500;
margin-bottom: 24px !important;
}
.mh-subtitle{
font-size:18px;
max-width:620px;
line-height:1.6;
}
@media (max-width:768px){
.marketingHeroSection{
margin:30px 0;
min-height:540px;
background-image:url("https://aximedia.s3.amazonaws.com/rebrand-prod/p0mp4ojw/marketing-mobile-banner-1.png");
}
.marketingHeroInner{
min-height:540px;
padding: 60px 25px;
}
.mh-title{
font-size:28px;
}
.mh-subtitle{
font-size:16px;
}
}
트레이더가 경쟁력을 얻는 곳
1200개 이상의 글로벌 시장
외환, 지수, 암호화폐, 주식
3가지 암호화폐 거래 옵션
MT4/5의 CFD와 Axi 트레이딩 플랫폼의 현물 및 무기한 선물
카피 트레이딩 및 펀딩 트레이더 프로그램 (Axi Select)
모든 경험 수준의 트레이더를 위한 옵션
낮은 스프레드 및 빠른 체결
지연 시간 중앙값 30밀리초 미만
유연한 현지 결제수단
다양한 입출금 수단 지원
.tradersEdgeOuter{
width:100%;
padding: 70px 0;
}
.tradersEdgeSection{
width:1250px;
max-width:calc(100% - 40px);
margin:0 auto;
padding:56px 29px 41px 68px;
background:#faf8f6;
border:1px solid #C6BAAF;
border-radius:20px;
position:relative;
overflow:hidden;
box-sizing:border-box;
}
.tradersEdgeSection:after{
content:"";
position:absolute;
right:0;
bottom:0;
width:600px;
height:370px;
background-image:url("https://aximedia.s3.amazonaws.com/rebrand-prod/hicfxijb/frame-2147231472.png");
background-repeat:no-repeat;
background-size:contain;
background-position:right bottom;
opacity:1;
pointer-events:none;
z-index:0;
}
.edge-title,
.edge-grid{
position:relative;
z-index:2;
}
.edge-title{
text-align:center;
font-size:40px;
font-weight:600;
margin:0 0 40px !important;
}
/* GRID */
.edge-grid{
display:grid;
grid-template-columns:1fr 440px;
gap: 56px;
align-items:stretch;
}
/* LEFT */
.edge-left{
display:flex;
flex-direction:column;
gap:18px;
}
/* CARDS */
.edge-card{
display:flex;
align-items:flex-start;
gap:16px;
background:#f1eeeb;
border:1px solid #e4dfda;
border-radius:12px;
padding: 14px 17px;
}
.edge-icon{
width:42px;
height:42px;
border-radius:8px;
display:flex;
align-items:center;
justify-content:center;
flex-shrink:0;
}
.edge-icon img{
width: 40px;
height: 40px;
}
/* TEXT */
.edge-text h3{
font-size:18px;
margin:0 0 4px;
font-weight:700;
color:#1a1a1a;
}
.edge-text p{
font-size:16px;
color:#666;
margin:0;
}
.edge-right{
display: flex;
justify-content: center;
align-items: flex-end;
margin-bottom: -55px;
}
.edge-right img{
width:260px;
height:600px;
object-fit:contain;
display:block;
}
@media (max-width:768px){
.tradersEdgeOuter{
padding: 30px 0;
}
.tradersEdgeSection{
width:100%;
max-width:calc(100% - 28px);
padding:50px 20px;
border-radius:20px;
}
.edge-title{
font-size:28px;
margin-bottom: 32px !important;
}
.edge-grid{
grid-template-columns:1fr;
gap:26px;
}
.edge-right{
display:none;
}
.edge-card{
flex-direction: column;
}
.edge-text h3{
font-size:16px;
}
.edge-text p{
font-size:14px;
}
}
.formSection .enquiry-form.slantbg-beige{
background-color: #fcfbfa !important;
}
(min-width: 992px) {
.formSection .vertical-form form .captcha-field, [class*=div-form] form .captcha-field {
margin-top: 0 !important;
}
}
@media (min-width: 768px) {
.formSection .vertical-form form .captcha-field, [class*=div-form] form .captcha-field {
margin-top: 0 !important;
}
}
.gallerySection{
width:100%;
padding:40px 0;
overflow:hidden;
}
.galleryTrack{
overflow-x:auto;
overflow-y:hidden;
width:100%;
scroll-snap-type:x mandatory;
-webkit-overflow-scrolling:touch;
scrollbar-width:none;
cursor:grab;
}
.galleryTrack::-webkit-scrollbar{
display:none;
}
.galleryTrack:active{
cursor:grabbing;
}
.galleryList{
display:flex;
gap:22px;
padding:10px 40px;
box-sizing:border-box;
width:max-content;
}
.galleryItem{
flex:0 0 auto;
width:370px;
height:260px;
border-radius:20px;
overflow:hidden;
scroll-snap-align:center;
}
.galleryItem img{
width:100%;
height:100%;
object-fit:cover;
display:block;
border-radius:20px;
}
.galleryDots{
display:flex;
justify-content:center;
gap:8px;
margin-top:18px;
}
.galleryDot{
width:10px;
height:10px;
border-radius:50%;
background:#D9D9D9;
border:none;
padding:0;
cursor:pointer;
}
.galleryDot.is-active{
background:#FC404D;
}
@media(max-width:768px){
.gallerySection{
padding:30px 0;
}
.galleryList{
gap:14px;
padding:10px 18px;
}
.galleryItem{
width:300px;
height:220px;
border-radius:18px;
}
.galleryItem img{
border-radius:18px;
}
}