@charset "euc-kr";
/* ==================================================
    Supply
================================================== */
.supply-wrap * {box-sizing:border-box;word-break:keep-all;overflow-wrap:break-word}
.supply-wrap {width:100%;background:#fff;font-family:'Pretendard','Pretendard Variable',sans-serif;color:#333}
.supply-inner {width:100%;max-width:1200px;margin:0 auto;padding:56px 0 50px}
.supply-tab {display:flex;width:100%;margin:0 0 40px;overflow:hidden}
.supply-tab a {display:flex;align-items:center;justify-content:center;flex:1;min-width:0;padding:14px 20px;border-bottom:1px solid #dbdee5;background:#fff;color:#555;font-size:16px;font-weight:400;line-height:24px;letter-spacing:-0.16px;text-align:center;text-decoration:none}
.supply-tab a.on {border-bottom:3px solid #2c5bf6;color:#2c5bf6;font-weight:700}
.supply-tab-cont {display:none}
.supply-tab-cont.on {display:block}
.supply-section {margin-top:60px}
.supply-tab-cont .supply-section:first-child {margin-top:0}
.supply-section h3 {margin:0 0 12px;color:#333;font-size:20px;font-weight:600;line-height:28px;letter-spacing:-0.4px}
.supply-step-list {display:flex;gap:24px;width:100%;--step-gap-half:12px;--step-arrow-width:17px;--step-arrow-half:8.5px;--step-arrow-height:18px}
.step-item {position:relative;flex:1;min-width:0}
.step-card {display:flex;flex-direction:column;width:100%;height:100%;min-height:128px}
.step-num {display:flex;align-items:center;justify-content:center;height:50px;margin:0;border:1px solid #e5e5e5;border-radius:6px 6px 0 0;background:#f5f5f5;color:#333;font-size:16px;font-weight:400;line-height:1.4;letter-spacing:-0.16px;text-align:center}
.step-body {display:flex;align-items:center;justify-content:center;flex:1;flex-direction:column;gap:8px;padding:20px 10px;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;border-left:1px solid #e5e5e5;border-radius:0 0 6px 6px;background:#fff;text-align:center}
.step-body strong {display:block;color:#333;font-size:16px;font-weight:700;line-height:1.4;letter-spacing:-0.16px}
.step-body ul {margin:0;padding:0;list-style:none;text-align:left}
.step-body li {position:relative;padding-left:8px;color:#555;font-size:14px;font-weight:400;line-height:1.5;letter-spacing:-0.14px}
.step-body li:before {content:"";position:absolute;left:0;top:10px;width:2px;height:2px;border-radius:50%;background:#555}
.step-arrow {position:absolute;left:calc(100% + var(--step-gap-half) - var(--step-arrow-half));top:50%;z-index:2;width:var(--step-arrow-width);height:var(--step-arrow-height);transform:translateY(-50%)}
.step-arrow svg {display:block;width:var(--step-arrow-width);height:var(--step-arrow-height)}
.step-item:last-child .step-arrow {display:none}
.supply-table {width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed}
.supply-table caption {overflow:hidden;position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0)}
.supply-table .col-head {width:250px}
.supply-table th {padding:16px;border-top:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;background:#f5f5f5;color:#333;font-size:16px;font-weight:400;line-height:1.4;letter-spacing:-0.16px;text-align:center;vertical-align:middle}
.supply-table td {padding:16px 32px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;background:#fff;color:#555;font-size:14px;font-weight:400;line-height:1.5;letter-spacing:-0.14px;text-align:left;vertical-align:middle}
.supply-table ul {margin:0;padding:0;list-style:none}
.supply-table li {position:relative;padding-left:8px;color:#555;font-size:14px;font-weight:400;line-height:1.5;letter-spacing:-0.14px}
.supply-table li:before {content:"";position:absolute;left:0;top:10px;width:2px;height:2px;border-radius:50%;background:#555}
.supply-table p {margin:4px 0 0;color:#555;font-size:14px;font-weight:400;line-height:1.5;letter-spacing:-0.14px}
.supply-note {margin:20px 0 0;padding:0;list-style:none}
.supply-note li {position:relative;padding-left:12px;color:#777;font-size:13px;font-weight:400;line-height:1.5;letter-spacing:-0.13px}
.supply-note li:before {content:"¡Ø";position:absolute;left:0;top:0;color:#777}

@media (max-width:1199px) {
	.supply-inner {max-width:none;padding:40px 24px 50px}
	.supply-step-list {display:flex;flex-wrap:wrap;justify-content:center;gap:12px 24px}
	.step-item {flex:none;width:calc((100% - 48px) / 3)}
	.step-item:nth-child(3) .step-arrow,.step-item:nth-child(5) .step-arrow {display:none}
	.supply-table .col-head {width:200px}
}

@media (max-width:767px) {
	.supply-inner {padding:16px 16px 32px}
	.supply-tab {margin-bottom:16px}
	.supply-tab a {padding:10px 20px;font-size:14px;line-height:1.5;letter-spacing:-0.28px}
	.supply-section {margin-top:24px}
	.supply-section h3 {margin-bottom:8px;font-size:18px;line-height:26px;letter-spacing:-0.36px}
	.supply-step-list {display:flex;flex-direction:column;gap:12px}
	.step-item {width:100%}
	.step-card {display:flex;flex-direction:row;min-height:88px}
	.step-num {flex:none;width:90px;height:auto;border-radius:6px 0 0 6px;font-size:14px;letter-spacing:-0.14px}
	.step-body {align-items:flex-start;gap:4px;padding:12px 24px;border-top:1px solid #e5e5e5;border-left:0;border-radius:0 6px 6px 0;text-align:left}
	.step-body strong {font-size:16px;line-height:1.4;letter-spacing:-0.16px}
	.step-body li {font-size:13px;letter-spacing:-0.13px}
	.step-arrow {display:block!important;right:auto;left:37px;top:auto;bottom:-14px;transform:rotate(90deg)}
	.step-item:last-child .step-arrow {display:none!important}
	.supply-table .col-head {width:90px}
	.supply-table th {padding:16px 8px;font-size:14px;letter-spacing:-0.14px}
	.supply-table td {padding:16px;font-size:13px;letter-spacing:-0.13px}
	.supply-table li {font-size:13px;letter-spacing:-0.13px}
	.supply-table p {font-size:13px;letter-spacing:-0.13px}
	.supply-note {margin-top:16px}
	.supply-note li {font-size:12px;letter-spacing:-0.12px}
}
