/* ==========================
   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)
========================== */
/* ºñ¾îÀÖ¾î¼­ Á¦°ÅÇØµµ µÊ */







/* layout.css·Î ÀÌµ¿ */
/* ==========================
   ONLINE APPLY LAYER
========================== */
/* .apply-join-layer{display:none; position:fixed; inset:0; z-index:30000;}
.apply-join-layer.is-open{display:block;}
.apply-join-layer__dim{position:absolute; inset:0; background:rgba(0,0,0,0.6);}
.apply-join-layer__dialog{
	position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);
	width:min(500px, calc(100% - 48px));
	background:#fff;
	border-radius:18px;
	padding:26px 22px 22px;
	box-shadow:0 12px 40px rgba(0,0,0,0.25);
}
.apply-join-layer__close{
	position:absolute; right:20px; top:20px;
	width:28px; height:28px; border:0; background:transparent; cursor:pointer;
}
.apply-join-layer__close:before,
.apply-join-layer__close:after{
	content:""; position:absolute; left:50%; top:50%;
	width:30px; height:2px; background:#222; border-radius:2px;
	transform-origin:center;
}
.apply-join-layer__close:before{transform:translate(-50%,-50%) rotate(45deg);}
.apply-join-layer__close:after{transform:translate(-50%,-50%) rotate(-45deg);}

.apply-join-layer__title{margin:0 0 18px; text-align:center; font-size:22px; font-weight:600; letter-spacing:-0.4px; color:#111;}
.apply-join-layer__cards{display:flex; flex-direction:column; gap:14px; align-items:center;}

.apply-join-layer__card{
	width:100%;
	padding:24px 4%;
	border:1px solid #D7DAE6;
	border-radius:10px;
	background:#fff;
	text-decoration:none;
	color:#111;
	font-size:20px;
	font-weight:500;
	display:flex; 
	justify-content:center; 
}

.apply-join-layer__card-in{
	width:min(200px, 100%); 
	display:grid;
	grid-template-columns:44px 1fr;
	align-items:center;
	column-gap:14px;
}

.apply-join-layer__card img{
	width:44px;
	height:44px;
	display:block;
}

.apply-join-layer__txt{ text-align:left; }

.apply-join-layer__txt .is-em{
	position:relative;
	display:inline-block;
	padding:0 4px;
	z-index:1;
}

.apply-join-layer__txt .is-em:after{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:13px;
	background:#D2EAFF;
	z-index:-1;
}

html.is-layer-open, body.is-layer-open{overflow:hidden;}


@media (max-width:1199px){
}

@media (max-width:767px){
    .apply-join-layer__card{
        font-size: 18px;
    }
} */

/* .privacy_agree_pop_wrap{
	border-radius:18px;
	box-shadow:0 12px 40px rgba(0,0,0,0.25);
}
.privacy_agree_pop_wrap .agree_pop_header{
	border-radius:18px;
}
.privacy_agree_pop_wrap .agree_pop_header{
	border-bottom:none;
}
.privacy_agree_pop_wrap{
	height:auto;
}
.privacy_agree_pop_wrap .agree_pop_header .pop_tit{
	font-size: 22px;
	padding-left: 11px;
}
.join_step_wrap{
	padding-top: 30px !important;
}
.input_wrap + .input_wrap{
	margin-top: 20px !important;
}
.privacy_agree_pop_wrap.m_inner {
    width:400px !important;
	max-width: 400px !important;
    min-width: 400px !important;
}

.privacy_agree_pop_wrap .agree_pop_contents {
    padding: 60px 0px 30px 0 !important;
} */