/* ==========================
   VISUAL
========================== */
.visual-wrap .visual{width:100%; max-width:1000px; text-align:center; margin:0 auto;}
.visual-wrap .visual h1{font-size:clamp(18px, calc(18px + (30 - 18) * ((100vw - 360px) / 840)), 30px); padding:56px 0;}

/* ==========================
   APPLY GATE LAYOUT
========================== */
.apply-gate__panel{position:relative; max-width:1000px; margin:0 auto; padding-bottom:90px;}
.apply-gate__head{display:flex; align-items:center; justify-content:center; padding:56px 0; background:#fff;}
.apply-gate__title{margin:0; font-size:clamp(28px, calc(18px + (30 - 28) * ((100vw - 360px) / 840)), 30px); font-weight:700; letter-spacing:-0.5px; color:#111; line-height:140%;}

/* ==========================
   TABS
========================== */
.apply-gate__tabs{display:flex; padding:0; gap:0; background:#fff;}
.apply-gate__tab{flex:1 1 0; height:48px; border:1px solid #E5E7EF; background:#fff; color:#333; font-size:16px; font-weight:600; letter-spacing:-0.35px; cursor:pointer;}
.apply-gate__tab:not(:first-child){border-left:0;}
.apply-gate__tab:first-child{border-radius:6px 0 0 6px;}
.apply-gate__tab:last-child{border-radius:0 6px 6px 0;}
.apply-gate__tab.is-active{background:#333; border-color:#333; color:#fff;}

/* ==========================
   PANES
========================== */
.apply-gate__body{flex:1 1 auto; padding:20px 0 0; overflow:auto; background:#fff;}
.apply-gate__pane{display:none;}
.apply-gate__pane.is-active{display:block;}

/* ==========================
   SECTION CARD
========================== */
.apply-gate__section{position:relative; background:#F4F6FF; border-radius:12px; padding:32px 32px 24px; margin-bottom:clamp(14px, calc(14px + (16 - 14) * ((100vw - 360px) / 840)), 16px);}
.apply-gate__section:last-of-type{margin-bottom:0;}

.apply-gate__section-top{display:flex; align-items:flex-start; justify-content:space-between; gap:10px; margin-bottom:10px;}
.apply-gate__chips{display:flex; gap:4px; flex-wrap:wrap;}
.apply-gate__chip{display:inline-flex; align-items:center; justify-content:center; height:24px; padding:0 8px; border-radius:4px; border:1px solid #C9CED9; background:#F4F6FF; color:#555; font-size:13px; font-weight:500; line-height:140%; letter-spacing:-0.26px;}

.apply-gate__badge{display:flex; height:32px; padding:0 10px; justify-content:center; align-items:center; position:absolute; right:0; top:0; border-radius:0 10px 0 10px; background:#748AE9; color:#fff; font-size:14px; font-weight:700; letter-spacing:-0.3px; text-decoration:none;}

/* ==========================
   HEADING LINK
========================== */
.apply-gate__hgroup{display:flex; align-items:center; gap:8px; text-decoration:none; color:inherit; margin:0 0 10px;}
.apply-gate__h{font-size:clamp(18px, calc(18px + (22 - 18) * ((100vw - 360px) / 840)), 22px); font-weight:700; line-height:125%; letter-spacing:-0.55px; color:#333;}
.apply-gate__h-ico{width:18px; height:18px; border-radius:999px; border:1px solid #D7DAE6; background:#fff; position:relative; flex:0 0 auto;}
.apply-gate__h-ico:after{content:""; position:absolute; left:50%; top:50%; width:5px; height:5px; border-right:2px solid #777; border-bottom:2px solid #777; transform:translate(-60%,-50%) rotate(-45deg);}

/* ==========================
   LIST LINKS
========================== */
.apply-gate__list{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px;}
.apply-gate__link{display:block; position:relative; padding:12px 36px 12px 18px; background:#fff; border:1px solid #E2E6F1; border-radius:6px; color:#333; font-size:14px; font-weight:400; text-decoration:none; line-height:140%; letter-spacing:-0.28px;}
.apply-gate__link:after{content:""; position:absolute; right:18px; top:50%; width:8px; height:8px; border-right:2px solid #999; border-bottom:2px solid #999; transform:translateY(-50%) rotate(-45deg);}

/* ==========================
   CALL ROW
========================== */
.apply-gate__callrow{display:flex; align-items:center; justify-content:space-between; gap:10px; padding:12px 14px; background:#fff; border:1px solid #E2E6F1; border-radius:6px;}
.apply-gate__calltxt{color:#333; font-size:14px; font-weight:400; line-height:140%; letter-spacing:-0.28px;}

.apply-gate__phone{width:28px; height:28px; border-radius:999px; border:0; background:#fff; position:relative; flex:0 0 auto; text-decoration:none;}
.apply-gate__phone:before{content:""; position:absolute; inset:0; margin:auto; width:16px; height:16px; background:#111; -webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M6.6 10.8c1.6 3.1 3.5 5 6.6 6.6l2.2-2.2c.3-.3.7-.4 1.1-.3 1.2.4 2.5.6 3.9.6.6 0 1 .4 1 1V21c0 .6-.4 1-1 1C10.8 22 2 13.2 2 2c0-.6.4-1 1-1h4.3c.6 0 1 .4 1 1 0 1.4.2 2.7.6 3.9.1.4 0 .8-.3 1.1L6.6 10.8z'/></svg>") no-repeat center / contain; mask:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M6.6 10.8c1.6 3.1 3.5 5 6.6 6.6l2.2-2.2c.3-.3.7-.4 1.1-.3 1.2.4 2.5.6 3.9.6.6 0 1 .4 1 1V21c0 .6-.4 1-1 1C10.8 22 2 13.2 2 2c0-.6.4-1 1-1h4.3c.6 0 1 .4 1 1 0 1.4.2 2.7.6 3.9.1.4 0 .8-.3 1.1L6.6 10.8z'/></svg>") no-repeat center / contain;}

/* ==========================
   EMPTY STATE
========================== */
.apply-gate__empty{background:#F3F6FF; border-radius:12px; padding:22px; color:#666; font-size:14px; line-height:1.4;}

/* ==========================
   TA/MO (<=1199)
========================== */
@media (max-width:1199px){
	.apply-gate__panel{padding-top:10px;}
	.apply-gate__tabs{padding:0 16px;}
	.apply-gate__tab{height:42px;}
	.apply-gate__body{padding:20px 16px 0;}
}

/* ==========================
   MO (<=767)
========================== */
/* ºñ¾îÀÖ¾î¼­ Á¦°ÅÇØµµ µÊ */














