

/* ===== Reset ===== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {padding:0px !important; overflow:hidden; margin:0px !important;}









/* =========================================================
 주요 포인트 색감 수정
========================================================= */
:root {
--point01:#2ea7e0;
--point02:#8fc31f;
--point03:#00913a;
--point04:#4166b0;
--point05:#e99411;

  /* Black */
  --black: #1a1a1a;

  /* White */
  --white: #ffffff;

  /* Grey Scale - Toss Night Mood */
  --grey-50:  #f8fafc;
  --grey-100: #f1f4f8;
  --grey-200: #e5eaf0;
  --grey-300: #d0d7e2;
  --grey-400: #9aa6b8;
  --grey-500: #6f7b8f;
  --grey-600: #4f5b6e;
  --grey-700: #354052;
  --grey-800: #252d3a;
  --grey-900: #171d26;

  /* Text */
  --text-primary: #1a1a1a;
  --text-secondary: var(--grey-600);
  --text-muted: var(--grey-400);
  --text-white: #ffffff;

  /* Line */
  --line-light: var(--grey-200);
  --line-normal: var(--grey-300);
  --line-dark: var(--grey-700);

  /* Background */
  --bg-white: #ffffff;
  --bg-light: var(--grey-50);
  --bg-soft: var(--grey-100);
  --bg-dark: var(--grey-900);


  /* Point */
  --primary: #3472fb;
  --primary-hover: #215de1;
}



/* =========================================================
   글씨체 세팅셋업
========================================================= */

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

*,
*::before,
*::after,
input,
textarea,
select,
button,
input::placeholder,
textarea::placeholder {
  font-family: 'Paperozi', sans-serif;
}


/* =========================================================
br
========================================================= */

.br-mobile::after {
  content: "";
}

.br-pc::after {
  content: "";
}

/* 모바일 */
@media (max-width: 767px) {
  .br-mobile {
    display: block;
  }

  .br-pc {
    display: inline;
  }
}

/* 웹/PC */
@media (min-width: 768px) {
  .br-mobile {
    display: inline;
  }

  .br-pc {
    display: block;
  }
}


/* =========================================================
   레이아웃 넓이 전체적 수정
========================================================= */
#container_wr,
#wrapper {width:100% !important; max-width:100% !important;}

.company_container,
.youth_container {width:100% !important; }
.mp_dashboard,
.sc-wrap,
.yfp-container,
.company_container,
.youth_container,
#sz-sub-visual .sv-inner,
.tw-max-w-7xl,
.sz-container {
max-width:1680px !important;
}

.mp_dashboard,
.board-view-wrap,
.width_area { margin:0 auto; max-width:1680px !important;}
.board-view-wrap,
.width_area,
#sz-sub-visual .sv-inner,
.tw-max-w-7xl,
.sz-container {
width:92% !important
}


.sz-container,
#gnb .gnb_wrap, #container_wr, #ft_wr, #ft_copy {padding-left:0px !important; padding-right:0px !important;}



@media (max-width: 768px) {
#sz-sub-visual .sv-inner {padding-block:20px !important;}
}


/* =========================================================
header
========================================================= */
.header-n {padding:15px 0px clamp(0px, 2.5vw, 40px) 0px;}

 img.tlogo {width:240px; height:100px;  transition:all 0.7s;}


.tw-shadow-md .header-n {padding:6px 0px clamp(0px, 1.5vw, 20px) 0px; border:1px solid red;}
.tw-shadow-md   img.tlogo {width:200px; height:60px; }
.header-tnb {overflow:Hidden; ;}
.header-tnb a {display:inline-flex; min-width:fit-content}


@media (max-width: 768px) {
 img.tlogo ,
.tw-shadow-md  img.tlogo {width:158px; height:47px; ;}
.header-tnb {display:none !important; padding:0px !important;}
.mobile_ham_icon svg{ height:40px; width:40px;}

.mobile_menu {border:2px solid red;}
.nav_a_dep01 {font-weight:800 !important;  margin-top:15px; color:#1a1a1a !important; font-size:19px !important;}
.nav_a_dep02 {font-weight:500 !important; color:var(--grey-600) !important; font-size:16px;}
}


.innerdept-list {margin-top:10px; margin-left:-3rem; }
.innerdept-list .tw-bg-grey-700 {background:#fff; border:1px solid #ddd;  padding:16px !important;}

.innerdept-list .is-active {
  color: var(--point01);
  border-color: var(--point01);
}
.gnb-depth1  {color:#1a1a1a}
/* =========================================================
tw-gap-8
========================================================= */

.tw-gap-9 {
  gap:6rem!important
}



  
/* =========================================================
footer
 ========================================================= */
.tw-border-t  {background:Rgba(0,0,0,0.5) !important; width:100%;}
.foot_bg {background:rgb(54, 67, 93) !important}
.tlogo2 {width:40%; max-width:240px;  /*  mix-blend-mode: multiply;   */filter: brightness(-0.4) invert(6); }
.ftbutton_list {padding-top:clamp(15px, 2.5vw, 50px) !important;}
.ftbutton_list button {color:#fff !important; font-size:clamp(15px, 2.5vw, 17px) !important; font-weight:700; letter-spacing:0px;}
.foot_info {font-size:clamp(13px, 2.5vw, 15px) !important; color:#fff !important; letter-spacing:0px; line-height:1.8 !important;opacity:0.6; font-style:normal;}
.foot_center_wrapin {background:rgba(255,255,255,0.1); padding:clamp(20px, 2.5vw, 50px); width:500px;}
.foot_center_wrapin span {font-size:clamp(13px, 2.5vw, 15px)}
.foot_center_wrapin h4 { font-size:clamp(19px, 2.5vw, 22px) !important; 
font-weight:700; padding-bottom:clamp(0px,2.5vw, 20px) !important; margin-top:0 !important
; margin-bottom:0px !important;}


.foot_wrapin  {flex:1;}
.foot_center_wrapin   {width:600px;}
.foot_center_wrapin .tw-space-y-3  {display:flex; flex-wrap:wrap; gap:10px 10px;}
.foot_center_wrapin .tw-space-y-3 div {width:calc(50% - 10px); margin:unset !important; 
margin-bottom:0px !important; margin-top:10px !important;  padding:0 !important; }
.foot_bg .ininfo {display:flex; flex-wrap:wrap; width:100%;}
.foot_bg .foot_inner_info {flex:1; }


@media (max-width: 790px) {
.foot_center_wrapin .tw-space-y-3  {gap:0;}
.foot_center_wrapin .tw-space-y-3 div {width:100%;}

}


/* ================================


=========================
   서브페이지 01. 청년미래 플러스 소개 페이지
   ========================================================= */

/* ===== Design Token ===== */
.ym-page {
  --ym-hero-gradient: linear-gradient(135deg, #1e3a8a 0%, #2563eb 55%, #3b82f6 100%);
  --ym-navy: #0b1736;
  --ym-text: #101828;
  --ym-muted: #667085;
  --ym-blue: var(--point04);
  --ym-blue-2: #2563eb;
  --ym-sky: var(--point01);
  --ym-line: #e5eaf1;
  --ym-shadow: 0 24px 70px rgba(15, 35, 65, .10);
  --ym-radius-lg: 28px;

  width: 100%;
  overflow: hidden;
}

.ym-inner {
  width: 92% !important;
  max-width: 1680px !important;
  margin: 0 auto;
}

/* ===== Common ===== */
.ym-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ym-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ym-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  background: currentColor;
}

.ym-section-head {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .75fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
  margin-bottom: clamp(32px, 5vw, 58px);
}

.ym-section-title {
  margin-top: 16px;
  color: var(--ym-text);
  font-size: clamp(28px, 4.2vw, 52px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
  word-break: keep-all;
}

.ym-section-desc {
  color: var(--grey-600);
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.9;
  word-break: keep-all;
}

.ym-section-desc strong {
  color: var(--ym-navy);
  font-weight: 800;
}

/* =========================================================
   Hero
   ========================================================= */
.ym-hero {
  --hero-image: url('/img/sub/insubbg01.gif');

  position: relative;
  isolation: isolate;
  min-height: clamp(620px, 74vh, 820px);
  padding: clamp(96px, 11vw, 156px) 0 clamp(86px, 9vw, 128px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(9, 20, 52, .7) 0%, rgba(30, 58, 138, .3) 42%, rgba(37, 99, 235, .2) 100%),
    linear-gradient(135deg, rgba(30, 58, 138, .2) 0%, rgba(46, 167, 224, .1) 100%),
    var(--hero-image),
    var(--ym-hero-gradient);
  background-repeat: no-repeat;
  background-position: center, center, center 42%, center;
  background-size: cover;
  overflow: hidden;
}

.ym-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 22%, #000 100%);
  opacity: .65;
}

.ym-hero::after {
  content: "";
  position: absolute;
  right: -16vw;
  top: -16vw;
  z-index: -1;
  width: 58vw;
  max-width: 820px;
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(45, 168, 232, .18) 0%, rgba(45, 168, 232, .05) 42%, transparent 68%);
  filter: blur(2px);
}

.ym-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}

.ym-hero-copy {
  position: relative;
  z-index: 2;
}

.ym-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.01em;
  backdrop-filter: blur(12px);
}

.ym-hero-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #5fd3ff;
  box-shadow: 0 0 0 5px rgba(95, 211, 255, .16);
}

.ym-hero-title {
  margin-top: clamp(24px, 4vw, 40px);
  font-size: clamp(30px, 7vw, 78px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  word-break: keep-all;
}

.ym-hero-title img {
  width: clamp(45px, 2.5vw, 70px);
  height: clamp(45px, 2.5vw, 70px);
}

.ym-hero-title span {
  color: #78d5ff;
}

.ym-hero-sub {
  max-width: 820px;
  margin-top: 28px;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(16px, 1.45vw, 19px);
  font-weight: 400;
  line-height: 1.7;
  word-break: keep-all;
}

.ym-hero-note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  word-break: keep-all;
}

.ym-hero-note strong {
  color: #fff;
  font-weight: 800;
}

.ym-hero-panel {
  position: relative;
  min-height: 430px;
}

.ym-corp-card {
  position: absolute;
  right: 0;
  top: 0;
  width: min(100%, 520px);
  min-height: 386px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 34px;
  background: linear-gradient(145deg, rgba(15, 35, 85, .76) 0%, rgba(30, 58, 138, .58) 52%, rgba(46, 167, 224, .26) 100%);
  box-shadow: 0 34px 120px rgba(0, 0, 0, .32);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
}

.ym-corp-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, .18), transparent 34%),
    radial-gradient(circle at 90% 90%, rgba(46, 167, 224, .25), transparent 42%);
  pointer-events: none;
}

.ym-corp-card small,
.ym-corp-card h2,
.ym-corp-card ul {
  position: relative;
}

.ym-corp-card small {
  display: block;
  color: rgba(255, 255, 255, .6);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
}

.ym-corp-card h2 {
  margin-top: 16px;
  color: #fff;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.055em;
}

.ym-corp-card ul {
  display: grid;
  gap: 12px;
  margin-top: 34px;
  list-style: none;
}

.ym-corp-card li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: clammp(13px, 2.5vw, 16px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
}

.ym-corp-card li b {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.02em;
}

.ym-hero-figure {
  position: absolute;
  left: 2px;
  bottom: 0;
  width: min(80%, 430px);
  padding: 24px;
  border-radius: 26px;
  background: rgba(255, 255, 255, .96);
  color: var(--ym-navy);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .18);
}

.ym-hero-figure p:first-child {
  color: var(--ym-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.ym-hero-figure p:last-child {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.055em;
}

.ym-hero-visual {
  position: relative;
  height: 130px;
  margin-top: 24px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(0, 91, 172, .1), rgba(45, 168, 232, .18)),
    repeating-linear-gradient(90deg, transparent 0 22px, rgba(0, 91, 172, .08) 22px 23px);
  overflow: hidden;
}

.ym-hero-visual::before,
.ym-hero-visual::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 46px;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, #2da8e8, #005bac);
}

.ym-hero-visual::before {
  left: 28px;
  height: 80px;
  box-shadow:
    70px 18px 0 rgba(0, 91, 172, .75),
    140px 30px 0 rgba(45, 168, 232, .78),
    210px 10px 0 rgba(0, 91, 172, .58);
}

.ym-hero-visual::after {
  right: 26px;
  height: 96px;
  opacity: .25;
}

/* =========================================================
   Program
   ========================================================= */
.ym-program {
  padding: clamp(84px, 10vw, 140px) 0 clamp(70px, 8vw, 110px);
}

.ym-best-visual {
  position: relative;
  min-height: 330px;
  margin-bottom: clamp(34px, 5vw, 56px);
  padding: clamp(34px, 5vw, 72px);
  border-radius: 36px;
  color: #fff;
  background: url('/img/sub/innersub.gif') no-repeat center right / cover;
  box-shadow: 0 36px 110px rgba(30, 58, 138, .24);
  overflow: hidden;
}

.ym-best-visual::before {
  content: "BEST";
  position: absolute;
  right: clamp(-22px, -1.5vw, -8px);
  top: 40%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, .3);
  font-size: clamp(80px, 18vw, 240px);
  font-weight: 900;
  line-height: .78;
  letter-spacing: .08em;
  pointer-events: none;
}

.ym-best-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .25));
  pointer-events: none;
}

.ym-best-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 80px);
  align-items: end;
}

.ym-best-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
}

.ym-best-eyebrow::before {
  content: "";
  width: 38px;
  height: 2px;
  background: #fff;
}

.ym-best-title {
  margin-top: 18px;
  font-size: clamp(28px, 5vw, 54px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.05em;
  word-break: keep-all;
}

.ym-best-title span {
  color: #b8e856;
}

.ym-best-desc {
  max-width: 620px;
  margin-top: 22px;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.9;
  word-break: keep-all;
}

.ym-best-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.ym-best-step {
  --step-color: var(--point01);

  position: relative;
  min-height: 176px;
  padding: 24px 20px 22px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 24px;
  background: rgba(255, 255, 255, .8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
  backdrop-filter: blur(14px);
  overflow: hidden;
  transition:
    transform .42s cubic-bezier(.19, 1, .22, 1),
    background .32s ease;
}

.ym-best-step:nth-child(1) { --step-color: var(--point01); }
.ym-best-step:nth-child(2) { --step-color: var(--point02); }
.ym-best-step:nth-child(3) { --step-color: var(--point05); }
.ym-best-step:nth-child(4) { --step-color: var(--point04); }

.ym-best-step:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 1);
}

.ym-best-step::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: var(--step-color);
}

.ym-best-step em {
  display: block;
  color: var(--step-color);
  font-size: clamp(42px, 4.5vw, 68px);
  font-style: normal;
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.08em;
}

.ym-best-step b {
  display: block;
  margin-top: 18px;
  color: var(--step-color);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.04em;
}

.ym-best-step span {
  display: block;
  margin-top: 6px;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 400;
}

.ym-program-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 46px;
  border: 1px solid var(--ym-line);
  border-radius: var(--ym-radius-lg);
  background: var(--ym-line);
  box-shadow: var(--ym-shadow);
  overflow: hidden;
}

.ym-program-card {
  --card-point: var(--ym-blue);

  position: relative;
  min-height: 430px;
  padding: clamp(26px, 3vw, 34px);
  background: #fff;
  overflow: hidden;
  transition:
    transform .45s cubic-bezier(.16, 1, .3, 1),
    background-color .35s ease,
    box-shadow .35s ease;
}

.ym-program-card:nth-child(1) { --card-point: var(--point01); }
.ym-program-card:nth-child(2) { --card-point: var(--point02); }
.ym-program-card:nth-child(3) { --card-point: var(--point05); }
.ym-program-card:nth-child(4) { --card-point: var(--point04); }

.ym-program-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--card-point), var(--ym-blue-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .45s cubic-bezier(.16, 1, .3, 1);
}

.ym-program-card::after {
  content: attr(data-letter);
  position: absolute;
  right: -8px;
  bottom: -18px;
  color: #f1f5f9;
  font-size: 132px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.08em;
  transition:
    color .35s ease,
    transform .45s cubic-bezier(.16, 1, .3, 1);
}

.ym-program-card:hover {
  z-index: 2;
  transform: translateY(-8px);
  box-shadow: 0 26px 70px rgba(0, 49, 97, .12);
}

.ym-program-card:hover::before {
  transform: scaleX(1);
}

.ym-program-card:hover::after {
  color: #e8f2ff;
  transform: translate(-8px, -6px);
}

.ym-program-meta {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ym-program-num {
  color: var(--card-point);
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 900;
  letter-spacing: .1em;
}

.ym-program-card h3,
.ym-program-card .ym-eng,
.ym-program-card .ym-desc {
  position: relative;
  z-index: 1;
}

.ym-program-card h3 {
  margin-top:clamp(20px, 2.5vw, 40px);
  color: var(--ym-text);
  font-size: clamp(22px, 2vw, 33px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.01em;
  word-break: keep-all;
}

.ym-program-card .ym-eng {
  margin-top: 8px;
  color: var(--card-point);
  font-size: clamp(13px, 2vw, 18px);
  font-weight: 800;
}

.ym-program-card .ym-desc {
  margin-top: 24px;
  color: #5f6b7a;
  font-size: 15px;
  line-height: 1.82;
  word-break: keep-all;
}

.ym-program-more {
  position: absolute;
  left: clamp(26px, 3vw, 34px);
  bottom: clamp(16px, 3vw, 34px);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--grey-400);
  font-size: clamp(20px, 3vw, 34px);
  font-weight: 500;
  letter-spacing: .02em;
}

.ym-program-more::after {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
  transition: width .3s ease;
}

.ym-program-card:hover .ym-program-more::after {
  width: 46px;
}

/* =========================================================
   Contact
   ========================================================= */
.ym-contact {
  padding: clamp(70px, 9vw, 120px) 0 clamp(90px, 10vw, 140px);
}

.ym-contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, .58fr) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: start;
}

.ym-contact-info {
  position: sticky;
  top: 40px;
}

.ym-contact-text {
  margin-top: 18px;
  color: var(--grey-600);
  font-size: 15px;
  line-height: 1.9;
  word-break: keep-all;
}

.ym-contact-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  margin-top: 28px;
  padding: 0 15px;
  border: 1px solid #d7e4f2;
  border-radius: 999px;
  background: #fff;
  color: var(--ym-blue);
  font-size: 13px;
  font-weight: 600;
}

.ym-contact-chip::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ym-blue);
}

.ym-contact-card {
  border: 1px solid var(--ym-line);
  border-radius: var(--ym-radius-lg);
  background: #fff;
  box-shadow: var(--ym-shadow);
  overflow: hidden;
}

.ym-contact-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: clamp(22px, 3vw, 32px);
  border-bottom: 1px solid var(--ym-line);
  background: linear-gradient(135deg, #fff 0%, #f5f9fd 100%);
}

.ym-contact-card-head h3 {
  color: var(--ym-navy);
  font-size: clamp(18px, 2vw, 29px);
  font-weight: 700; padding:0 !important;  margin:0px !important;
  letter-spacing: -0.045em;
}

.ym-contact-card-head p {
  color: var(--grey-600);
  font-size: clamp(13px, 2vw, 15px);
}

.ym-contact-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: var(--ym-hero-gradient);
  color: #fff;
}

.ym-contact-icon svg {
  width: 24px;
  height: 24px;
}

.ym-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ym-table {
  width: 100%;
  min-width: 720px;
  font-size: 15px;
}

.ym-table th {
  padding: 18px;
  border-bottom: 1px solid var(--ym-line);
  background: #f8fafc;
  color: #344054;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

.ym-table td {
  padding: 21px clamp(12px, 2.5vw, 18px);
  border-bottom: 1px solid #eef2f6;
  color: #475467;
  text-align: left;
  vertical-align: middle;
}

.ym-table tbody tr {
  transition: background-color .2s ease;
}

.ym-table tbody tr:hover {
  background: #fbfdff;
}

.ym-table tbody tr:last-child td {
  border-bottom: 0;
}

.ym-role {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef6ff;
  color: var(--ym-blue);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.ym-name {
  color: var(--ym-text);
  font-weight: 700;
  white-space: nowrap;
}

.ym-work {
  min-width: 170px;
}

.ym-phone {
  font-weight: 900;
  white-space: nowrap;
}

.ym-mail a {
  color: var(--ym-blue);
  font-weight: 700;
  white-space: nowrap;
}

.ym-mail a:hover {
  text-decoration: underline;
}

/* =========================================================
   Scroll Motion
   ========================================================= */
.motion {
  opacity: 0;
  transform: translate3d(0, 46px, 0);
  filter: none;
  will-change: opacity, transform, filter;
  transition:
    opacity 1.05s cubic-bezier(.19, 1, .22, 1),
    transform 1.05s cubic-bezier(.19, 1, .22, 1),
    filter 1.05s cubic-bezier(.19, 1, .22, 1);
  transition-delay: var(--motion-delay, 0s);
}

.motion[data-motion="fade"] {
  transform: none;
}

.motion[data-motion="scale"] {
  transform: scale(.96);
}

.motion[data-motion="left"] {
  transform: translate3d(-46px, 0, 0);
}

.motion[data-motion="right"] {
  transform: translate3d(46px, 0, 0);
}

.motion[data-motion="blur"] {
  filter: blur(10px);
}

.motion.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.motion-delay-1 { --motion-delay: .10s; }
.motion-delay-2 { --motion-delay: .20s; }
.motion-delay-3 { --motion-delay: .30s; }
.motion-delay-4 { --motion-delay: .40s; }
.motion-delay-5 { --motion-delay: .50s; }

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .motion {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .ym-program-card,
  .ym-program-card::before,
  .ym-program-card::after,
  .ym-program-more::after {
    transition: none !important;
  }
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1080px) {
  .ym-hero-grid,
  .ym-section-head,
  .ym-contact-layout {
    grid-template-columns: 1fr;
  }

  .ym-hero-panel {
    min-height: 380px;
  }

  .ym-corp-card {
    position: relative;
    margin-left: auto;
  }

  .ym-hero-figure {
    left: 0;
    bottom: -30px;
  }

  .ym-program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ym-contact-info {
    position: static;
  }
}

@media (max-width: 720px) {
  .ym-page {
    --ym-radius-lg: 22px;
  }
  .ym-hero {
    min-height: auto;
    padding: 74px 0 78px;
  }



  .ym-hero-sub br {
    display: none;
  }

  .ym-hero-panel {
    min-height: auto;
    margin-top: 10px;
  }

  .ym-corp-card {
    min-height: auto;
    padding: 26px;
    border-radius: 26px;
  }

  .ym-hero-figure {
    position: relative;
    bottom: auto;
    width: 100%;
    margin-top: 18px;
  }

  .ym-section-head {
    margin-bottom: 32px;
  }

  .ym-best-content {
    grid-template-columns: 1fr;
  }

  .ym-best-step-grid,
  .ym-program-grid {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .ym-program-card {
    min-height: 320px;
  }

  .ym-contact-card-head {
    align-items: flex-start;
  }

  .ym-contact-icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }
}

@media (max-width: 480px) {
  .ym-hero-badge {
    font-size: 12px;
  }

  .ym-hero-note {
    font-size: 13px;
  }

  .ym-corp-card li {
    font-size: 14px;
  }

  .ym-corp-card li b {
    font-size: 18px;
  }

  .ym-hero-figure p:last-child {
    font-size: 19px;
  }
}




/* =========================================================
서브 오시는 길
   ========================================================= */


.ym-location-section {
  position: relative;
  padding-bottom: clamp(70px, 7vw, 120px) ;
}

.ym-location-inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.ym-sub-head {
  margin-bottom: clamp(30px, 4vw, 54px);
}

.ym-sub-head  .ym-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color:var(--point04);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .18em;
}

.ym-sub-head  .ym-eyebrow::before {
  content: "";
  width: 42px;
  height: 2px;
  background:var(--point04);
}

.ym-sub-head h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 58px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -.04em;
}

.ym-sub-head p {
  margin-top: 18px;
  color:var(--grey-600);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.75;
  word-break: keep-all;
}

/* 지도 */
.ym-map-area {
  margin-bottom: clamp(28px, 4vw, 48px);
}

.ym-map-frame {
  position: relative;
  min-height: 520px;
  border: 1px solid rgba(30, 58, 138, .12);
  border-radius: 34px;
  background: #dbe4f0;
  box-shadow:
    0 34px 90px rgba(16, 24, 40, .12),
    inset 0 1px 0 rgba(255, 255, 255, .8);
  overflow: hidden;
}

.ym-map-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .42);
  pointer-events: none;
}

.ym-map-frame::after {
  content: "LOCATION";
  position: absolute;
  right: clamp(20px, 4vw, 54px);
  top: clamp(18px, 3vw, 40px);
  z-index: 6;
  color: rgba(16, 24, 40, .09);
  font-size: clamp(34px, 9vw, 112px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.06em;
  pointer-events: none;
}

/* 카카오맵 퍼가기 강제 사이즈 */
#daumRoughmapContainer1775465646106 {
  width: 100% !important;
  max-width: 100% !important;
  height: 520px !important;
}

#daumRoughmapContainer1775465646106 iframe,
#daumRoughmapContainer1775465646106 .wrap_map {
  width: 100% !important;
  max-width: 100% !important;
  height: 520px !important;
}

/* 카카오맵 퍼가기 하단 주소·전화 블록 숨김 */
#daumRoughmapContainer1775465646106 > .cont,
#daumRoughmapContainer1775465646106 .cont,
#daumRoughmapContainer1775465646106 .section_address,
#daumRoughmapContainer1775465646106 .section.section_address.lst,
#daumRoughmapContainer1775465646106 .roughmap_maker_label,
#daumRoughmapContainer1775465646106 .roughmap_lebel_text,
#daumRoughmapContainer1775465646106 .roughmap_label,
#daumRoughmapContainer1775465646106 .wrap_label,
#daumRoughmapContainer1775465646106 .wrap_info,
#daumRoughmapContainer1775465646106 .roughmap_maker,
#daumRoughmapContainer1775465646106 .roughmap_marker,
#daumRoughmapContainer1775465646106 .wrap_marker,
#daumRoughmapContainer1775465646106 .marker,
#daumRoughmapContainer1775465646106 img[src*="marker"],
#daumRoughmapContainer1775465646106 img[src*="Marker"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* ══════════════════════════════════════════
   로고 마커  ―  제로사이즈 앵커 방식
   .ym-map-logo-marker = width/height 0인 앵커
   left:50% top:50% 가 지도 정중앙 고정점
   핀(위)·라벨(아래)을 absolute child로 분리
   → 리사이즈해도 위치 절대 안 흔들림
══════════════════════════════════════════ */
.ym-map-logo-marker {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* 핀 박스
   bottom: 14px → 핀 박스 바닥이 앵커 위 14px
   ::after triangle이 bottom:-13px이므로
   triangle tip = 앵커점(top:50%)에 정확히 일치 */
.ym-map-logo-pin {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  width:182px;
  height: 82px;
  border: 4px solid #fff;
  border-radius: 28px;
  background: #fff;
  box-shadow:
    0 22px 50px rgba(16, 24, 40, .24),
    0 0 0 10px rgba(46, 167, 224, .16);
}

/* 펄스 링 */
.ym-map-logo-pin::before {
  content: "";
  position: absolute;
  inset: -15px;
  border: 1.5px solid rgba(65, 102, 176, .3);
  border-radius: 34px;
  animation: ymMarkerPulse 2.4s ease-out infinite;
}

/* 핀 꼬리 삼각형 */
.ym-map-logo-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  width: 20px;
  height: 20px;
  border-radius: 0 0 5px 0;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: 8px 8px 14px rgba(16, 24, 40, .10);
}

.ym-map-logo-pin .tlogo {
  position: relative;
  z-index: 1;
  display: block;
 width: 154px;
 height: 54px;
  object-fit: contain;
}



@keyframes ymMarkerPulse {
  0%   { opacity: .8; transform: scale(.88); }
  100% { opacity: 0;  transform: scale(1.28); }
}

/* ══════════════════════════════════════════
   플로팅 카드  ―  상세 디자인
══════════════════════════════════════════ */




/* 하단 카카오맵 버튼 */
.ym-fcard-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  padding:  clamp(12px, 2.5vw, 20px) clamp(16px, 4.5vw, 40px);
  border-top: 1px solid rgba(30, 58, 138, .07);
  background: #FAE100;
  font-size: clamp(14px, 2.5vw, 20px);
  font-weight:600;
  text-decoration: none;
  letter-spacing: -.01em;
  color:#381e1f;
  transition: background .22s, color .22s;
}

.ym-fcard-btn:hover {
  background: rgba(250, 225, 0, .22);
  color: #101828;
}


.ym-fcard-btn svg:first-child {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  fill: #381e1f;
}

.ym-fcard-arrow {
  width: 24px;
  height: 24px;
  margin-left: auto;
  color: #381e1f;
  flex-shrink: 0;
  opacity:0.6;
}

.ym-map-notice {
  margin-top: 14px;
  color: #7a8496;
  font-size: 14px;
  text-align: right;
}

/* 정보 카드 */
.ym-location-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr 1.4fr;
  gap: clamp(18px, 2vw, 28px);
}

.ym-info-card {
  position: relative;
  min-height: 250px;
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid rgba(30, 58, 138, .1);
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(16, 24, 40, .08);
  overflow: hidden;


}

/* .ym-info-card::before {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46, 167, 224, .15) 0%, rgba(46, 167, 224, 0) 70%);
} */

/* .ym-info-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .72) 0%, rgba(255, 255, 255, 0) 46%);
  pointer-events: none;
} */

.ym-info-card-main {
  color: #fff;
/*   background:
    radial-gradient(circle at 88% 18%, rgba(46, 167, 224, .42) 0%, transparent 34%),
    linear-gradient(135deg, #1e3a8a 0%, #2563eb 55%, #3b82f6 100%); */
background:url('/img/sub/innersub.gif') no-repeat center center;
background-size:cover;
  box-shadow: 0 30px 90px rgba(30, 58, 138, .25);
}


.ym-card-icon {
  position: absolute;
  right: clamp(24px, 3vw, 36px);
  top: clamp(24px, 3vw, 36px);
  z-index: 1;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 20px;
  background: #eff6ff;
  color: #4166b0;
}

.ym-info-card-main .ym-card-icon {
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

.ym-card-icon svg {
  width: 28px;
  height: 28px;
}

.ym-info-label {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 22px;
  color: #2ea7e0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
}

.ym-info-card-main .ym-info-label {
  color: rgba(255, 255, 255, .76);
}

.ym-info-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  color: #101828;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 800;
  letter-spacing: -.02em;
}

.ym-info-card-main h3 {
  color: #fff;
}

.ym-address {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, .94);
  font-size: clamp(17px, 2vw, 26px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -.03em;
}

.ym-contact-list {
  position: relative;
  z-index: 1;
  margin: 0;
}

.ym-contact-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid #edf1f6;
}

.ym-contact-list div:first-child {
  padding-top: 0;
}

.ym-contact-list div:last-child {
  border-bottom: 0;
}

.ym-contact-list dt {
  color: #7a8496;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
}

.ym-contact-list dd {
  margin: 0;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 600;
  letter-spacing: -.02em;
}

.ym-traffic-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ym-traffic-list li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px 30px;
  align-items: start;
  padding: 17px 0;
  border-bottom: 1px solid #edf1f6;
}

.ym-traffic-list li:first-child {
  padding-top: 0;
}

.ym-traffic-list li:last-child {
  border-bottom: 0;
}

.ym-traffic-icon {
  display: grid;
  place-items: center;
  width: 68px;
  height:68px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(65, 102, 176, .12), rgba(46, 167, 224, .16));
  color: #4166b0;
}

.ym-traffic-icon svg {
  width:clamp(26px, 2.5vw, 36px);
  height:clamp(26px, 2.5vw, 36px);
}

.ym-traffic-list strong {
  display: block;
  margin-bottom: 5px;
  color: #101828;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -.02em;
}

.ym-traffic-list span:not(.ym-traffic-icon) {
  display: block;
  color: #475467;
  font-size: 15px;
  line-height: 1.65;
  word-break: keep-all;
}

/* 공통 모션 */
.motion {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 1.05s cubic-bezier(.19, 1, .22, 1),
    transform 1.05s cubic-bezier(.19, 1, .22, 1);
}

.motion.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.motion-delay-1 { transition-delay: .08s; }
.motion-delay-2 { transition-delay: .16s; }
.motion-delay-3 { transition-delay: .24s; }

/* ══════════════════════════════════════════
   미디어쿼리
══════════════════════════════════════════ */
@media (max-width: 1180px) {
  .ym-location-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ym-traffic-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {

  .ym-map-frame {
    min-height: 360px;
    border-radius: 24px;
  }

  #daumRoughmapContainer1775465646106,
  #daumRoughmapContainer1775465646106 iframe,
  #daumRoughmapContainer1775465646106 .wrap_map {
    height: 360px !important;
  }




  .ym-fcard-top {
    padding: 11px 14px 10px;
  }

  .ym-fcard-rows {
    padding: 12px 14px 10px;
  }

  .ym-fcard-row p {
    font-size: 13px;
  }
.ym-map-logo-pin {
  width:132px;
  height: 42px;

}



.ym-map-logo-pin .tlogo {
 width: 124px;
 height: 24px;
}


  /* 정보 카드 */
  .ym-location-grid {
    grid-template-columns: 1fr;
  }

  .ym-info-card {
    min-height: auto;
    border-radius: 24px;
  }

  .ym-traffic-card {
    grid-column: auto;
  }

  .ym-traffic-list li {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }

  .ym-traffic-icon {
    width: 44px;
    height: 44px;
    border-radius: 15px;
  }

  .ym-map-notice {
    text-align: left;
    font-size: 13px;
  }
}


@media (prefers-reduced-motion: reduce) {
  .motion {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ym-map-logo-pin::before {
    animation: none;
  }

}

/* =========================================================
서브 취업준비청년
 ========================================================= */
.ym-support-section {
  --blue01: #1e3a8a;
  --text01: #101828;
  --text02: #475467;
  position: relative;
  padding-bottom: clamp(72px, 7vw, 124px);
}

.ym-support-section .ym-support-inner {
  position: relative;
  z-index: 1;
}

/* 상단 */
.ym-support-section .ym-sub-head {
  margin-bottom: clamp(36px, 5vw, 68px);
}

.ym-support-section .ym-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  color: var(--point04);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .18em;
}

.ym-support-section .ym-eyebrow::before {
  content: "";
  width: 42px;
  height: 2px;
  background: linear-gradient(90deg, var(--point04), var(--point01));
}

.ym-support-section .ym-sub-head h2 {
  margin: 0;
  color: var(--text01);
  font-size: clamp(38px, 5vw, 76px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -.06em;
}

.ym-support-section .ym-sub-head p {
  margin: 24px 0 0;
  color: #667085;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.8;
  word-break: keep-all;
}

/* BEST 비주얼 */
.ym-support-section .ym-best-hero {
  --best-image: url('/img/sub/insubbg03.gif');
  position: relative;
  min-height: clamp(420px, 40vw, 620px);
  margin-bottom: clamp(72px, 8vw, 120px);
  padding: clamp(36px, 5vw, 76px);
  border-radius: 40px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(7,21,64,.72) 0%, rgba(7,21,64,.58) 45%, rgba(7,21,64,.22) 100%),
    var(--best-image) center / cover no-repeat,
    linear-gradient(135deg, #1e3a8a 0%, #2563eb 55%, #3b82f6 100%);
}

.ym-support-section .ym-best-hero.ym-best-hero2 {
  --best-image: url('/img/sub/insubbg02.gif');
}

.ym-support-section .ym-best-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255,255,255,.16) 0%, rgba(255,255,255,.04) 26%, transparent 54%);
  opacity: .72;
}

.ym-support-section .ym-best-hero::after {
  content: "BEST FIT";
  position: absolute;
  right: -24px;
  bottom: -18px;
  z-index: 0;
  color: rgba(255,255,255,.13);
  font-size: clamp(90px, 16vw, 240px);
  font-weight: 800;
  line-height: .78;
  letter-spacing: -.04em;
  pointer-events: none;
}

.ym-support-section .ym-best-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.ym-support-section .ym-best-label {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  color: rgba(255,255,255,.88);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em;
}

.ym-support-section .ym-best-copy h3 {
  margin: 0;
  font-size: clamp(34px, 4.8vw, 72px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.06em;
}

.ym-support-section .ym-best-copy p {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.85;
  word-break: keep-all;
}

/* BEST 원형 오브젝트 */
.ym-support-section .ym-best-orbit {
  position: absolute;
  right: clamp(34px, 6vw, 96px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: clamp(250px, 28vw, 430px);
  height: clamp(250px, 28vw, 430px);
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.42);
  background:
    linear-gradient(145deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.08) 48%, rgba(10,31,82,.34) 100%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow:
    0 28px 74px rgba(0,24,78,.28),
    inset 0 1px 0 rgba(255,255,255,.36),
    inset 0 -1px 0 rgba(255,255,255,.10);
}

.ym-support-section .ym-best-orbit::before,
.ym-support-section .ym-best-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.ym-support-section .ym-best-orbit::before {
  inset: 13%;
  border: 1px dashed rgba(255,255,255,.58);
}

.ym-support-section .ym-best-orbit::after {
  inset: 31%;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.08);
}

.ym-support-section .ym-best-orbit span {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: clamp(66px, 5vw, 120px);
  height: clamp(66px, 5vw, 120px);
  border-radius: 23px;
  color: #fff;
  font-size: clamp(20px, 5vw, 37px);
  font-weight: 800;
  border: 1px solid rgba(255,255,255,.42);
  box-shadow:
    0 18px 42px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.28);
}

.ym-support-section .ym-best-orbit span:nth-child(1) {
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #1e3a8a, #4166b0);
}

.ym-support-section .ym-best-orbit span:nth-child(2) {
  right: -20px;
  top: 30%;
  background: linear-gradient(135deg, #2563eb, #2ea7e0);
}

.ym-support-section .ym-best-orbit span:nth-child(3) {
  right: 18%;
  bottom: -18px;
  background: linear-gradient(135deg, #00913a, #8fc31f);
}

.ym-support-section .ym-best-orbit span:nth-child(4) {
  left: 18%;
  bottom: -18px;
  background: linear-gradient(135deg, #e67600, #e99411);
}

.ym-support-section .ym-best-orbit span:nth-child(5) {
  left: -20px;
  top: 30%;
  background: linear-gradient(135deg, #cb5a9a, #b04160);
}

/* 섹션 타이틀 */
.ym-support-section .ym-section-title {
  margin: 0 0 30px;
}

.ym-support-section .ym-section-title p {
  margin: 0 0 10px;
  color: var(--point01);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
}

.ym-support-section .ym-section-title h3 {
  margin: 0;
  color: var(--text01);
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -.02em;
}

/* 프로그램 상세 */
.ym-support-section .ym-program-stack {
  position: relative;
  display: grid;
  gap: 22px;
  margin-bottom: clamp(76px, 8vw, 126px);
}

.ym-support-section .ym-program-stack::before {
  content: "";
  position: absolute;
  left: 47px;
  top: 44px;
  bottom: 44px;
  width: 2px;
  background: linear-gradient(180deg, rgba(65,102,176,.34), rgba(46,167,224,.18), rgba(65,102,176,.06));
}

.ym-support-section .ym-program-card {
  position: relative;
  display: grid;
  grid-template-columns: 72px 86px 1fr;
  gap: 26px;
  align-items: start;
  padding: clamp(26px, 3vw, 42px);
  border-radius: 34px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(30,58,138,.1);
  box-shadow: 0 24px 70px rgba(16,24,40,.075);
  overflow: hidden;
  transition:
    transform .32s cubic-bezier(.19,1,.22,1),
    border-color .32s ease,
    box-shadow .32s ease,
    background .32s ease;
}

.ym-support-section .ym-program-card:hover {
  transform: translateY(-6px);
  border-color: rgba(46,167,224,.34);
  box-shadow:
    0 36px 90px rgba(16,24,40,.11),
    0 0 0 1px rgba(46,167,224,.16);
  background:
    radial-gradient(circle at 92% 18%, rgba(46,167,224,.22), transparent 32%),
    linear-gradient(135deg, #fff, #f5f9ff);
}

.ym-support-section .ym-program-num {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  color: var(--point04);
  background: #eef5ff;
  font-size: 15px;
  font-weight: 700;
}

.ym-support-section .ym-program-mark {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 72px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--blue01), var(--point04));
  box-shadow: 0 18px 42px rgba(30,58,138,.22);
  font-size: 28px;
  font-weight: 800;
}

.ym-support-section .ym-program-mark.cyan {
  background: linear-gradient(135deg, #2563eb, #2ea7e0);
}

.ym-support-section .ym-program-mark.green {
  background: linear-gradient(135deg, var(--point03), var(--point02));
}

.ym-support-section .ym-program-mark.orange {
  background: linear-gradient(135deg, #e67600, var(--point05));
}

.ym-support-section .ym-program-mark.fit {
  font-size: 18px;
  background: linear-gradient(135deg, #172554, var(--point04));
}

.ym-support-section .ym-program-body,
.ym-support-section .ym-type-card > * {
  position: relative;
  z-index: 1;
}

.ym-support-section .ym-program-head {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.ym-support-section .ym-chip {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 13px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.ym-support-section .ym-chip.blue { background: #eff6ff; color: var(--point04); }
.ym-support-section .ym-chip.cyan { background: #eaf8ff; color: #1586b8; }
.ym-support-section .ym-chip.green { background: #eefbea; color: var(--point03); }
.ym-support-section .ym-chip.orange { background: #fff5e7; color: #c56b00; }
.ym-support-section .ym-chip.navy { background: #edf2ff; color: #172554; }

.ym-support-section .ym-program-head h4 {
  margin: 0;
  color: var(--text01);
  font-size: clamp(25px, 2.4vw, 42px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.05em;
}

.ym-support-section .ym-program-head p {
  margin: 0;
  color: #667085;
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 700;
}

.ym-support-section .ym-dot-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ym-support-section .ym-dot-list li {
  position: relative;
  padding-left: 15px;
  color: var(--text02);
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.8;
  word-break: keep-all;
}

.ym-support-section .ym-dot-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .84em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--point01);
}

.ym-support-section .ym-sub-box {
  margin-top: 24px;
  padding: 24px;
  border-radius: 24px;
  background: #f5f8fc;
  border: 1px solid rgba(30,58,138,.08);
}

.ym-support-section .ym-sub-box b {
  display: block;
  margin-bottom: 10px;
  color: var(--point04);
  font-size: 18px;
  font-weight: 800;
}

.ym-support-section .ym-sub-box ul {
  margin: 0;
  padding-left: 18px;
}

.ym-support-section .ym-sub-box li {
  color: #566174;
  font-size: 15px;
  line-height: 1.75;
  word-break: keep-all;
}

/* 연결 박스 */
.ym-support-section .ym-combo-card {
  position: relative;
  margin-left: 100px;
  padding: 22px 28px;
  border-radius: 28px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  background: rgba(255,255,255,.68);
  border: 1px solid rgba(46,167,224,.2);
  box-shadow: 0 18px 54px rgba(16,24,40,.06);
}

.ym-support-section .ym-combo-card strong {
  display: block;
  color: var(--point04);
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.ym-support-section .ym-combo-card p {
  margin: 3px 0 0;
  color: #475467;
  font-size: 15px;
  font-weight: 700;
}

.ym-support-section .ym-combo-card span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: #eff6ff;
  color: var(--point04);
  font-size: 14px;
  font-weight: 700;
}

.ym-support-section .ym-combo-card.green {
  border-color: rgba(143,195,31,.28);
}

.ym-support-section .ym-combo-card.green strong,
.ym-support-section .ym-combo-card.green span {
  color: var(--point03);
}

.ym-support-section .ym-combo-card.green span {
  background: #eefbea;
}

/* 참여유형 */
.ym-support-section .ym-type-title,
.ym-support-section .ym-faq-title {
  margin-top: 0;
}

.ym-support-section .ym-type-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: clamp(76px, 8vw, 126px);
}

.ym-support-section .ym-type-grid.ym-type-grid2 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ym-support-section .ym-type-card {
  position: relative;
  min-height: 280px;
  padding: 30px 26px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(30,58,138,.1);
  box-shadow: 0 22px 62px rgba(16,24,40,.07);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto minmax(132px, auto) auto auto 1fr;
  align-items: start;
}

.ym-support-section .ym-type-grid.ym-type-grid2 .ym-type-card {
  grid-template-rows: auto minmax(72px, auto) auto auto 1fr;
}

.ym-support-section .ym-type-card::before {
  content: "";
  position: absolute;
  right: -78px;
  bottom: -98px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46,167,224,.16), transparent 70%);
}

.ym-support-section .ym-type-card span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--point01);
  font-size: clamp(16px, 2.5vw, 26px);
  font-weight: 700;
}

.ym-support-section .ym-type-card h4 {
  margin: 0;
  color: var(--text01);
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -.04em;
  word-break: keep-all;
}

.ym-support-section .ym-type-card b {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 7px 13px;
  border-radius: 999px;
  background: #eff6ff;
  color: var(--point04);
  font-size: 14px;
  font-weight: 700;
}

.ym-support-section .ym-type-sub {
  display: block;
  margin: 0 0 16px;
  color: var(--grey-600, #94a3b8);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -.01em;
  word-break: keep-all;
}

.ym-support-section .ym-type-card p:not(.ym-type-sub) {
  margin: 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.7;
  word-break: keep-all;
}

/* FAQ */
.ym-support-section .ym-faq-list {
  display: grid;
  gap: 18px;
}

.ym-support-section .ym-faq-card {
  position: relative;
  padding: 0;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(30,58,138,.1);
  box-shadow: 0 22px 62px rgba(16,24,40,.06);
  overflow: hidden;
  transition:
    border-color .28s ease,
    box-shadow .28s ease,
    transform .28s ease;
}

.ym-support-section .ym-faq-card.is-open {
  border-color: rgba(46,167,224,.34);

}

.ym-support-section .ym-faq-toggle {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: clamp(22px, 3vw, 34px);
  border: 0;
  background: #fff;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  transition: background .24s ease;
}

.ym-support-section .ym-faq-card.is-open .ym-faq-toggle {
  background: var(--point04);
}

.ym-support-section .ym-faq-toggle em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  min-width: 94px;
  width: fit-content;
  height: 38px;
  padding: 0 15px;
  border-radius: 999px;
  background: #dce9f8;
  color: var(--point04);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
  transition:
    background .24s ease,
    color .24s ease,
    opacity .24s ease;
}

.ym-support-section .ym-faq-card.is-open .ym-faq-toggle em {
  background: #fff;
  color: var(--point04);
  opacity: .7;
}

.ym-support-section .ym-q,
.ym-support-section .ym-a {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
}

.ym-support-section .ym-q {
  align-items: start;
}

.ym-support-section .ym-q span,
.ym-support-section .ym-a span {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  flex-shrink: 0;
}

.ym-support-section .ym-q span {
  background: var(--point04);
}

.ym-support-section .ym-a span {
  background: var(--point03);
}

.ym-support-section .ym-faq-card.is-open .ym-q span {
  background: #fff;
  color: var(--point04);
}

.ym-support-section .ym-q h4 {
  margin: 6px 0 0;
  color: var(--text01);
  font-size: clamp(17px, 1.4vw, 21px);
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: -.035em;
  word-break: keep-all;
}

.ym-support-section .ym-faq-card.is-open .ym-q h4 {
  color: #fff;
}

.ym-support-section .ym-a {
  max-height: 0;
  padding: 0 clamp(22px, 3vw, 34px);
  background: #fff;
  opacity: 0;
  overflow: hidden;
  transition:
    max-height .45s cubic-bezier(.19,1,.22,1),
    padding .45s cubic-bezier(.19,1,.22,1),
    opacity .32s ease;
}

.ym-support-section .ym-faq-card.is-open .ym-a {
  max-height: 260px;
  margin-top: 30px;
  padding: 0 clamp(22px, 3vw, 34px) clamp(24px, 3vw, 36px);
  opacity: 1;
}

.ym-support-section .ym-a p {
  margin: 6px 0 0;
  color: var(--text02);
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.75;
  word-break: keep-all;
}

/* 반응형 */
@media (max-width: 1400px) {
  .ym-support-section .ym-type-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ym-support-section .ym-type-grid.ym-type-grid2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .ym-support-section .ym-type-card:last-child {
    grid-column: span 2;
  }
}

@media (max-width: 1080px) {
  .ym-support-section .ym-best-orbit {
    right: -40px;
    opacity: .92;
  }

  .ym-support-section .ym-program-card {
    grid-template-columns: 58px 70px 1fr;
    gap: 20px;
  }

  .ym-support-section .ym-program-stack::before {
    left: 38px;
  }
}

@media (max-width: 768px) {
  .ym-support-section {
    padding:0px 0 76px;
  }

  .ym-support-section .ym-sub-head p br {
    display: none;
  }

  .ym-support-section .ym-best-hero {
    min-height: auto;
    border-radius: 30px;
  }

  .ym-support-section .ym-best-orbit {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 260px;
    height: 260px;
    margin: 42px auto 0;
  }

  .ym-support-section .ym-best-orbit span {
    width: 56px;
    height: 56px;
    border-radius: 20px;
  }

  .ym-support-section .ym-program-stack::before {
    display: none;
  }

  .ym-support-section .ym-program-card {
    grid-template-columns: 1fr;
    gap: 16px;
    border-radius: 28px;
  }

  .ym-support-section .ym-program-card:hover {
    transform: none;
    box-shadow: 0 24px 70px rgba(16,24,40,.075);
  }

  .ym-support-section .ym-program-num {
    width: 50px;
    height: 50px;
    border-radius: 17px;
  }

  .ym-support-section .ym-program-mark {
    width: 64px;
    height: 64px;
    border-radius: 22px;
  }

  .ym-support-section .ym-combo-card {
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px;
  }

  .ym-support-section .ym-type-grid.ym-type-grid2,
  .ym-support-section .ym-type-grid {
    grid-template-columns: 1fr;
  }

  .ym-support-section .ym-type-card {
    grid-template-rows: auto auto auto auto auto;
  }

  .ym-support-section .ym-type-card:last-child {
    grid-column: auto;
  }

  .ym-support-section .ym-faq-toggle {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ym-support-section .ym-faq-toggle em {
    justify-self: end;
  }
}

@media (max-width: 480px) {
  .ym-support-section .ym-best-hero {
    padding: 30px 24px;
  }

  .ym-support-section .ym-best-orbit {
    width: 220px;
    height: 220px;
  }

  .ym-support-section .ym-best-orbit span {
    width: 50px;
    height: 50px;
    border-radius: 18px;
    font-size: 17px;
  }

  .ym-support-section .ym-best-orbit span:nth-child(5) {
    font-size: 14px;
  }

  .ym-support-section .ym-program-card {
    padding: 24px 20px;
  }

  .ym-support-section .ym-sub-box {
    padding: 20px;
  }

  .ym-support-section .ym-q,
  .ym-support-section .ym-a {
    grid-template-columns: 40px 1fr;
  }

  .ym-support-section .ym-q span,
  .ym-support-section .ym-a span {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ym-support-section .motion {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ym-support-section .ym-a {
    transition: none;
  }
}



 
/* =========================================================
서브 재직/기업
 ========================================================= */

.ym-guide-page .ym-best-orbit2 {
  position: absolute;
  right: clamp(34px, 6vw, 96px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: clamp(280px, 31vw, 460px);
  height: auto;
  padding: clamp(20px, 2.4vw, 32px);
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.34);
background: linear-gradient(145deg, rgba(255,255,255,.22), rgba(255,255,255,.08)), 
    linear-gradient(135deg, rgba(206, 248, 255, 0.24), rgba(0, 61, 121, 0.16));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:
    0 28px 74px rgba(0,24,78,.26),
    inset 0 1px 0 rgba(255,255,255,.32);
}

.ym-guide-page .ym-best-orbit2::before,
.ym-guide-page .ym-best-orbit2::after {
  content: none;
}

.ym-guide-page .ym-orbit-panel em {
  display: inline-flex;
  margin-bottom: 10px;
  color: rgba(255,255,255,.76);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .16em;
}

.ym-guide-page .ym-orbit-panel strong {
  display: block;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.01em;
}

.ym-guide-page .ym-orbit-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ym-guide-page .ym-orbit-panel li {
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-areas:
    "num title"
    "num desc";
  column-gap: 13px;
  align-items: center;
  min-height: 66px;
  padding: 14px 16px;
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.42);
  box-shadow: 0 12px 28px rgba(0,32,80,.12);
}

.ym-guide-page .ym-orbit-panel li i {
  grid-area: num;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--point01), var(--point03));
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.ym-guide-page .ym-orbit-panel li b {
  grid-area: title;
  color: var(--text01);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.035em;
}

.ym-guide-page .ym-orbit-panel li small {
  grid-area: desc;
  margin-top: 2px;
  color: #667085;
  font-size: 13px;
  font-weight: 600;
}

/* 프로그램 참여순서 */
.ym-flow-wrap {
  position: relative;
  margin-bottom: clamp(72px, 8vw, 120px);
  padding: clamp(24px, 3vw, 40px);
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.76) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(180deg, rgba(255,255,255,.82), rgba(247,251,249,.96)),
    radial-gradient(circle at 92% 0%, rgba(46,167,224,.18), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(0,137,96,.12), transparent 34%);
  border: 1px solid rgba(0,137,96,.13);
  box-shadow: 0 24px 70px rgba(16,24,40,.075);
  overflow: hidden;
  isolation: isolate;
}

.ym-flow-wrap::before {
  content: "";
  position: absolute;
  left: clamp(34px, 4vw, 58px);
  right: clamp(34px, 4vw, 58px);
  top: clamp(105px, 8vw, 62px);
  z-index: 0;
  height: 2px;
  background: rgba(0,137,96,.16);
  pointer-events: none;
}

.ym-flow-wrap::after {
  content: "";
  position: absolute;
  left: clamp(34px, 4vw, 58px);
  right: clamp(34px, 4vw, 58px);
  top: clamp(105px, 8vw, 62px);
  z-index: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--point03), var(--point01));
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.1s cubic-bezier(.19, 1, .22, 1);
}

.ym-flow-wrap.is-visible::after {
  transform: scaleX(1);
}


.ym-flow-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ym-flow-item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity .62s ease,
    transform .72s cubic-bezier(.19, 1, .22, 1);
}

.ym-flow-wrap.is-visible .ym-flow-item {
  opacity: 1;
  transform: translateY(0);
}

.ym-flow-wrap.is-visible .ym-flow-item:nth-child(1) { transition-delay: .06s; }
.ym-flow-wrap.is-visible .ym-flow-item:nth-child(2) { transition-delay: .18s; }
.ym-flow-wrap.is-visible .ym-flow-item:nth-child(3) { transition-delay: .30s; }
.ym-flow-wrap.is-visible .ym-flow-item:nth-child(4) { transition-delay: .42s; }
.ym-flow-wrap.is-visible .ym-flow-item:nth-child(5) { transition-delay: .54s; }
.ym-flow-wrap.is-visible .ym-flow-item:nth-child(6) { transition-delay: .66s; }

.ym-flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 52px;
  z-index: 1;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(0,137,96,.18);
  box-shadow: 0 8px 18px rgba(16,24,40,.08);
}

.ym-flow-item:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -3px;
  top: 62px;
  z-index: 2;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--point03);
  border-right: 2px solid var(--point03);
  transform: rotate(45deg);
}

.ym-flow-time {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin-bottom: 14px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(15,118,110,.08);
  color: #0f766e;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.ym-flow-icon {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--point03), var(--point01));
  box-shadow:
    0 14px 28px rgba(0,137,96,.20),
    0 0 0 8px rgba(255,255,255,.9);
}

.ym-flow-icon em {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -.02em;
}

.ym-flow-item strong {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 98px;
  padding: 20px 14px;
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(0,137,96,.16);
  color: var(--text01);
  text-align: center;
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 500;
  line-height: 1.34;
  letter-spacing: -.045em;
  word-break: keep-all;
  box-shadow:
    0 16px 34px rgba(16,24,40,.07),
    inset 0 1px 0 rgba(255,255,255,.96);
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease;
}

.ym-flow-item strong::before {
  content: "";
  width: 28px;
  height: 3px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--point03), var(--point01));
}


.ym-flow-item:hover strong {
  transform: translateY(-5px);
  border-color: rgba(0,137,96,.32);
  box-shadow: 0 22px 42px rgba(0,137,96,.13);
}

@media (max-width: 1180px) {
  .ym-flow-wrap::before,
  .ym-flow-wrap::after {
    display: none;
  }

  .ym-flow-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ym-flow-item:nth-child(3)::before,
  .ym-flow-item:nth-child(3)::after {
    display: none;
  }
}

@media (max-width: 1080px) {
  .ym-guide-page .ym-best-orbit2 {
    right: -30px;
    width: 360px;
  }
}

@media (max-width: 768px) {
  .ym-guide-page .ym-best-orbit2 {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 100%;
    margin: 42px auto 0;
  }

  .ym-flow-wrap {
    padding: 24px 18px;
    border-radius: 26px;
  }

  .ym-flow-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ym-flow-item {
    display: grid;
    grid-template-columns: 72px 1fr;
    grid-template-areas:
      "time card"
      "icon card";
    column-gap: 14px;
    align-items: center;
  }

  .ym-flow-time {
    grid-area: time;
    width: 68px;
    min-width: 0;
    margin: 0 0 8px;
    padding: 0;
    font-size: 10px;
  }

  .ym-flow-icon {
    grid-area: icon;
    width: 52px;
    height: 52px;
    border-radius: 18px;
  }

  .ym-flow-item strong {
    grid-area: card;
    min-height: 82px;
    align-items: flex-start;
    text-align: left;
    padding: 18px 18px;
  }

  .ym-flow-item strong::before {
    margin-bottom: 10px;
  }

  .ym-flow-item:not(:last-child)::after {
    right: auto;
    left: 25px;
    top: auto;
    bottom: -18px;
  }

  .ym-flow-item:not(:last-child)::before {
    right: auto;
    left: 32px;
    top: auto;
    bottom: -11px;
    transform: rotate(135deg);
  }
.ym-flow-time {display:none}

}




 
/* =========================================================
멘토- 리스트
 ========================================================= */
.yfp-page {
    position: relative;
    min-height: 60vh;
    padding-bottom: clamp(48px, 5vw, 84px) 
}

.yfp-page::before,
.yfp-page::after {
    display: none !important;
    content: none !important;
}

.mentowrap.yfp-container {
    max-width: 1680px !important;
    width: 92% !important;
    margin: 0 auto;
    padding: 0;
}

.mentowrap .yfp-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: end;
    margin-bottom: clamp(28px, 4vw, 52px);
}

.mentowrap .yfp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    color: var(--point04);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .18em;
}

.mentowrap .yfp-eyebrow::before {
    content: "";
    width: 42px;
    height: 2px;
    background: linear-gradient(90deg, var(--point04), var(--point01));
}

.mentowrap .yfp-intro h1 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(38px, 4.7vw, 72px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.06em;
}

.mentowrap .yfp-intro-desc {
    max-width: 760px;
    margin: 22px 0 0;
    color: var(--grey-600);
    font-size: clamp(16px, 1.25vw, 19px);
    line-height: 1.78;
    word-break: keep-all;
}

.mentowrap .yfp-stat-box {
    min-width: 220px;
    padding: 24px 26px;
    border-radius: 28px;
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 58%, #3b82f6 100%);
    color: #fff;
    box-shadow: 0 22px 52px rgba(37,99,235,.24);
}

.mentowrap .yfp-stat-box span {
    display: block;
    color: rgba(255,255,255,.72);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
}

.mentowrap .yfp-stat-box strong {
    display: block;
    margin-top: 8px;
    font-size: clamp(30px, 3vw, 46px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.04em;
}

.mentowrap .yfp-filter-panel {
    position: relative;
    margin-bottom: clamp(36px, 5vw, 68px);
    padding: clamp(22px, 3vw, 40px);
    border-radius: 34px;
    background: #fff;
    border: 1px solid rgba(30,58,138,.08);
    box-shadow: 0 22px 70px rgba(16,24,40,.07);
    overflow: hidden;
}

.mentowrap .yfp-filter-panel::before {
    content: "";
    position: absolute;
    left: 40px;
    top: 0;
    width: 78px;
    height: 5px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, var(--point04), var(--point01));
}

.mentowrap .yfp-filter-head {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 24px;
}

.mentowrap .yfp-section-kicker {
    margin: 0 0 8px;
    color: var(--point01);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
}

.mentowrap .yfp-filter-head h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(26px, 2.8vw, 42px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -.05em;
}

.mentowrap .yfp-filter-note {
    margin: 0;
    color: var(--grey-600);
    font-size: 15px;
    font-weight: 700;
}

.mentowrap .yfp-filter {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(150px, 1fr)) minmax(260px, 1.4fr) auto auto;
    gap: 12px;
    align-items: center;
    margin: 0;
    padding: 18px;
    border-radius: 26px;
    background: #f7f9fc;
    border: 1px solid #e8eef7;
}

.mentowrap .yfp-filter select,
.mentowrap .yfp-filter input[type=text] {
    width: 100%;
    min-width: 0;
    height: 56px;
    padding: 0 16px;
    border: 1px solid #dce5f2;
    border-radius: 18px;
    background-color: #fff;
    color: var(--body);
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    outline: none;
    box-shadow: 0 1px 0 rgba(16,24,40,.03);
    transition: border-color .22s ease, box-shadow .22s ease;
}

.mentowrap .yfp-filter select {
    appearance: none;
    background-image:
        .mentowrap linear-gradient(45deg, transparent 50%, var(--point04) 50%),
        .mentowrap linear-gradient(135deg, var(--point04) 50%, transparent 50%);
    background-position:
        calc(100% - 20px) 24px,
        .mentowrap calc(100% - 14px) 24px;
    background-size: 6px 6px, .mentowrap 6px 6px;
    background-repeat: no-repeat;
    padding-right: 42px;
}

.yfp-filter input[type=text]::placeholder {
    color: #98a2b3;
    font-weight: 600;
}

.yfp-filter select:focus,
.mentowrap .yfp-filter input[type=text]:focus {
    border-color: rgba(46,167,224,.8);
    box-shadow: 0 0 0 5px rgba(46,167,224,.12);
}

.mentowrap .yfp-btn-search {
    height: 56px;
    padding: 0 28px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--point01) 0%,  var(--point04) 100%);
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 16px 34px rgba(37,99,235,.28);
    transition: transform .22s ease, box-shadow .22s ease;
}

.mentowrap .yfp-btn-search:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 46px rgba(37,99,235,.34);
}

.mentowrap .yfp-btn-reset {
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #dce5f2;
    color: var(--grey-600);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.mentowrap .yfp-btn-reset:hover {
    color: var(--point04);
    background: #f2f7ff;
}

.mentowrap .yfp-list-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.mentowrap .yfp-list-title p {
    margin: 0 0 8px;
    color: var(--point01);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
}

.mentowrap .yfp-list-title h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(26px, 2.8vw, 42px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -.05em;
}

.mentowrap .yfp-total {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: #f2f7ff;
    border: 1px solid rgba(65,102,176,.12);
    color: var(--point04);
    font-size: 14px;
    font-weight: 800;
}

.mentowrap .yfp-grid { padding-top:30px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2vw, 30px);
}

.mentowrap .yfp-mentor-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 350px;
    border-radius: 32px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(30,58,138,.09);
    box-shadow: 0 18px 54px rgba(16,24,40,.065);
    transition: transform .28s cubic-bezier(.19,1,.22,1), box-shadow .28s cubic-bezier(.19,1,.22,1), border-color .28s ease;
}

.mentowrap .yfp-mentor-card:hover::before {
    content: "";
    position: absolute;
    right: -82px;
    top: -88px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(46,167,224,.14), transparent 70%);
    pointer-events: none;
}


.mentowrap .yfp-mentor-card:hover {
    transform: translateY(-8px);
    border-color: rgba(46,167,224,.32);
    box-shadow: 0 32px 84px rgba(30,58,138,.13);
}

.mentowrap .yfp-card-topline {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: clamp(10px, 2.5vw, 30px) 28px 0;
}

.mentowrap .yfp-card-badge {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 clamp(13px, 2.5vw, 20px);
    border-radius: 999px;
    background: #f2f7ff;
    border: 1px solid rgba(65,102,176,.1);
    color: var(--point04);
    font-size:clamp(12px, 2.5vw, 16px);
    font-weight:800;
    white-space: nowrap;
}

.mentowrap .yfp-card-badge.method-online {
    background: #eaf8ff;
    border-color: rgba(46,167,224,.18);
    color: #1586b8;
}

.mentowrap .yfp-card-badge.method-offline {
    background: #eefbea;
    border-color: rgba(0,145,58,.14);
    color: var(--point03);
}

.mentowrap .yfp-card-badge.method-default {
    background: #f2f4f7;
    color: var(--grey-600);
}

.mentowrap .yfp-card-header {
    position: relative;
    z-index: 2;
    padding:clamp(3px, 2.5vw, 24px) 28px clamp(10px, 2.5vw, 18px);
}

.mentowrap .yfp-mentor-info {
    min-width: 0;
}

.mentowrap .yfp-mentor-info h3 {
    margin: 0 0 7px;
    color: var(--ink);
    font-size: clamp(22px, 2.5vw, 30px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.035em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mentowrap .yfp-mentor-info p {
    margin: 0; 
    color: var(--grey-600);
    font-size: clamp(14px, 2.5vw, 18px);
    font-weight: 400;
    line-height: 1.5;
    word-break: keep-all;
}

.mentowrap .yfp-card-body {
    position: relative;
    z-index: 2;
    flex: 1;
    padding: clamp(3px, 2.5vw, 15px)  28px clamp(10px, 2.5vw, 26px) 26px;
}

.mentowrap .yfp-course-title {
    margin: 0 0 clamp(0px, 2.5vw, 16px); border-top:1px solid var(--grey-100); padding-top:clamp(10px, 2.5vw, 25px);
    color: var(--ink);
    font-size: clamp(16px, 2.5vw, 18px);
	font-weight: 500;
    line-height: 1.45;
    letter-spacing: -.035em;
    word-break: keep-all;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mentowrap .yfp-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.mentowrap .yfp-tag {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0  clamp(12px, 2.5vw, 19px);
    border-radius: 999px;
    background: #f4f8ff;
    border: 1px solid rgba(65,102,176,.08);
    color: var(--point04);
    font-size:  clamp(12px, 2.5vw, 14px);
    font-weight: 600;
}

.mentowrap .yfp-quote {
    margin: 0;
    color: #475467;
    font-size: 15px;
    line-height: 1.72;
    word-break: keep-all;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mentowrap .yfp-btn-detail {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 66px;
    padding: 0 28px;
    border: 0;
    background: linear-gradient(135deg, var(--point01) 0%, var(--point02) 58%, var(--point03) 100%);
    color: #fff;
    font-size: clamp(15px, 2.5vw, 18px);
    font-weight: 800;
    text-decoration: none;
    transition: filter .22s ease;
}

.mentowrap .yfp-btn-detail::after {
    content: "→";
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
    color: #fff;
    transition: transform .22s ease, background .22s ease;
}

.mentowrap .yfp-btn-detail:hover {
    color: #fff;
    filter: brightness(1.06);
}

.mentowrap .yfp-btn-detail:hover::after {
    transform: translateX(4px);
    background: rgba(255,255,255,.28);
}

.mentowrap .yfp-btn-detail.self {
    background: linear-gradient(135deg, var(--point03) 0%, var(--point02) 100%);
    color: #fff;
}

.mentowrap .yfp-empty {
    grid-column: 1 / -1;
    padding: clamp(54px, 6vw, 86px) 20px;
    border-radius: 34px;
    border: 1px dashed rgba(65,102,176,.28);
    background: #fff;
    color: var(--grey-600);
    text-align: center;
    box-shadow: 0 18px 54px rgba(16,24,40,.055);
}

.mentowrap .yfp-empty strong {
    display: block;
    margin-bottom: 10px;
    color: var(--ink);
    font-size: 22px;
    font-weight: 800;
}

.mentowrap .yfp-empty p {
    margin: 0;
    color: var(--grey-600);
    font-size: 15px;
    line-height: 1.7;
}

.mentowrap .yfp-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: clamp(38px, 5vw, 64px);
    flex-wrap: wrap;
}

.mentowrap .yfp-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 13px;
    border: 1px solid #d8e1ee;
    border-radius: 15px;
    background: #fff;
    color: #475569;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: background .22s ease, color .22s ease, border-color .22s ease, transform .22s ease;
}

.mentowrap .yfp-page-btn:hover {
    transform: translateY(-2px);
    border-color: rgba(46,167,224,.44);
    color: var(--point04);
}

.mentowrap .yfp-page-btn.active {
    background: linear-gradient(135deg, var(--point01), var(--point02));
    border-color: var(--point01);
    color: #fff;
}

.mentowrap .yfp-motion {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .72s cubic-bezier(.19,1,.22,1), transform .72s cubic-bezier(.19,1,.22,1);
}

.mentowrap .yfp-motion.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.mentowrap .yfp-delay-1 { transition-delay: .06s; }
.mentowrap .yfp-delay-2 { transition-delay: .12s; }
.mentowrap .yfp-delay-3 { transition-delay: .18s; }

@media (max-width: 1360px) {
    .mentowrap .yfp-filter {
        grid-template-columns: repeat(3, 1fr);
    }

    .mentowrap .yfp-filter input[type=text] {
        grid-column: 1 / 3;
    }
}

@media (max-width: 1180px) {
    .mentowrap .yfp-intro {
        grid-template-columns: 1fr;
    }

    .mentowrap .yfp-stat-box {
        width: fit-content;
    }

    .mentowrap .yfp-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .yfp-page {
        padding: 42px 0 76px;
    }

    .mentowrap.yfp-container {
        width: 90% !important;
    }

    .mentowrap .yfp-filter-panel {
        padding: 24px 18px;
        border-radius: 28px;
    }

    .mentowrap .yfp-filter-head,
    .mentowrap .yfp-list-head {
        display: block;
    }

    .mentowrap .yfp-filter-note,
    .mentowrap .yfp-total {
        margin-top: 16px;
    }

    .mentowrap .yfp-filter {
        grid-template-columns: 1fr;
        border-radius: 22px;
        padding: 16px;
    }

    .mentowrap .yfp-filter input[type=text] {
        grid-column: auto;
    }

    .mentowrap .yfp-btn-search,
    .mentowrap .yfp-btn-reset {
        width: 100%;
    }

    .mentowrap .yfp-grid {
        grid-template-columns: 1fr;
    }

    .mentowrap .yfp-mentor-card {
        min-height: auto;
        border-radius: 28px;
    }

    .mentowrap .yfp-card-header {padding-bottom:0px !important; }

}

@media (max-width: 480px) {
    .mentowrap.yfp-container {
        width: 92% !important;
    }

    .mentowrap .yfp-intro h1 {
        font-size: 36px;
    }

    .mentowrap .yfp-card-topline,
    .mentowrap .yfp-card-header,
    .mentowrap .yfp-card-body {
        padding-left: 22px;
        padding-right: 22px;
    }



    .mentowrap .yfp-btn-detail {
        padding: 0 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mentowrap .yfp-motion {
        opacity: 1;
        transform: none;
        transition: none;
    }
}



 
/* =========================================================
멘토- 뷰어
 ========================================================= */

.yfp-detail-page {
    position: relative;
    min-height: 60vh;
    padding-top: clamp(34px, 4vw, 58px);
    padding-bottom: clamp(48px, 5vw, 84px);
    background: transparent;
}



.mentowrap2 .yfp-back-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    margin-bottom: 22px;
    padding: 0 18px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(30,58,138,.09);
    color: var(--grey-600);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 34px rgba(16,24,40,.055);
    transition: transform .22s ease, color .22s ease, border-color .22s ease, background .22s ease;
}

.mentowrap2 .yfp-back-link:hover {
    transform: translateY(-2px);
    color: var(--point04);
    border-color: rgba(46,167,224,.32);
    background: #f2f7ff;
}

.mentowrap2 .yfp-detail-card {
    position: relative;
    overflow: hidden;
    border-radius: 34px;
    background: #fff;
    border: 1px solid rgba(30,58,138,.09);
    box-shadow: 0 22px 70px rgba(16,24,40,.07);
}

.mentowrap2 .yfp-detail-card::before {
    content: "";
    position: absolute;
    left: 40px;
    top: 0;
    width: 90px;
    height: 5px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, var(--point04), var(--point01));
    z-index: 2;
}

.mentowrap2 .yfp-detail-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: clamp(24px, 4vw, 54px);
    align-items: stretch;
    padding: clamp(30px, 4.2vw, 56px);
    border-bottom: 1px solid rgba(30,58,138,.08);
}

.mentowrap2 .yfp-detail-hero::after {
    content: "";
    position: absolute;
    right: -90px;
    top: -120px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(46,167,224,.13), transparent 70%);
    pointer-events: none;
}

.mentowrap2 .yfp-detail-meta {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.mentowrap2 .yfp-detail-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    color: var(--point01);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
}

.mentowrap2 .yfp-detail-kicker::before {
    content: "";
    width: 42px;
    height: 2px;
    background: linear-gradient(90deg, var(--point04), var(--point01));
}

.mentowrap2 .yfp-detail-title {
    margin: 0;
    color: var(--ink);
    font-size: clamp(30px, 4vw, 56px);
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: -.055em;
    /* word-break: keep-all; */
	word-break: break-all;
	width:100%;
}

.mentowrap2 .yfp-detail-sub {
    margin: 18px 0 0;
    color: var(--grey-600);
    font-size: clamp(15px, 1.35vw, 18px);
    font-weight: 500;
    line-height: 1.75;
    /* word-break: keep-all; */
	word-break: break-all;
	width:100%;
}

.mentowrap2 .yfp-detail-badges,
.mentowrap2 .yfp-detail-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.mentowrap2 .yfp-detail-badge,
.mentowrap2 .yfp-tag {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 clamp(13px, 2.5vw, 20px);
    border-radius: 999px;
    background: #f2f7ff;
    border: 1px solid rgba(65,102,176,.1);
    color: var(--point04);
    font-size: clamp(12px, 2.5vw, 15px);
    font-weight: 800;
    white-space: nowrap;
}

.mentowrap2 .yfp-detail-badge.primary {
    background: linear-gradient(135deg, var(--point01) 0%, var(--point04) 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 14px 28px rgba(37,99,235,.2);
}

.mentowrap2 .yfp-detail-badge.method-online {
    background: #eaf8ff;
    border-color: rgba(46,167,224,.18);
    color: #1586b8;
}

.mentowrap2 .yfp-detail-badge.method-offline {
    background: #eefbea;
    border-color: rgba(0,145,58,.14);
    color: var(--point03);
}

.mentowrap2 .yfp-detail-badge.method-default {
    background: #f2f4f7;
    color: var(--grey-600);
}

.mentowrap2 .yfp-mentor-side {
    position: relative;
    z-index: 1;
    /* display: flex; */
	display:none;
    flex-direction: column;
    justify-content: space-between;
    min-height: 230px;
    padding: 24px;
    border-radius: 30px;
    background: #f7f9fc;
    border: 1px solid #e8eef7;
}

.mentowrap2 .yfp-mentor-name {
    margin-top: 0;
}

.mentowrap2 .yfp-mentor-name strong {
    display: block;
    color: var(--ink);
    font-size: clamp(22px, 2.5vw, 30px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.035em;
}

.mentowrap2 .yfp-mentor-name span {
    display: block;
    margin-top: 8px;
    color: var(--grey-600);
    font-size: clamp(14px, 2.5vw, 17px);
    font-weight: 500;
    line-height: 1.5;
    word-break: keep-all;
}

.mentowrap2 .yfp-detail-body {
    padding: clamp(26px, 4vw, 48px) clamp(24px, 4.2vw, 56px) clamp(34px, 4.8vw, 60px);
}

.mentowrap2 .yfp-info-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 clamp(28px, 4vw, 44px);
}

.mentowrap2 .yfp-info-item {
    position: relative;
    min-height: 104px;
    padding: 18px clamp(20px, 2.5vw, 30px);
    border-radius: 24px;
    background: #f7f9fc;
    border: 1px solid #e8eef7;
}

.mentowrap2 .yfp-info-item::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 0;
    width: 34px;
    height: 3px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, var(--point04), var(--point01));
}

.mentowrap2 .yfp-info-item dt {
    margin: 0 0 9px;
    color: var(--point01);
    font-size:clamp(13px, 2.5vw, 20px);
    font-weight: 800;
    letter-spacing: -.08em;
}

.mentowrap2 .yfp-info-item dd {
    margin: 0;
    color: var(--ink);
    font-size: clamp(15px, 1.4vw, 18px);
    font-weight:500;
    line-height: 1.45; padding-top:10px;
    word-break: keep-all;
}

.mentowrap2 .yfp-section {
    position: relative;
    margin: 0 0 18px;
    padding: clamp(22px, 3vw, 34px);
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(30,58,138,.09);
    box-shadow: 0 16px 42px rgba(16,24,40,.05);
    overflow: hidden;
}

.mentowrap2 .yfp-section:last-child {
    margin-bottom: 0;
}

.mentowrap2 .yfp-section h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 18px;
    color: var(--ink);
    font-size: clamp(20px, 2.4vw, 28px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.045em;
}

.mentowrap2 .yfp-section h2::before {
    content: "";
    width: 10px;
    height: 10px; margin-right:15px;
    border-radius: 50%;
    background: var(--point04);
    box-shadow: 0 0 0 7px rgba(46,167,224,.12);
    flex: 0 0 auto;
}

.mentowrap2 .yfp-section .yfp-text,
.mentowrap2 .yfp-section .yfp-html {
    margin: 0;
    color: #475467;
    font-size: clamp(15px, 1.25vw, 17px);
    line-height: 1.85;
    word-break: keep-all;
}

.mentowrap2 .yfp-section .yfp-text {
    white-space: pre-wrap;
	word-break: break-all;
	width:100%; 
}

.mentowrap2 .yfp-section .yfp-html p {
    margin: 0 0 0.9em;
	word-break: break-all;
	width:100%; 
}

.mentowrap2 .yfp-section .yfp-html p:last-child {
    margin-bottom: 0;
}

.mentowrap2 .yfp-section .yfp-html ul,
.mentowrap2 .yfp-section .yfp-html ol {
    padding-left: 1.35rem;
    margin: 0.5em 0 0.9em;
}

.mentowrap2 .yfp-section .yfp-html li {
    margin-bottom: 0.35em;
}

.mentowrap2 .yfp-section .yfp-html img {
    max-width: 100%;
    height: auto;
    border-radius: 18px;
}

.mentowrap2 .yfp-detail-footer {
    padding: clamp(24px, 3.4vw, 40px) clamp(24px, 4.2vw, 56px);
    border-top: 1px solid rgba(30,58,138,.08);
    background: #f7f9fc;
}

.mentowrap2 .yfp-footer-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.mentowrap2 .yfp-pick-btn,
.mentowrap2 .yfp-footer-list-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 66px;
    padding: 0 28px;
    border: 0;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--point01) 0%, var(--point02) 58%, var(--point03) 100%);
    color: #fff;
    font-size: clamp(15px, 2.5vw, 18px);
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}


.mentowrap2 .yfp-footer-list-btn {
 background:unset;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    background: #1e293b;
    border: 1px solid #1e293b;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}

.mentowrap2 .yfp-footer-list-btn:hover {
    background: #0f172a;
    border-color: #0f172a;
    color: #fff;
    transform: translateY(-2px);
}

.mentowrap2 .yfp-pick-btn::after {
    content: "→";
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
    color: #fff;
    transition: transform .22s ease, background .22s ease;
}

.mentowrap2 .yfp-pick-btn:hover {
    color: #fff;
    filter: brightness(1.06);
    transform: translateY(-2px);
}

.mentowrap2 .yfp-pick-btn:hover::after {
    transform: translateX(4px);
    background: rgba(255,255,255,.28);
}

.mentowrap2 .yfp-pick-btn.secondary {
    background: linear-gradient(135deg, var(--point03) 0%, var(--point02) 100%);
}

.mentowrap2 .yfp-pick-btn.disabled,
.mentowrap2 .yfp-pick-btn.disabled:hover {
    background: #e8eef7;
    color: #98a2b3;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    filter: none;
}

.mentowrap2 .yfp-pick-btn.disabled::after {
    display: none;
}

.mentowrap2 .yfp-pick-notice {
    margin: 0 0 14px;
    padding: 16px 18px;
    border-radius: 18px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
}

.mentowrap2 .yfp-pick-notice.info {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}

.mentowrap2 .yfp-pick-notice.warn {
    background: #fff7ed;
    color: #9a3412;
    border: 1px solid #fed7aa;
}

.mentowrap2 .yfp-detail-motion {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .72s cubic-bezier(.19,1,.22,1), transform .72s cubic-bezier(.19,1,.22,1);
}

.mentowrap2 .yfp-detail-motion.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1180px) {
    .mentowrap2 .yfp-detail-hero {
        grid-template-columns: 1fr;
    }

    .mentowrap2 .yfp-mentor-side {
        min-height: auto;
    }

    .mentowrap2 .yfp-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .yfp-detail-page {
        padding: 42px 0 76px;
    }


    .mentowrap2 .yfp-detail-card {
        border-radius: 28px;
    }

    .mentowrap2 .yfp-detail-hero,
    .mentowrap2 .yfp-detail-body,
    .mentowrap2 .yfp-detail-footer {
        padding-left: 22px;
        padding-right: 22px;
    }

    .mentowrap2 .yfp-info-grid {
        grid-template-columns: 1fr;
    }

    .mentowrap2 .yfp-footer-actions {
        grid-template-columns: 1fr;
    }

    .mentowrap2 .yfp-pick-btn,
    .mentowrap2 .yfp-footer-list-btn {
        padding: 0 22px;
    }
}

@media (max-width: 480px) {

    .mentowrap2 .yfp-detail-title {
        font-size: 32px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mentowrap2 .yfp-detail-motion {
        opacity: 1;
        transform: none;
        transition: none;
    }
}


  
/* =========================================================
공지사항 - 리스트
 ========================================================= */


#bo_list {box-shadow:none !important}

#bo_list, #bo_list table, #bo_list tbody, #bo_list td, #bo_list th, #bo_list thead, #bo_list tr {overflow:hidden !important }
.tbl_head01 table {border:none !important}
.board-list-wrap {
    position: relative;
    max-width: 1680px;
    width: 92% !important;
    margin: 0 auto;
    padding-bottom: clamp(48px, 5vw, 84px);
    color: var(--body, #334155);
    font-family: inherit;
}

.board-list-wrap * {
    box-sizing: border-box;
}

.board-list-wrap a {
    text-decoration: none;
}

.board-list-wrap .sound_only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* 카테고리 */
.board-list-wrap #bo_cate {
    margin: 0 0 clamp(24px, 3vw, 40px);
}

.board-list-wrap #bo_cate h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}

.board-list-wrap #bo_cate_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.board-list-wrap #bo_cate_ul li {
    margin: 0;
    padding: 0;
}

.board-list-wrap #bo_cate_ul a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #dce5f2;
    color: #475569;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(16,24,40,.04);
    transition: transform .22s ease, border-color .22s ease, color .22s ease, background .22s ease, box-shadow .22s ease;
}

.board-list-wrap #bo_cate_ul a:hover,
.board-list-wrap #bo_cate_ul #bo_cate_on,
.board-list-wrap #bo_cate_ul a#bo_cate_on {
    background: #f2f7ff;
    border-color: rgba(46,167,224,.34);
    color: var(--point04, #2563eb);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(37,99,235,.10);
}

/* 상단 검색 패널 - 멘토 검색 스타일 */
.board-list-wrap .board-search-panel {
    position: relative;
    margin-bottom: clamp(34px, 4vw, 58px);
    padding: clamp(22px, 3vw, 40px);
    border-radius: 34px;
    background: #fff;
    border: 1px solid rgba(30,58,138,.08);
    box-shadow: 0 22px 70px rgba(16,24,40,.07);
    overflow: hidden;
}

.board-list-wrap .board-search-panel::before {
    content: "";
    position: absolute;
    left: 40px;
    top: 0;
    width: 78px;
    height: 5px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, var(--point04, #2563eb), var(--point01, #2ea7e0));
}

.board-list-wrap .board-search-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.board-list-wrap .board-search-kicker {
    margin: 0 0 8px;
    color: var(--point01, #2ea7e0);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
}

.board-list-wrap .board-search-title {
    margin: 0;
    color: var(--ink, #0f172a);
    font-size: clamp(26px, 2.8vw, 42px);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -.05em;
}

.board-list-wrap .board-search-note {
    margin: 0;
    color: var(--grey-600, #64748b);
    font-size: 15px;
    font-weight: 700;
    word-break: keep-all;
}

.board-list-wrap .board-search-form {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(190px, .45fr) minmax(260px, 1fr) auto auto;
    gap: 12px;
    align-items: center;
    margin: 0;
    padding: 18px;
    border-radius: 26px;
    background: #f7f9fc;
    border: 1px solid #e8eef7;
}

.board-list-wrap .board-search-form select,
.board-list-wrap .board-search-form input[type="text"] {
    width: 100%;
    min-width: 0;
    height: 56px;
    padding: 0 16px;
    border: 1px solid #dce5f2;
    border-radius: 18px;
    background-color: #fff;
    color: var(--body, #334155);
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    outline: none;
    box-shadow: 0 1px 0 rgba(16,24,40,.03);
    transition: border-color .22s ease, box-shadow .22s ease;
}

.board-list-wrap .board-search-form select {
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--point04, #2563eb) 50%),
        linear-gradient(135deg, var(--point04, #2563eb) 50%, transparent 50%);
    background-position:
        calc(100% - 20px) 24px,
        calc(100% - 14px) 24px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 42px;
}

.board-list-wrap .board-search-form input[type="text"]::placeholder {
    color: #98a2b3;
    font-weight: 600;
}

.board-list-wrap .board-search-form select:focus,
.board-list-wrap .board-search-form input[type="text"]:focus {
    border-color: rgba(46,167,224,.8);
    box-shadow: 0 0 0 5px rgba(46,167,224,.12);
}

.board-list-wrap .board-sch-btn,
.board-list-wrap .board-reset-btn {
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    border-radius: 18px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

.board-list-wrap .board-sch-btn {
    border: 0;
    background: linear-gradient(135deg, var(--point01, #2ea7e0) 0%, var(--point04, #2563eb) 100%);
    color: #fff;
    box-shadow: 0 16px 34px rgba(37,99,235,.28);
}

.board-list-wrap .board-sch-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 46px rgba(37,99,235,.34);
}

.board-list-wrap .board-reset-btn {
    border: 1px solid #dce5f2;
    background: #fff;
    color: #64748b;
}

.board-list-wrap .board-reset-btn:hover {
    color: var(--point04, #2563eb);
    background: #f2f7ff;
    border-color: rgba(46,167,224,.25);
}

/* 상단 카운트 / 버튼 */
.board-list-wrap #bo_btn_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 22px;
}

.board-list-wrap #bo_list_total {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: #f2f7ff;
    border: 1px solid rgba(65,102,176,.12);
    color: var(--point04, #2563eb);
    font-size: 14px;
    font-weight: 800;
}

.board-list-wrap #bo_list_total span {
    color: var(--ink, #0f172a);
    font-weight: 900;
}

.board-list-wrap .btn_bo_user {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.board-list-wrap .btn_bo_user li {
    position: relative;
    margin: 0;
    padding: 0;
}

.board-list-wrap .btn_bo_user .btn,
.board-list-wrap .btn_bo_user a,
.board-list-wrap .btn_bo_user button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: clamp(0px, 2.5vw, 30px) clamp(16px, 2.5vw, 30px);
    border-radius: 15px;
    border: 1px solid #d8e1ee;
    background: #fff;
    color: #475569;
    font-family: inherit;
    font-size: clamp(14px, 2.5vw, 18px);
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: transform .22s ease, border-color .22s ease, color .22s ease, background .22s ease, box-shadow .22s ease;
}

.board-list-wrap .btn_bo_user .btn:hover,
.board-list-wrap .btn_bo_user a:hover,
.board-list-wrap .btn_bo_user button:hover {
    transform: translateY(-2px);
    border-color: rgba(46,167,224,.44);
    color: var(--point04, #2563eb);
    background: #f8fbff;
    box-shadow: 0 12px 26px rgba(16,24,40,.06);
}

.board-list-wrap .btn_bo_user a[title="글쓰기"] {
    border: 0;
    background: linear-gradient(135deg, var(--point01, #2ea7e0), var(--point04, #2563eb));
    color: #fff;
    box-shadow: 0 14px 28px rgba(37,99,235,.24);
}

.board-list-wrap .btn_bo_user a[title="글쓰기"]:hover {
    color: #fff;
	    background: linear-gradient(135deg, var(--point01, #2ea7e0), var(--point04, #2563eb));
    box-shadow: 0 20px 40px rgba(37,99,235,.30);
}

.board-list-wrap .more_opt {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    z-index: 10;
    min-width: 130px;
    padding: 8px;
    border-radius: 16px;
    border: 1px solid #dce5f2;
    background: #fff;
    box-shadow: 0 18px 42px rgba(16,24,40,.12);
}

.board-list-wrap .more_opt li + li {
    margin-top: 6px;
}

.board-list-wrap .more_opt button {
    width: 100%;
    justify-content: flex-start;
    min-height: 38px;
    border: 0;
    background: transparent;
    color: #475569;
    box-shadow: none;
}

.board-list-wrap .more_opt button:hover {
    background: #f2f7ff;
    color: var(--point04, #2563eb);
    transform: none;
}

/* 테이블 */
.board-list-wrap .tbl_head01.tbl_wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 32px;
    background: #fff;
    border: 1px solid rgba(30,58,138,.09);
    box-shadow: 0 18px 54px rgba(16,24,40,.065);
}

.board-list-wrap .tbl_head01 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    margin: 0;
    background: #fff;
}

.board-list-wrap .tbl_head01 caption {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}

.board-list-wrap .tbl_head01 thead {
    display: table-header-group;
	background:none !important;
}
.board-list-wrap .tbl_head01 thead tr{
background: linear-gradient(135deg, var(--point02) 0%, var(--point03) 100%);
}

.board-list-wrap .tbl_head01 thead th {
    height: 64px;
    padding: 16px 12px;
   /*  background: #f7f9fc; */
    border: 0;
	background:none !important;
    border-bottom: var(--point03);
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    text-align: center;
    letter-spacing: -.02em;
    white-space: nowrap;
}

.board-list-wrap .tbl_head01 thead th a {
    color: #1e293b;
    font-weight: 900;
}

.board-list-wrap .tbl_head01 thead .th_chk { width: 58px; }
.board-list-wrap .tbl_head01 thead .th_num { width: 92px; }
.board-list-wrap .tbl_head01 thead .th_writer { width: 150px; }
.board-list-wrap .tbl_head01 thead .th_hit,
.board-list-wrap .tbl_head01 thead .th_good,
.board-list-wrap .tbl_head01 thead .th_nogood { width: 88px; }
.board-list-wrap .tbl_head01 thead .th_date { width: 130px; }

.board-list-wrap .tbl_head01 tbody tr {
    background: #fff; overflow:hidden;
    border-bottom: 1px solid #eef2f7;
    transition: background .22s ease, box-shadow .22s ease;
}

.board-list-wrap .tbl_head01 tbody tr:last-child {
    border-bottom: 0;
}

.board-list-wrap .tbl_head01 tbody tr:hover {
    background: #fbfdff;
    box-shadow: inset 4px 0 0 var(--point04, #2563eb);
}

.board-list-wrap .tbl_head01 tbody tr.bo_notice {
    background: #f7fbff;
}

.board-list-wrap .tbl_head01 tbody td {
    height: 76px;
    padding: clamp(18px, 4.5vw, 20px) 12px;
    border: 0;
    color: #475569;
    font-size:clamp(15px, 4.5vw, 17px);
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    word-break: keep-all;
}

.board-list-wrap .tbl_head01 tbody .td_subject {
    text-align: left;
}

.board-list-wrap .td_num2,
.board-list-wrap .td_num,
.board-list-wrap .td_datetime {
    color: #64748b;
    font-size: 19px;
    font-weight: 800;
    white-space: nowrap;
}

.board-list-wrap .td_name {
    color: #334155;
    font-size: 14px;
    font-weight: 800;
}

.board-list-wrap .bo_tit {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.board-list-wrap .bo_tit a {
    display: inline-block;
    max-width: 100%;
    font-size: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color .22s ease;
}

.board-list-wrap .bo_tit a:hover {
    color: var(--point04, #2563eb);
}

.board-list-wrap .bo_cate_link {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-right: 8px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f4f8ff;
    border: 1px solid rgba(65,102,176,.08);
    color: var(--point04, #2563eb);
    font-size: 12px;
    font-weight: 800;
    vertical-align: middle;
}

.board-list-wrap .notice_icon,
.board-list-wrap .bo_current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.board-list-wrap .notice_icon {
    background: #eaf8ff;
    border: 1px solid rgba(46,167,224,.18);
    color: #1586b8;
}

.board-list-wrap .bo_current {
    background: #eefbea;
    border: 1px solid rgba(0,145,58,.14);
    color: var(--point03, #00913a);
}

.board-list-wrap .new_icon {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6b6b, #f97316);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
}

.board-list-wrap .cnt_cmt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 22px;
    padding: 0 7px;
    border-radius: 999px;
    background: #f2f7ff;
    color: var(--point04, #2563eb);
    font-size: 12px;
    font-weight: 900;
}

.board-list-wrap .empty_table {
    height: 180px !important;
    color: #64748b !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-align: center !important;
}

/* 체크박스 */
.board-list-wrap .chk_box {
    text-align: center;
}

.board-list-wrap .selec_chk {
    width: 18px;
    height: 18px;
    accent-color: var(--point04, #2563eb);
}

.board-list-wrap .chk_box label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* 하단 버튼 */
.board-list-wrap .bo_fx {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

/* 페이지 */
.board-list-wrap .pg_wrap {
    margin: clamp(34px, 4vw, 56px) 0 0;
    text-align: center;
}

.board-list-wrap .pg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.board-list-wrap .pg_page,
.board-list-wrap .pg_current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 13px;
    border: 1px solid #d8e1ee;
    border-radius: 15px;
    background: #fff;
    color: #475569;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: background .22s ease, color .22s ease, border-color .22s ease, transform .22s ease;
}

.board-list-wrap .pg_page:hover {
    transform: translateY(-2px);
    border-color: rgba(46,167,224,.44);
    color: var(--point04, #2563eb);
}

.board-list-wrap .pg_current {
    background: linear-gradient(135deg, var(--point01, #2ea7e0), var(--point04, #2563eb));
    border-color: var(--point01, #2ea7e0);
    color: #fff;
}

/* 기존 모달 검색은 사용하지 않음 */
.board-list-wrap .bo_sch_wrap {
    display: none !important;
}

/* 반응형 */
@media (max-width: 1180px) {
    .board-list-wrap .board-search-form {
        grid-template-columns: minmax(160px, .45fr) minmax(220px, 1fr) auto;
    }

    .board-list-wrap .board-reset-btn {
        grid-column: 1 / -1;
        width: fit-content;
    }

    .board-list-wrap .tbl_head01 thead .th_writer { width: 120px; }
    .board-list-wrap .tbl_head01 thead .th_date { width: 112px; }
}

@media (max-width: 900px) {
    .board-list-wrap #bo_btn_top,
    .board-list-wrap .board-search-head {
        display: block;
    }

    .board-list-wrap .board-search-note,
    .board-list-wrap .btn_bo_user {
        margin-top: 16px;
    }

    .board-list-wrap .board-search-form {
        grid-template-columns: 1fr;
        border-radius: 22px;
        padding: 16px;
    }

    .board-list-wrap .board-reset-btn,
    .board-list-wrap .board-sch-btn {
        width: 100%;
    }

    .board-list-wrap .btn_bo_user {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .board-list-wrap {
        width: 92% !important;
        padding-bottom: 72px;
    }

    .board-list-wrap .board-search-panel {
        padding: 24px 18px;
        border-radius: 28px;
    }

    .board-list-wrap .tbl_head01.tbl_wrap {
        border-radius: 26px;
        overflow: visible;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .board-list-wrap .tbl_head01 table,
    .board-list-wrap .tbl_head01 thead,
    .board-list-wrap .tbl_head01 tbody,
    .board-list-wrap .tbl_head01 tr,
    .board-list-wrap .tbl_head01 th,
    .board-list-wrap .tbl_head01 td {
        display: block;
        width: 100%;
    }

    .board-list-wrap .tbl_head01 thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
    }

    .board-list-wrap .tbl_head01 tbody tr {
        position: relative;
        margin-bottom: 14px;
        padding: 18px 18px 16px;
        border: 1px solid rgba(30,58,138,.09);
        border-radius: 24px;
        background: #fff;
        box-shadow: 0 16px 42px rgba(16,24,40,.06);
    }

    .board-list-wrap .tbl_head01 tbody tr:hover {
        box-shadow: 0 20px 52px rgba(16,24,40,.09);
    }

    .board-list-wrap .tbl_head01 tbody td {
        height: auto;
        padding: 7px 0;
        border: 0;
        text-align: left;
    }

    .board-list-wrap .tbl_head01 tbody td:not(.td_subject):not(.td_chk)::before {
        content: attr(data-label);
        display: inline-block;
        min-width: 72px;
        margin-right: 8px;
        color: #94a3b8;
        font-size: 12px;
        font-weight: 900;
		
    }

    .board-list-wrap .tbl_head01 tbody .td_chk {
        position: absolute;
        right: 16px;
        top: 16px;
        width: auto;
        padding: 0;
    }

    .board-list-wrap .tbl_head01 tbody .td_subject {
        padding: 10px 34px 12px 0 !important;
    }

    .board-list-wrap .bo_tit a {
        display: block;
        font-size: 17px;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }

    .board-list-wrap .td_num2,
    .board-list-wrap .td_num,
    .board-list-wrap .td_datetime,
    .board-list-wrap .td_name {
        font-size: 14px;
    }

    .board-list-wrap .bo_fx {
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    .board-list-wrap .board-search-title {
        font-size: 28px;
    }

    .board-list-wrap #bo_list_total {
        width: 100%;
        justify-content: center;
    }

    .board-list-wrap .btn_bo_user {
        width: 100%;
    }

    .board-list-wrap .btn_bo_user li,
    .board-list-wrap .btn_bo_user .btn,
    .board-list-wrap .btn_bo_user a,
    .board-list-wrap .btn_bo_user button {
        flex: 1 1 auto;
    }
}

/* =========================================================
   Mobile polish override
========================================================= */
@media (max-width: 768px) {
    .board-list-wrap .tbl_head01.tbl_wrap {
        overflow: visible !important;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    #bo_list .td_subject{padding-left:0px !important; }
.board-list-wrap .bo_tit img  {width:30px; }
    .board-list-wrap .tbl_head01 table,
    .board-list-wrap .tbl_head01 tbody {
        display: block !important; 
        width: 100% !important; 
        background: transparent !important;
    }

    .board-list-wrap .tbl_head01 tbody tr {
        position: relative !important;
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: 8px 14px !important;
        margin: 0 0 14px !important;
		overflow:hidden !important;
        padding: 22px 20px 18px !important;
        border: 1px solid rgba(30,58,138,.09) !important;
        border-radius: 24px !important;
        background: #fff !important;
        box-shadow: 0 16px 42px rgba(16,24,40,.06) !important;
        overflow: hidden !important;
		border:2px solid red;
    }

    .board-list-wrap .tbl_head01 tbody tr::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 5px;
        height: 100%;
        background: linear-gradient(180deg, var(--point01, #2ea7e0), var(--point04, #2563eb));
        opacity: .9;
    }

    .board-list-wrap .tbl_head01 tbody tr:hover {
        background: #fff !important;
        box-shadow: 0 20px 52px rgba(16,24,40,.09) !important;
    }

    .board-list-wrap .tbl_head01 tbody td {
        display: inline-flex !important;
        align-items: center !important;
        width: auto !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        color: #64748b !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        line-height: 1.45 !important;
        text-align: left !important;
        white-space: nowrap !important;
    }

    .board-list-wrap .tbl_head01 tbody td:not(.td_subject):not(.td_chk)::before {
        content: attr(data-label);
        display: inline-flex !important;
        align-items: center;
        min-width: auto !important;
        margin: 0 5px 0 0 !important;
        padding: 0 !important;
        background: transparent !important;
        color: #94a3b8 !important;
        font-size: 11px !important;
        font-weight: 900 !important;
        line-height: 1 !important;
    }

    .board-list-wrap .tbl_head01 tbody .td_subject {
        order: 1 !important;
        display: block !important;
        flex: 0 0 100% !important;
        width: 100% !important;
        padding: 2px 34px 14px 0px !important;
        margin: 0 0 4px !important;
        border-bottom: 1px solid #edf2f7 !important;
        white-space: normal !important;
    }



    .board-list-wrap .tbl_head01 tbody .td_subject::before {
        display: none !important;
        content: none !important;
    }

    .board-list-wrap .tbl_head01 tbody .td_num2 {
        order: 2 !important;
    }

    .board-list-wrap .tbl_head01 tbody .td_name {
        order: 3 !important;
    }

    .board-list-wrap .tbl_head01 tbody .td_num {
        order: 4 !important;
    }

    .board-list-wrap .tbl_head01 tbody .td_datetime {
        order: 6 !important;
    }

    .board-list-wrap .tbl_head01 tbody .td_chk {
        position: absolute !important;
        right: 16px !important;
        top: 18px !important;
        z-index: 2 !important;
        width: auto !important;
        padding: 0 !important;
        background: transparent !important;
    }

    .board-list-wrap .bo_tit {
        display: flex !important;
        align-items: flex-start !important;
        gap: 6px !important;
        width: 100% !important;
        min-width: 0 !important;
    }



    .board-list-wrap .bo_tit a {
        display: block !important;
        width: 100% !important;
		padding:0px !important;
        color: #0f172a !important;
        font-size: 17px !important;
        font-weight: 600 !important;
        line-height: 1.5 !important;
        letter-spacing: -.035em !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
        word-break: keep-all !important;
    }

    .board-list-wrap .bo_cate_link {
        margin: 0 0 8px !important;
        min-height: 26px !important;
        padding: 0 10px !important;
        font-size: 11px !important;
        background: #f4f8ff !important;
    }

    .board-list-wrap .notice_icon,
    .board-list-wrap .bo_current {
        min-height: 24px !important;
        padding: 0 9px !important;
        border-radius: 999px !important;
        font-size: 11px !important;
    }

    .board-list-wrap .td_num2,
    .board-list-wrap .td_num,
    .board-list-wrap .td_datetime,
    .board-list-wrap .td_name {
        background: transparent !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .board-list-wrap .new_icon {
        width: 20px !important;
        height: 20px !important;
        font-size: 10px !important;
    }

    .board-list-wrap .cnt_cmt {
        height: 20px !important;
        min-width: 22px !important;
        font-size: 11px !important;
    }

    .board-list-wrap #bo_btn_top {
        display: block !important;
        margin-bottom: 18px !important;
    }

    .board-list-wrap #bo_list_total {
        width: 100% !important;
        justify-content: center !important;
        margin-bottom: 12px !important;
    }

    .board-list-wrap #bo_btn_top .btn_bo_user {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        width: 100% !important;
        margin-top: 0 !important;
    }

    .board-list-wrap #bo_btn_top .btn_bo_user li,
    .board-list-wrap #bo_btn_top .btn_bo_user a,
    .board-list-wrap #bo_btn_top .btn_bo_user button {
        width: 100% !important;
    }

    .board-list-wrap .bo_fx .btn_bo_user {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px !important;
        width: 100% !important;
    }

    .board-list-wrap .bo_fx .btn_bo_user li,
    .board-list-wrap .bo_fx .btn_bo_user a,
    .board-list-wrap .bo_fx .btn_bo_user button {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .board-list-wrap .tbl_head01 tbody tr {
        padding: 20px 16px 16px !important;
        border-radius: 22px !important;
    }

    .board-list-wrap .tbl_head01 tbody .td_subject {
        padding-right: 30px !important;
    }

    .board-list-wrap .bo_tit a {
        font-size: 16px !important;
    }

    .board-list-wrap .tbl_head01 tbody td {
        font-size: 12px !important;
    }

    .board-list-wrap .tbl_head01 tbody td:not(.td_subject):not(.td_chk)::before {
        font-size: 10px !important;
    }
}



  
/* =========================================================
공지사항 - 뷰어
 ========================================================= */





 
/* =========================================================
캘린더
 ========================================================= */


.sc-page {
  --blue01:#1e3a8a;
  --blue02:#2563eb;
  --blue03:#3b82f6;
  min-height: 60vh;
  padding: clamp(52px, 6vw, 96px) 0 clamp(76px, 8vw, 128px);
  background: transparent;
  font-family: 'Paperozi', sans-serif;
}

.sc-wrap {
  max-width: 1680px !important;
  width: 92% !important;
  margin: 0 auto;
  padding: 0;
}

/* 캘린더 전체 카드 */
.sc-card {
  overflow: hidden;
  border-radius: 34px;
  background: #fff;
  border: 1px solid rgba(30,58,138,.1);
  box-shadow:
    0 24px 70px rgba(16,24,40,.07),
    inset 0 1px 0 rgba(255,255,255,.9);
}

/* 상단 월 이동 헤더 */
.sc-header {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr 54px;
  align-items: center;
  gap: 14px;
  padding: clamp(22px, 3vw, 34px);
  background:
    radial-gradient(circle at 92% 20%, rgba(46,167,224,.5), transparent 34%),
    linear-gradient(135deg,#1e3a8a 0%,#2563eb 55%,#3b82f6 100%);
  overflow: hidden;
}

.sc-header::before {
  content: "SCHEDULE";
  position: absolute;
  right: clamp(-12px, -1vw, 0px);
  bottom: -18px;
  color: rgba(255,255,255,.095);
  font-size: clamp(58px, 11vw, 160px);
  font-weight: 900;
  line-height: .8;
  letter-spacing: -.08em;
  pointer-events: none;
}

.sc-header > * {
  position: relative;
  z-index: 1;
}

.sc-month-title {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -.02em;
}

.sc-nav {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.24);
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    background .24s ease,
    transform .24s ease,
    border-color .24s ease;
}

.sc-nav:hover {
  background: rgba(255,255,255,.24);
  border-color: rgba(255,255,255,.36);
  color: #fff;
  transform: translateY(-2px);
}

.sc-today-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.22);
  color: rgba(255,255,255,.92);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.sc-today-link:hover {
  background: rgba(255,255,255,.28);
  color: #fff;
}

/* 요일 헤더 */
.sc-dayname-head {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: #f7f9fc;
  border-bottom: 1px solid #e8eef6;
}

.sc-dayname {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #667085;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -.01em;
  border-right: 1px solid #edf1f7;
}

.sc-dayname:last-child {
  border-right: 0;
}

.sc-dayname.d-sun {
  color: #ef4444;
}

.sc-dayname.d-sat {
  color: #2563eb;
}

/* 주 단위 */
.sc-week-block {
  position: relative;
  border-bottom: 1px solid #edf1f7;
  background: #fff;
}

.sc-week-block:last-child {
  border-bottom: 0;
}

.sc-week-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.sc-cell {
  min-height: 74px;
  padding: 12px 12px 8px;
  background: #fff;
  border-right: 1px solid #edf1f7;
  transition: background .2s ease;
}

.sc-week-days .sc-cell:nth-child(7n) {
  border-right: 0;
}

.sc-cell.sc-empty {
  background: #fafbfc;
}

.sc-cell.sc-today {
  background:
    linear-gradient(180deg, rgba(46,167,224,.08), rgba(255,255,255,0));
}

.sc-cell.d-sun .sc-dn {
  color: #ef4444;
}

.sc-cell.d-sat .sc-dn {
  color: #2563eb;
}

.sc-dn {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #344054;
  font-size: 14px;
  font-weight: 900;
}

.sc-dn.is-today {
  background: linear-gradient(135deg, var(--blue01), var(--blue02));
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(37,99,235,.24);
}

/* 일정 바 레이어 */
.sc-layer {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-auto-rows: 28px;
  column-gap: 0;
  row-gap: 6px;
  padding: 0 8px 14px;
  margin-top: -6px;
}

.sc-bar {
  position: relative;
  height: 28px;
  line-height: 28px;
  margin: 0 5px 0 0;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  justify-self: stretch;
  box-shadow:
    0 10px 22px rgba(16,24,40,.14),
    inset 0 1px 0 rgba(255,255,255,.18);
  transition:
    transform .2s ease,
    filter .2s ease,
    box-shadow .2s ease;
}

.sc-bar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.18), transparent 48%);
  pointer-events: none;
}

.sc-bar:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow:
    0 14px 28px rgba(16,24,40,.2),
    inset 0 1px 0 rgba(255,255,255,.22);
}

/* 모달 */
.sc-modal-bg {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.sc-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15,23,42,.54);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.sc-modal {
  position: relative;
  width: 100%;
  max-width: 540px;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(255,255,255,.6);
  box-shadow: 0 34px 90px rgba(0,0,0,.26);
}

.sc-modal-hd {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px 28px;
  border-bottom: 1px solid #edf1f7;
  background:
    radial-gradient(circle at 92% 18%, rgba(46,167,224,.16), transparent 34%),
    #fff;
}

.sc-modal-ttl {
  flex: 1;
  margin: 0;
  color: var(--ink);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -.035em;
  word-break: keep-all;
}

.sc-modal-x {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 14px;
  background: #f2f4f7;
  color: #667085;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  transition:
    background .2s ease,
    color .2s ease;
}

.sc-modal-x:hover {
  background: #e8eef6;
  color: var(--point04);
}

.sc-modal-bd {
  padding: 24px 28px 30px;
  color: #344054;
  font-size: 15px;
  line-height: 1.75;
  white-space: pre-line;
}

#scModalDate {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0 0 18px !important;
  padding: 0 13px;
  border-radius: 999px;
  background: #f2f7ff;
  color: var(--point04) !important;
  font-size: 13px !important;
  font-weight: 900;
}

#scModalBody {
  color: #344054;
  word-break: keep-all;
}

.sc-modal-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 22px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue01), var(--blue02));
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.sc-modal-link:hover {
  color: #fff;
  filter: brightness(1.05);
}

/* 반응형 */
@media (max-width: 900px) {
  .sc-wrap {
    width: 92% !important;
  }

  .sc-card {
    border-radius: 28px;
  }

  .sc-header {
    grid-template-columns: 46px 1fr 46px;
    padding: 22px 20px;
  }

  .sc-nav {
    width: 46px;
    height: 46px;
    border-radius: 16px;
  }

  .sc-month-title {
    font-size: 28px;
  }

  .sc-cell {
    min-height: 62px;
    padding: 9px 8px 6px;
  }

  .sc-dn {
    width: 28px;
    height: 28px;
    border-radius: 10px;
    font-size: 13px;
  }

  .sc-layer {
    grid-auto-rows: 25px;
    row-gap: 5px;
    padding: 0 5px 12px;
  }

  .sc-bar {
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .sc-page {
    padding: 42px 0 72px;
  }

  .sc-wrap {
    width: 94% !important;
  }

  .sc-card {
    border-radius: 24px;
  }

  .sc-header {
    grid-template-columns: 42px 1fr 42px;
    gap: 8px;
    padding: 18px 14px;
  }

  .sc-header > div {
    gap: 6px !important;
    flex-wrap: wrap;
  }

  .sc-nav {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 24px;
  }

  .sc-month-title {
    font-size: 22px;
  }

  .sc-today-link {
    min-height: 28px;
    padding: 0 10px;
    font-size: 12px;
  }

  .sc-dayname {
    min-height: 42px;
    font-size: 12px;
  }

  .sc-cell {
    min-height: 52px;
    padding: 7px 4px 4px;
  }

  .sc-dn {
    width: 25px;
    height: 25px;
    border-radius: 9px;
    font-size: 12px;
  }

  .sc-layer {
    grid-auto-rows: 22px;
    row-gap: 4px;
    padding: 0 3px 10px;
    margin-top: -4px;
  }

  .sc-bar {
    height: 22px;
    line-height: 22px;
    margin-right: 3px;
    padding: 0 6px;
    font-size: 11px;
    border-radius: 999px;
  }

  .sc-modal {
    border-radius: 22px;
  }

  .sc-modal-hd {
    padding: 20px;
  }

  .sc-modal-bd {
    padding: 20px 20px 24px;
  }

  .sc-modal-ttl {
    font-size: 18px;
  }
}



/* =========================================================
   FAQ - 리스트
========================================================= */


/* Q 아이콘 */
.faq_board_list .faq_q_mark {
    position: relative;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    border-radius: 16px !important;
    display: inline-grid !important;
    place-items: center !important;
    background:
        radial-gradient(circle at 75% 18%, rgba(46,167,224,.75), transparent 38%),
        linear-gradient(135deg, var(--point01) 0%, var(--point04) 100%) !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1 !important;

    border: 1px solid rgba(255,255,255,.36);

}

/* A 아이콘 */
.faq_board_list .faq_a_mark {
    position: relative;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    border-radius: 16px !important;
    display: inline-grid !important;
    place-items: center !important;

    background:
        linear-gradient(135deg, var(--point02) 0%, var(--point03) 100%) !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    border: 1px solid rgba(255,255,255,.38);
}

.faq_board_list .faq_q_text {font-size:clamp(17px, 2.5vw, 20px) !important}


/* 토글 아이콘 기본 박스 */
.faq_board_list .faq_toggle_icon {
    position: relative !important;
    width: 42px !important;
	border:1px solid #ddd !important;
    height: 42px !important;
    min-width: 42px !important;
    border-radius: 15px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #4166b0 !important;
	box-shadow:none;
    transform: none !important;
    transition:
        background .22s ease,
        border-color .22s ease,
        color .22s ease,
}

/* + 아이콘 가로선 */
.faq_board_list .faq_toggle_icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 15px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition:
        opacity .22s ease,
        transform .22s ease;
}

/* + 아이콘 세로선 */
.faq_board_list .faq_toggle_icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    height: 15px;
    border-radius: 999px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition:
        opacity .22s ease,
        transform .22s ease;
}

/* 열렸을 때: 파란 배경 + 마이너스 아이콘 */
.faq_board_list .faq_accordion_item.is-open .faq_toggle_icon {
    transform: none !important;

}

/* 열린 상태에서는 세로선만 사라져서 - 모양 */
.faq_board_list .faq_accordion_item.is-open .faq_toggle_icon::before {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.faq_board_list .faq_accordion_item.is-open .faq_toggle_icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) scaleY(.2);
}

/* 질문 hover 시 토글 포인트 */
.faq_board_list .faq_accordion_q:hover .faq_toggle_icon {
    background: #eaf8ff !important;
    border-color: rgba(46,167,224,.32);
    color: #2563eb !important;
}



/* 답변 박스 안에서 A 아이콘이 더 또렷하게 */
.faq_board_list .faq_answer_inner { width:100%; display:flex; flex-wrap:wrap; gap:0px 20px;
    background:
        linear-gradient(180deg, #f8fbff 0%, #f7f9fc 100%) !important;
    border: 1px solid #e3ebf6 !important; padding:16px 16px;
}

.faq_board_list .faq_answer_inner .faq_a_body {flex:1;  padding-top:10px; padding-bottom:10px;}



/* 모바일 보정 */
@media (max-width: 768px) {
    .faq_board_list .faq_q_mark,
    .faq_board_list .faq_a_mark {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        border-radius: 14px !important;
        font-size: 18px !important;
    }

    .faq_board_list .faq_toggle_icon {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        border-radius: 12px !important;
    }

    .faq_board_list .faq_toggle_icon::before {
        width: 13px;
    }

    .faq_board_list .faq_toggle_icon::after {
        height: 13px;
    }
}

@media (max-width: 480px) {
    .faq_board_list .faq_q_mark,
    .faq_board_list .faq_a_mark {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        border-radius: 12px !important;
        font-size: 16px !important;
    }

    .faq_board_list .faq_toggle_icon {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        border-radius: 11px !important;
    }
}





 
/* =========================================================
회원가입
 ========================================================= */





 
/* =========================================================
회원가입
 ========================================================= */