/* Transfer service landing page */
.transfer-service {
	--ts-teal: #00a5b5;
	--ts-ink: #101820;
	--ts-copy: #3e4e57;
	--ts-line: #e5e9eb;
	font-family: "Pretendard", sans-serif;
	color: var(--ts-ink);
	overflow: hidden;
}

.transfer-service *, .transfer-service *::before, .transfer-service *::after { box-sizing: border-box; }
.transfer-service h1, .transfer-service h2, .transfer-service h3, .transfer-service p, .transfer-service figure, .transfer-service dl, .transfer-service dd { margin: 0; }
.transfer-service ol, .transfer-service ul { margin: 0; padding: 0; list-style: none; }
.ts-container { width: min(1200px, calc(100% - 48px)); padding: 0 0 0 70px; margin: 0 auto; position: relative; }

.ts-hero { height: 760px; background: #fff; }
.ts-hero-inner { height: 100%; display: flex; align-items: center; }
.ts-hero-copy { width: 50%; position: relative; z-index: 1; }
.ts-hero-heading { color: var(--ts-teal); font-size: 40px; font-weight: 700; letter-spacing: -1px; line-height: 1.25; }
.ts-hero-heading strong { font-weight: 800; }
.ts-hero-heading h1 { color: var(--ts-ink); font-size: 60px; font-weight: 800; letter-spacing: -1.5px; line-height: 1.25; }
.ts-hero-description { margin-top: 30px !important; color: var(--ts-ink); font-size: 24px; font-weight: 700; letter-spacing: -.6px; line-height: 1.45; }
.ts-hero-description strong { color: var(--ts-teal); }
.ts-hero-visual { width: 50%; height: 100%; position: relative; }
.ts-hero-person { position: absolute; right: -1px; bottom: 0; width: min(100%, 562px); height: 700px; object-fit: cover; object-position: center bottom; }
.ts-hero-mobile { display: none; }
.ts-receipt-card { position: absolute; z-index: 1; left: 0; bottom: 66px; width: 340px; padding: 28px 24px; background: #f6f3ea; box-shadow: 0 16px 12px rgba(0,0,0,.25); transform: rotate(-1.4deg); }
.ts-receipt-dash { border-top: 1px dashed #77878f; }
.ts-receipt-card h2 { margin: 16px 0 !important; font-size: 30px; font-weight: 800; letter-spacing: -.75px; }
.ts-receipt-rule { border-top: 1px solid #77878f; }
.ts-receipt-card dl { margin-top: 16px; color: var(--ts-copy); font-size: 16px; letter-spacing: -.4px; }
.ts-receipt-card dl div, .ts-receipt-total { display: flex; justify-content: space-between; gap: 10px; }
.ts-receipt-card dl div + div { margin-top: 10px; }
.ts-receipt-card dt { font-weight: 400; }.ts-receipt-card dd { font-weight: 600; }
.ts-receipt-ellipsis { margin: 10px 0 !important; color: #77878f; font-size: 20px; line-height: .95; text-align: center; }
.ts-receipt-total { align-items: center; padding-top: 16px; font-weight: 800; font-size: 16px; letter-spacing: -.4px; }
.ts-receipt-total strong { color: #e4573d; font-size: 30px; letter-spacing: -.75px; }

.ts-problem { position: relative; padding: 100px 0; color: #fff; text-align: center; }
.ts-problem-bg, .ts-checklist-bg { position: absolute; inset: 0; background: rgba(16, 24, 32, .8) center / cover; }
.ts-problem-bg { background-image: linear-gradient(rgba(16,24,32,.8), rgba(16,24,32,.8)), url('/img/transfer-service/problem-bg.png'); }
.ts-problem-inner { display: flex; flex-direction: column; align-items: center; gap: 40px; }
.ts-store-image { display: block; width: 600px; max-width: 100%; height: 300px; object-fit: cover; border-radius: 16px; box-shadow: 0 4px 15px rgba(0,0,0,.3); }
.ts-problem-quotes { display: flex; flex-direction: column; gap: 16px; font-size: 30px; font-weight: 700; letter-spacing: -.75px; line-height: 1.25; }
.ts-problem-quotes p:nth-child(1) { color: #6e7b83; }.ts-problem-quotes p:nth-child(2) { color: #94a2ab; }.ts-problem-quotes p:nth-child(3) { color: #ccd5da; }
.ts-problem-answer { display: flex; flex-direction: column; align-items: center; gap: 22px; }
.ts-problem-answer > img { width: 130px; height: 30px; object-fit: contain; }
.ts-problem-answer h2 { color: #fff; font-size: 50px; font-weight: 800; letter-spacing: -1.25px; line-height: 1.25; }
.ts-problem-answer h2 em, .ts-tactics h2 em, .ts-pricing em, .ts-checklist h2 em, .ts-closing h2 em { color: #8ff5ff; font-style: normal; }
.ts-problem-answer p { position: relative; padding: 12px 24px; border-radius: 12px; background: var(--ts-teal); font-size: 24px; font-weight: 700; letter-spacing: -.6px; }
.ts-problem-answer p::before { content: ''; position: absolute; top: -7px; left: 50%; width: 14px; height: 14px; background: var(--ts-teal); transform: translateX(-50%) rotate(45deg); }
.ts-problem-answer p strong { position: relative; color: #f6f3ea; }

.ts-message { padding: 100px 0; text-align: center; }
.ts-message .ts-container { display: flex; flex-direction: column; align-items: center; gap: 30px; }
.ts-message-copy { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.ts-message-copy img { width: 40px; height: 30px; object-fit: contain; }
.ts-message-copy h2 { color: var(--ts-teal); font-size: 50px; font-weight: 800; letter-spacing: -1.25px; line-height: 1.2; }
.ts-message-line { display: block; transform-origin: center; }
.ts-message-line-1 { animation: ts-message-line-1 2s ease-out infinite; }
.ts-message-line-2 { animation: ts-message-line-2 2s linear infinite; }
.ts-message-line-3 { animation: ts-message-line-3 2s linear infinite; }

.ts-comparison { padding: 100px 0; background: #ff8771; color: #fff; }
.ts-comparison-inner { display: flex; align-items: flex-start; gap: 30px; }
.ts-comparison h2 { flex: 0 0 310px; font-size: 30px; font-weight: 700; letter-spacing: -.75px; line-height: 1.3; }
.ts-comparison-cards { display: grid; flex: 1; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.ts-flow-card { min-height: 300px; overflow: hidden; position: relative; border-radius: 20px; }
.ts-flow-card > img { width: 100%; }.ts-flow-card::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.68); }
.ts-flow-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; height: 300px; padding: 30px; }
.ts-flow-content.center_aliign {justify-content: center; align-items: center; gap: 10px;}
.ts-flow-label { color: #ff8771; font-size: 30px; font-weight: 700; letter-spacing: -.75px; }
.ts-result-flow { border: 1px solid #e4573d; box-shadow: 0 4px 10px rgba(0,0,0,.3); }.ts-result-flow .ts-flow-label { color: #fff; }.ts-flow-result { align-self: flex-end; color: #ff8771; font-size: 30px; font-weight: 800; letter-spacing: -.75px; }
.ts-flow-between-arrow { display: none; }
.ts-flow-content ol { display: flex; justify-content: space-between; gap: 8px; align-items: center; }
.ts-flow-content li { color: #fff; font-size: 18px; font-weight: 700; text-align: center; }.ts-flow-content li + li::before { content: '→'; float: left; color: #fff; margin-left: -18px; }

.ts-tactics { padding: 100px 0; }
.ts-tactics h2 { color: var(--ts-ink); font-size: 50px; font-weight: 800; letter-spacing: -1.25px; line-height: 1.25; text-align: center; }.ts-tactics h2 em, .ts-pricing em { color: var(--ts-teal); }
.ts-tactic-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 30px; }
.ts-tactic-card { display: flex; min-height: 232px; gap: 20px; padding: 30px; border: 1px solid var(--ts-line); border-radius: 20px; }
.ts-tactic-card > div { flex: 1; }.ts-tactic-card b { display: inline-block; padding: 6px 12px; border-radius: 999px; background: var(--ts-ink); color: #fff; font-size: 12px; letter-spacing: -.3px; }
.ts-tactic-card h3 { margin-top: 8px !important; font-size: 30px; font-weight: 800; letter-spacing: -.75px; line-height: 1.25; }.ts-tactic-card p { margin-top: 8px !important; color: var(--ts-copy); font-size: 16px; letter-spacing: -.4px; line-height: 1.5; }
.ts-tactic-card figure { flex: 0 0 200px; width: 200px; height: 172px; overflow: hidden; border-radius: 8px; background: #e4f6f8; }.ts-tactic-card figure img { width: 100%; height: 100%; object-fit: cover; }
.ts-pricing { margin-top: 56px; text-align: center; }.ts-pricing h3 { font-size: 36px; font-weight: 800; letter-spacing: -.9px; }.ts-pricing p { display: inline-flex; align-items: center; gap: 16px; margin-top: 16px !important; padding: 30px; border-radius: 20px; background: var(--ts-teal); color: #fff; box-shadow: 0 12px 12px rgba(0,0,0,.06); }.ts-pricing p span { font-size: 28px; }.ts-pricing del { color: #e4f6f8; font-size: 20px; }.ts-pricing strong { font-size: 50px; font-weight: 800; letter-spacing: -1.25px; }

.ts-checklist { position: relative; padding: 100px 0; color: #fff; }.ts-checklist-bg { background-image: linear-gradient(rgba(16,24,32,.86), rgba(16,24,32,.86)), url('/img/transfer-service/checklist-bg.png'); }
.ts-checklist h2 { position: relative; font-size: 50px; font-weight: 800; letter-spacing: -1.25px; line-height: 1.25; text-align: center; }.ts-checklist ul { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 30px; }.ts-checklist li { display: flex; min-height: 88px; align-items: flex-start; padding: 20px; border: 1px solid var(--ts-line); border-radius: 20px; font-size: 20px; font-weight: 700; letter-spacing: -.5px; line-height: 1.4; }.ts-checklist li::before { content: ''; flex: 0 0 20px; width: 20px; height: 20px; margin: 4px 10px 0 0; border-radius: 6px; background: #e4f6f8 url('/img/transfer-service/check.svg') center / 10px no-repeat; }

.ts-closing { position: relative; padding: 100px 0; text-align: center; }.ts-closing-glow { position: absolute; top: -100px; left: 50%; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(143,245,255,.42) 0, rgba(143,245,255,.12) 36%, transparent 70%); transform: translateX(-50%); }.ts-closing .ts-container { display: flex; flex-direction: column; align-items: center; position: relative; gap: 20px; }.ts-closing h2 { font-size: 44px; font-weight: 800; letter-spacing: -1.1px; line-height: 1.25; }.ts-closing h2 em { color: var(--ts-teal); }.ts-closing p { color: var(--ts-copy); font-size: 24px; letter-spacing: -.6px; }.ts-apply-link { display: inline-flex; align-items: center; gap: 8px; height: 54px; margin-top: 20px; padding: 0 36px; border-radius: 10px; background: var(--ts-teal); box-shadow: 0 8px 7.5px rgba(0,165,181,.25); color: #fff !important; font-size: 16px; font-weight: 700; letter-spacing: -.4px; text-decoration: none !important; }.ts-apply-link img { width: 20px; height: 20px; }

@keyframes ts-message-line-1 { 0% { opacity: 0; transform: scale(1); } 8.75%, 100% { opacity: 1; } 17.5% { transform: scale(1); } 35% { transform: scale(1.15); } 52.5%, 100% { transform: scale(1); } }
@keyframes ts-message-line-2 { 0%, 12.5% { opacity: 0; transform: scale(1); } 21.25%, 100% { opacity: 1; } 30% { transform: scale(1.15); } 47.5%, 100% { transform: scale(1); } }
@keyframes ts-message-line-3 { 0%, 25% { opacity: 0; transform: scale(1); } 33.75%, 100% { opacity: 1; } 42.5% { transform: scale(1.15); } 60%, 100% { transform: scale(1); } }

@media screen and (max-width: 1199px) {
	.ts-container { width: min(960px, calc(100% - 48px)); }
	.ts-hero { height: 680px; }.ts-hero-heading { font-size: 34px; }.ts-hero-heading h1 { font-size: 49px; }.ts-hero-person { width: 480px; height: 600px; }.ts-receipt-card { bottom: 48px; left: -22px; transform: scale(.84) rotate(-1.4deg); transform-origin: left bottom; }
	.ts-comparison-inner { flex-direction: column; }.ts-comparison h2 { flex-basis: auto; }.ts-flow-content li { font-size: 16px; }
	.ts-tactic-card { min-height: 250px; }.ts-tactic-card figure { flex-basis: 150px; width: 150px; height: 160px; }
}

@media screen and (max-width: 767px) {
	.ts-container { width: calc(100% - 40px); }
	.ts-hero { height: auto; padding: 30px 0 0 0;}.ts-hero-inner { height: auto; flex-direction: column; align-items: stretch; padding-top: 50px; }.ts-hero-copy { width: 100%; }.ts-hero-heading { font-size: 30px; letter-spacing: -.75px; }.ts-hero-heading h1 { font-size: 50px; letter-spacing: -1.25px; }.ts-hero-description { margin-top: 20px !important; font-size: 16px; letter-spacing: -.4px; }.ts-hero-visual { display: flex; position: static; width: 100%; height: 360px; align-items: center; justify-content: flex-end; }.ts-hero-mobile { display: block; width: 296px; height: 360px; object-fit: cover; }.ts-hero-person, .ts-receipt-card { display: none; }
	.ts-problem, .ts-message, .ts-comparison, .ts-tactics, .ts-checklist, .ts-closing { padding: 50px 0; }.ts-problem-bg { background-image: linear-gradient(rgba(16,24,32,.8), rgba(16,24,32,.8)), url('/img/transfer-service/problem-bg-mobile.png'); }.ts-problem-inner { gap: 40px; }.ts-store-image { width: 100%; height: 150px; border-radius: 16px; }.ts-problem .ts-store-image { content: url('/img/transfer-service/problem-store-mobile.png'); }.ts-problem-quotes { gap: 16px; font-size: 20px; letter-spacing: -.5px; }.ts-problem-answer { gap: 30px; }.ts-problem-answer > img { width: 130px; }.ts-problem-answer h2, .ts-message-copy h2, .ts-tactics h2, .ts-checklist h2 { font-size: 30px; letter-spacing: -.75px; }.ts-problem-answer p { padding: 12px 24px; font-size: 16px; }
	.ts-message .ts-container { gap: 20px; }.ts-message .ts-store-image { content: url('/img/transfer-service/message-store-mobile.png'); width: 320px; height: 160px; border-radius: 8px; }.ts-message-copy { gap: 10px; }.ts-message-copy img { width: 20px; height: 15px; }
	.ts-comparison-inner { gap: 20px; }.ts-comparison h2 { font-size: 24px; }.ts-comparison-cards, .ts-tactic-grid, .ts-checklist ul { grid-template-columns: 1fr; }.ts-comparison-cards { gap: 10px; }.ts-flow-card, .ts-flow-content { min-height: 280px;}.ts-flow-content { padding: 20px; }.ts-flow-label, .ts-flow-result { font-size: 30px; }.ts-flow-content ol { flex-direction: column; justify-content: center; gap: 10px; }.ts-flow-content li { font-size: 16px; }.ts-flow-content li + li::before { content: ''; display: block; float: none; width: 24px; height: 24px; margin: 10px auto; background: url('/img/transfer-service/arrow-forward.svg') center / 24px no-repeat; transform: rotate(90deg); }.ts-flow-between-arrow { display: block; width: 24px; height: 24px; margin: 0 auto; transform: rotate(90deg); }
	.ts-tactic-grid { margin-top: 30px; gap: 20px; }.ts-tactic-card { min-height: 0; flex-direction: column; gap: 20px; padding: 14px; border-radius: 20px; }.ts-tactic-card h3 { font-size: 20px; }.ts-tactic-card p { font-size: 14px; }.ts-tactic-card figure { flex: none; width: 200px; height: 172px; }.ts-pricing { margin-top: 30px; }.ts-pricing h3 {max-width: 100%; font-size: 24px; line-height: 1.35; }.ts-pricing p { display: flex; width: 100%; justify-content: center; gap: 16px; margin-top: 16px !important; padding: 16px; border-radius: 20px; }.ts-pricing p span, .ts-pricing del { font-size: 16px; }.ts-pricing strong { font-size: 30px; }
	.ts-checklist-bg { background-image: linear-gradient(rgba(16,24,32,.86), rgba(16,24,32,.86)), url('/img/transfer-service/checklist-bg.png'); }.ts-checklist ul { gap: 20px 10px; margin-top: 30px; }.ts-checklist li { min-height: 0; padding: 14px; border-radius: 10px; font-size: 16px; }.ts-checklist li::before { flex-basis: 16px; width: 16px; height: 16px; margin: 3px 10px 0 0; }
	.ts-closing { padding-bottom: 50px; }.ts-closing .ts-container { gap: 20px; }.ts-closing h2 { width: 274px; max-width: 100%; font-size: 20px; letter-spacing: -.5px; }.ts-closing p { font-size: 14px; letter-spacing: -.35px; }.ts-closing-glow { width: 400px; height: 400px; }.ts-apply-link { height: 54px; margin-top: 0; padding: 0 36px; font-size: 16px; }
}

@media screen and (max-width: 700px) {
	.ts-container {padding: 0;}
	.ts-hero {padding: 70px 0 0 0;}
}

@media (prefers-reduced-motion: reduce) {
	.ts-message-line { animation: none; opacity: 1; transform: none; }
}
