
/* 공통 */
.title {
	font-size:5rem;
	font-family: 'Paperlogy', sans-serif;
	line-height:1.15;
	font-weight:400;
	letter-spacing:-.02em;
	padding-bottom:5rem;
}
.title b {
	font-weight: 800;
}


.pc-view {display: block;}
.m-view {display: none;}

@media screen and (max-width: 768px) {
	.pc-view {display: none;}
	.m-view {display: block;}

}
/* ========== Hero ========== */
.hero {
	position:relative;
    background: url('../img/main-bg.jpg') center top repeat-y;
	background-size: cover;
    padding:70px 0;
}

.hero-tit {
	text-align: center;
}
.hero-tit .tiny {
	font-size: 30px;
	font-weight: 600;
	color:#353535;
	font-family: 'Paperlogy', sans-serif;
}
.hero-tit h1 {
	font-size: 80px;
	background: linear-gradient(
	90deg,
	#809DFF,
	#946CF2
	);
	background-size: 300% 300%;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: colorFlow 5s ease infinite;
	font-family: 'Paperlogy', sans-serif;
	font-weight:800;
}

@keyframes colorFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


.hero .title .tiny {
	display:block;
	font-size:15px;
	font-weight:800;
	color:#5b34ee;
	letter-spacing:.06em;
	margin-bottom:10px
}

.hero-illus {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 3rem;
	min-height: 420px;
	position: relative;
}

.hero .illust {
	grid-column: 2;
	position: relative;
	z-index: 10;
}

.hero .illust img {
	width: 100%;
	height: auto;
	display: block;
}

.hero .chips {
	position: relative;
	height: 100%;
}

.hero .chip {
	position: absolute;
	display: block;
	padding: 1.5rem 4rem;
	font-size: 2.6rem;
	border-radius: 999px;
	background: #fff;
	font-weight: 400;
	color: #383440;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	z-index: 5;
	white-space: nowrap;
}

.hero .chips-left {
	display: flex;
	align-items: center;
	top: 160px
}

.hero .chip01 {
	top: 0;
	left: 240px;
}

.hero .chip02 {
	top: 160px;
	left: 80px;
}

.hero .chip03 {
	top: 320px;
	left: 160px;
}

.hero .chips-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	top: 160px;
}

.hero .chip04 {
	top: 0;
	right: 150px;
}

.hero .chip05 {
	top: 160px;
	right: 60px;
}

.hero .chip06 {
	top: 320px;
	right: 0;
}


@media screen and (max-width: 1024px) {
	.hero .illust img {
		max-width:320px;
	}
	.hero-tit h1 {
		font-size:4rem;
	}
	.hero-illus {
		display: flex;
		flex-direction: column;
		gap: 2rem;
		min-height: auto;
	}
	.illust {
		order: 1;
		max-width:340px;
	}
	.hero .chips-left {
		position: static !important;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 1rem;
		width: 100%;
		height: auto;
		justify-content: center;
		order: 2;
	}
	.hero .chips-right {
		position: static !important;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 1rem;
		width: 100%;
		height: auto;
		justify-content: center;
		order: 4;
	}
	.hero .chip {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		white-space: nowrap;
		padding: 1.2rem 3rem;
		font-size: 2rem;
	}
	.hero-tit .tiny {
		font-size: 2.5rem;
		font-family: 'Paperlogy', sans-serif;
	}
	.hero-tit h1 {
		font-family: 3.5rem;
	}

}


/* ========== Breakpoints ========== */
@media (max-width:1200px) {
	.hero .wrap {
		grid-template-columns:1fr;
		gap:24px
	}
	.hero-illus {
		min-height:320px
	}
	.title {
		font-size:3.5rem
	}
}
@media screen and (max-width: 768px) {
	.hero P {
		padding: 35px 0;
	}
	.hero .chip {
		font-size:1.8rem;
		padding:1.2rem 1.5rem;
	}
}


.line-bn {
	padding:4rem 0;
	font-family: 'Paperlogy', sans-serif;
	background-color: var(--primary);
	color:#E4DEFF;
	font-size:5rem;
	font-weight: 400;
	text-align: center;
} 
.line-bn span {
	font-weight: 800;
	text-decoration: underline;
	color:#fff;

}

@media screen and (max-width: 768px) {
	.line-bn {
		font-size:3.5rem
	}
}

/* ========== Partner ========== */

.sec-partenr {
	padding:10rem 0 12rem 0;
    background:linear-gradient(180deg,#ffffff 0%,#F4F0FF 100%)
}
.sec-partenr .title b {
	color: var(--primary);
}

.chat-container {
	max-width: 1200px;
	margin: 0 auto 110px auto;
	display: flex;
	flex-direction: column;
}
.chat-container .label-tit span {
	font-family: 'Paperlogy', sans-serif;
	font-size:600;
	font-size:3rem;
	background-color: #A9B7CE;
	display: block;
	padding:10px 30px;
	border-radius: 30px;
	color:#fff;
	float:left;
	margin-bottom:25px;
}
.chat-container .label-tit .primary {
	float:right;
	background-color: var(--primary);
	margin-top:25px;
}



/* ========== 좌측 정렬 (상단) ========== */
.chat-bubble-group.left {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.chat-bubble-group.left .chat-avatar {
	flex-shrink: 0;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	overflow: hidden;
}

.chat-bubble-group.left .chat-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.chat-bubble-group.left .chat-bubbles {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
}

/* 좌측 말풍선 꼬리 */
.chat-bubble-group.left .chat-bubble {
	padding: 10px 30px;
	border-radius: 10px;
	background: #EAF1FB;
	color: #333;
	font-size: 2.4rem;
	line-height: 1.5;
	word-break: break-word;
	display: inline-block;
	position: relative;
	width: fit-content;
}

.chat-bubble-group.left .chat-bubble::before {
	content: '';
	position: absolute;
	left: -12px;
	top: 12px;
	width: 17px;
	height: 13px;
	background-image: url('../img/img-chat.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/* ========== 우측 정렬 (하단) ========== */
.chat-bubble-group.right {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	gap: 20px;
}

.chat-bubble-group.right .chat-avatar {
	flex-shrink: 0;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	overflow: hidden;
}

.chat-bubble-group.right .chat-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.chat-bubble-group.right .chat-bubbles {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-end;
	position: relative;
}

/* 우측 말풍선 꼬리 */
.chat-bubble-group.right .chat-bubble::after {
	content: '';
	position: absolute;
	right: -12px;
	top: 12px;
	width: 12px;
	height: 20px;
	background-image: url('../img/img-chat.svg');
	transform: scaleX(-1);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.chat-bubble-group.right .chat-bubble {
	padding: 10px 30px;
	border-radius: 10px;
	background: #EAF1FB;
	color: #333;
	font-size: 2.4rem;
	line-height: 1.5;
	word-break: break-word;
	display: inline-block;
	position: relative;
	width: fit-content;
}




.partner-grid {
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:20px
}
.partner-card {
	display:flex;
	gap:25px;
	padding:40px 30px;
	border-radius:14px;
	background:#fff;
	border:1px solid var(--border)
}
.partner-card .avatar {
	width:90px;
	height:90px;
	border-radius:50%;
	flex: none;
}
.partner-card .review {
	font-size:2rem;
	color: #666;
}
.partner-card .review .subtle {
	font-size:2.2rem;
	color:#252525;
	padding-bottom:20px;
}
/* ========== 모바일 (768px 이하) ========== */
@media screen and (max-width: 768px) {
	.chat-container {
		margin:0 auto 40px auto;
	}
	.chat-container .label-tit span {
		font-size:2rem;
	}
	.chat-bubble-group.right {
		flex-direction: row;
	}

	.chat-bubble-group.right .chat-bubbles {
		align-items: flex-start;
	}
	
	.chat-bubble-group.left .chat-avatar,
	.chat-bubble-group.right .chat-avatar {
		width:120px;
		height:120px;
	}

	.chat-bubble-group.right .chat-bubble::after {
		display: none;
	}

	.chat-bubble-group.right .chat-bubble::before {
		content: '';
		position: absolute;
		left: -12px;
		top: 12px;
		width: 12px;
		height: 20px;
		background-image: url('../img/img-chat.svg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.chat-bubble-group.left .chat-bubble,
	.chat-bubble-group.right .chat-bubble
	{
		font-size:1.8rem;
		word-break: keep-all;
	}
	.sec-partenr {
		padding:5rem 0 7rem 0;
	}
	.partner-card {
		padding:25px 15px;
	} 
	.partner-card .avatar {
		width:70px;
		height:70px;
	}
	.partner-card .review {
		font-size:1.8rem;
	}
	.partner-card .review .subtle {
		font-size:1.8rem;
	}
	.chat-container .label-tit .primary {
		float:left;
	}
	
}
@media screen and (max-width:640px) { 
	.chat-bubble-group.left .chat-avatar,
	.chat-bubble-group.right .chat-avatar {
		width:80px;
		height:80px;
	}
	.chat-bubble-group.left .chat-bubble, 
	.chat-bubble-group.right .chat-bubble {
		font-size:1.6rem;
	}
}

/* ========== Process diagonal graphic ========== */
.process {
	background:#fff;
	padding:10rem 0;
}
.process-wrap {
	display:grid;
	grid-template-columns:.9fr 1.1fr;
	gap:36px;
	align-items:center
}
.process ul {
	margin:0;
	padding-left:18px
}
.process li {
	margin:1rem 0;
	font-size:2.4rem
}
.process li span {
	display: inline-block;
	width:50px;
	height:50px;
	border-radius: 50%;
	background-color: #8E65E6;
	font-family: 'Paperlogy';
	font-weight: 800;
	color:#fff;
	margin-right:2rem;
	text-align:center;
	line-height: 50px;

}
.process-graphic {
	position:relative;
	display:grid;
	place-items:center
}
.process-graphic .cross {
	padding-bottom:30px;
}
.process-tit {
	width:100%;
	font-size: 5rem;
	color:#fff;
	background:linear-gradient(90deg,#6E8EFF 0%,#8E65E6 100%);
	border-radius: 100px;
	letter-spacing:-1.2pt;
	font-family: 'Paperlogy';
	padding:1rem 0;
}

@media screen and (max-width: 768px) { 
	.process {
		padding:5rem 0;
	}
	.process .title {
		padding-bottom:2.5rem
	}
	.process-wrap {
		grid-template-columns:1fr;
	}
	.process-tit {
		font-size:3.5rem;
	}
	.process li {
		font-size:2rem;
	}
	.process li span {
		width:30px;
		height:30px;
		font-size:1.8rem;
		line-height: 30px;;
	}
}
/* ========== One-click Flow ========== */
.flow {
	background:#8E65E6;
	color:#fff;
	padding:10rem 0;
}
.flow .title {
	color:#fff
}
.flow .flow-steps {
	margin:18px 0
}
.flow .step {
	background:rgba(255,255,255,.12);
	padding:8px 12px;
	border-radius:999px
}
.flow .arrwo {
	padding:3rem 0 2.5rem 0;
}
.flow .flow-tit {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 900;
	gap: 20px;
}
@media screen and (max-width: 768px) { 
	.flow {
	padding:5rem 0;
	}
}


/* ========== CTA feature cards ========== */
.feature-grid {
	display:grid;
	grid-template-columns:repeat(2,1fr);
	gap:20px
}
.feature-card {
	border-radius:20px;
	background: linear-gradient(to right, #6E8EFF, #8E65E6);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:4rem;
	position: relative;
	overflow: hidden;

}
.feature-card::before {
  content: '';
  position: absolute;
  top: 2px;   
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #fff; 
  border-radius: 18px; 
  z-index: 0;
  pointer-events: none;
}
.feature-card h3 {	
	position: relative;
	z-index: 1;
	font-size:2.4rem;
	color:var(--primary);
	font-weight: 700;
}
.feature-card h3 span {
	display: inline-block;
	background-color: var(--primary);
	font-size:2rem;
	font-weight: 500;
	margin-bottom:20px;
	color:#fff;
	border-radius: 5px;
	padding:1rem 2rem;
}
.feature-grid .context {	
	position: relative;
	z-index: 1;
	width:230px;
}
.feature-grid .context p {
	display: flex;
	justify-content: space-between;
	color:#444;
	font-size:2rem;
	margin-bottom:1rem;
	font-weight: 500;
}
.feature-grid .context p .tit {
	color:#888;
	font-size:1.6rem;
}



/* ========== Pricing ========== */
.pricing {
	background:#EAF1FB;
	padding: 10rem 0;
}
.pricing .container {
	width:min(100%,1530px);
}
.pricing-grid {
	display:grid;
	grid-template-columns:repeat(5,1fr);
	gap:20px
}
.price-card {
	padding:30px;
	border-radius:20px;
	border:1px solid var(--border);
	background:#fff;
}
.price-card h3 {
	font-size:2.4rem;
	font-weight: bold;
	padding-bottom:3rem;
}
.price-card h3.font-primary {
	color: var(--primary);
}
.price-card h3.font-gold {
	color:#FFB62F
}
.price-card h3.font-sliver {
	color:#989898;
}
.price-card h3.font-normal {
	color:#81ADFF;
}
.price-card hr {
	border: none;
	background-color: var(--border); 
	height: 1px; 
	margin:10px 0 20px 0;
}

.price-card p {
	display: flex;
	justify-content: space-between;
	color:#444;
	font-size:2rem;
	margin-bottom:1rem;
	font-weight: 500;
}
.price-card p .tit {
	color:#888;
	font-size:1.6rem;
}
.price-card p b {
	font-weight: 800;
	color:#000
}
.price-info {
	color:#666;
	font-size:1.6rem;
	text-align: right;
    margin-top: 2rem;
}
.plan-steps {
    padding:7rem 0 3rem 0;
}


@media (max-width:960px) {
    .pricing {
        padding: 5rem 0;
    }
	.pricing-grid {
		grid-template-columns:1fr;
	}
	.feature-grid {
		grid-template-columns:1fr
	}
	.partner-grid {
		grid-template-columns:1fr
	}
	.process-wrap {
		grid-template-columns:1fr
	}
	.nav .desktop-only {
		display:none
	}
	.mobile-toggle {
		display:inline-flex
	}
}

@media screen and (max-width: 768px) { 
	.feature-card {
		display: block;
        padding:2.5rem;
	}
    .feature-card h3 {
        margin-bottom:20px;
    }
    .feature-grid .context {
        width:100%;        
    }
    .feature-grid .context p {
        font-size:1.8rem;
    }
    .price-card {
        padding:2.5rem;
    }
    .price-card p {
        font-size:1.8rem;
    }
    .plan-steps {
    padding:3.5rem 0 1.5rem 0;
    }

}

@media (max-width:640px) {
	.title {
		font-size:3rem
	}
	.illus-card {
		border-radius:2rem
	}
	.btn {
		padding: .8rem 1rem
	}
}

.event {
    padding:10rem 0;
    background: url('/theme/zero/img/event-bg.jpg') center top repeat-x;
    background-size: cover
}
.event-grid {
    display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:40px;
}
.event-grid .event-card {
    background: #fff;
    border-radius: 2rem;
    padding:5rem;    
}
.event-grid .event-card .tit span {
    display: inline-block;
    background: var(--primary);
    border-radius: 40px;
    padding:10px 20px;
    color:#fff;
    font-family: 'Paperlogy', sans-serif;
    font-size:1.6rem;
    font-weight: 500
}
.event-grid .event-card .tit span.blue {
    background: #6E8EFF;
}
.event-grid .event-card .tit h5 {
    padding:2rem 0;
    font-size:4rem;    
    font-weight: 800;
    letter-spacing: -1pt;
}
.event-grid .event-card .tit p {
    color:#444; 
    font-size:2rem;
}
.event-grid .event-card .img {
    text-align: right;
    padding-top:3.5rem;
}

@media screen and (max-width: 768px) { 
    .event {
        padding: 5rem 0;
    }
    .event-grid {
        grid-template-columns:1fr
    }
    .event-grid .event-card {
        padding:2.5rem;
    }
    .event-grid .event-card .tit h5 {
        font-size:3rem;
    }
    .event-grid .event-card .tit h5 br {
        display: none
    }
    .event-grid .event-card img {
        height: 80px;
    }
}


.cases {
    background:linear-gradient(180deg,#ffffff 0%,#E9E6FF 100%);
    padding:10rem 0;
}
    
    
/* Horizontal table for 거래액 */
.cases .table-wrap {
	overflow:auto;
	border:1px solid var(--border);
	border-radius:20px 20px 0 0;
}
.cases table {
	border-collapse:collapse;
	min-width:720px;
	width:100%
}
.cases th,.cases td {
    background:#fff;
	padding:2rem;
	border-bottom:1px solid var(--border);
    border-right:1px solid var(--border);
	text-align:right;
    font-size:2rem;
    color:#252525;   
}
.cases th {
    text-align: center
}
.cases th:last-child, .cases td:last-child {
    border-right: 0;
}
.cases td.com {
    text-align: left;
    font-weight: 600
}
.cases thead th {
	position:sticky;
	top:0;
	background:#202A38;
	font-weight: 800
}

@media screen and (max-width: 768px) { 
    .cases th,.cases td {
        padding:1.5rem;
    }
    .cases td {
        font-size:1.8rem;
    }
}

.contact {
    background: url('/theme/zero/img/contact-bg.jpg') center top repeat-x;
    background-size: cover;
    padding:9rem 0;
}
.contact .title {
    font-size:4rem;
    font-weight: 600
}
.contact .btn-group {
    display: flex;
    justify-content: center;
}
.contact .btn-group .btn {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin:0 20px;
    max-width: 410px;
    font-size:3rem;
    padding:30px;
    margin:0 20px;
    border-radius: 20px;
    height:90px;
    font-family: 'Paperlogy', sans-serif;
    
}
.contact .btn-group .btn img {
    padding-left:30px;
}
.contact .btn-group .btn-kakao {
    background:#FDE500;
    color:#3C1E1E;
}
@media screen and (max-width: 768px) {  
    .contact {
        padding:4rem 0;
    }
    .contact .title {
        font-size:3rem;
    }
    .contact .btn-group {
        display: block
    }
    .contact .btn-group .btn {
        font-size:2rem;
        padding:12px 20px;
        max-width: 100%;
        height:60px;
        margin:10px 0;;
    }
}
