@charset "utf-8";

.container .wrapper { padding: 40px 0; box-sizing: border-box;  }

/* ---------------------- 메인 타이틀 영역 ---------------------- */

.titleArea { 
  width: 100%; 
  position: relative;
  background: url('../img/subTopBg2.png') no-repeat center center; 
  background-size: cover; 
  margin-bottom: 20px; 
  padding: 60px 0 40px; 
}
.titleArea::before { 
  content: ''; 
  display: block; 
  position: absolute; 
  left: 0; 
  bottom: 0; 
  width: 100%; 
  height: 100%; 
  background: url('../img/subTopBg.png') no-repeat right 10% bottom 100%; 
  background-size: 50%; 
  opacity: 0.3; 
}
.titleArea .wrapper { padding: 40px 0; }
.titleArea h1 { 
  font-size: 2em; 
  font-weight: 600; 
  height: 40px; 
  line-height: 40px; 
  color: #0f1257;  
  text-align: center; 
}
.titleArea p { 
  display: inline-block; 
  font-size: 0.925em; 
  color: #333; 
  margin: 15px auto 5px; 
  position: relative; 
  padding: 6px 14px; 
  background: rgba(255, 255, 255, 0.7); 
  border-radius: 100px; 
  text-align: center; 
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* ---------------------- 위치 표시 (Breadcrumb) ---------------------- */

.location { margin-bottom: 25px; text-align: center; }
.location li { display: inline-block; font-size: 0.8em; line-height: 17px;  }
.location li::after { content: '/'; display: inline-block; margin: 0 10px 0 12px; color: #303376; }
.location li a { display: inline-block; line-height: 25px; color: #303376; }
.location li.here a { font-weight: 600; color: #0f1257; }
.location li.here::after {display: none;}

/* ---------------------- 서브 GNB ---------------------- */

.subTopGnb { width: 100%; margin: 30px auto 0;  }
.subTopGnb ul { width: 100%; max-width: 1400px; margin: 0 auto; display: flex; gap: 15px; justify-content: flex-start; flex-wrap: wrap;   }
.subTopGnb li {box-sizing: border-box; position: relative; }
.subTopGnb li > a { padding: 7px 20px; text-align: center; font-size: 1.25em; border-radius: 100px; background: rgba(255,255,255,0.8);  backdrop-filter: blur(8px); display: block;}
.subTopGnb li.active  {  }
.subTopGnb li.active > a { color: #0f1257; font-weight: 600; }


.eventSub01 { margin: 0 auto; width: 160%; border-radius: 10px; box-sizing: border-box; display: block; gap: 5px; backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px); background:#d8d8ec;  border:1px solid rgba(255,255,255,0.3);box-shadow:0 8px 24px rgba(15,18,87,0.15); position: absolute; z-index: 999; top: 50px; left: 0; }
.eventSub01::before { content: '▲'; color: #d8d8ec; position: absolute; top: -40px; left: 50%; margin-left: -15px; font-size: 3em; }
.eventSub01 a { display: block; padding: 5px 10px;  font-size: 0.875em; text-align: center; }
.eventSub01 a:hover { font-weight: 600; }

/* ---------------------- 컬러 유틸 ---------------------- */

.colorYellow { color: #fffcdd; }
.colorBlue { color: #90d9f9; }
.colorGreen { color: #d4e271; }
.textDark { color: #333; }

/* ---------------------- 타이틀 ---------------------- */

.titleBar { font-size: 1.25em; font-weight: 600; color: #0f1257; padding-top: 12px; }
h2.title { font-size: 1.3em; padding: 10px 0 0 0px; color: #0f1257; margin: 40px 0 20px; position: relative; }
h2.title::before { 
  content: ''; 
  display: block; 
  width: 24px; 
  height: 3px; 
  background: #0f1257;
  position: absolute; 
  left: 0; top: 1px; 
}
h2.title:first-child { margin-top: 0;}
h3.title { font-size: 1em; font-weight: 500; padding-left: 15px; background: url('../img/h3title.gif') no-repeat left center; margin: 15px 0 3px; color: #0f1257; }
h4.title { font-size: 0.875em; font-weight: 500; margin: 10px 0 5px; color: #90d9f9; }



p.conText { font-size: 0.875em; margin: 5px 0; }
.listType01 > li { font-size: 0.875em; padding-left: 15px; margin-top: 5px; position: relative; word-break: keep-all;  }
.listType01 > li:first-child { margin-top: 0; }
.listType01 > li::before { content: '·'; font-weight: 600; font-size: 1.25em; color: #5b89b3; line-height: 1.1; position: absolute; left: 0; top:0;  }
.listType01 h4.title { font-size: 1em; }
.listType01 .listType02 > li { font-size: 1em;}


.listType02 > li { font-size: 0.875em; padding-left: 10px; margin-top: 2px; position: relative; word-break: keep-all;  }
.listType02 > li:first-child { margin-top: 0; }
.listType02 > li::before { content: '-'; position: absolute; left: 0; top:0;  }


.tabGnb { display: flex; flex-wrap: wrap; width: 100%; margin-bottom: 33px; }
.tabGnb li { width: 24%; padding-right: 1%; margin-bottom: 7px;  }
.tabGnb li a { background: #efefef; display: flex; height: 50px; align-items: center; justify-content: center; color: #686868; box-sizing: border-box;   }
.tabGnb li.on a { background: #fff; border: 3px solid #009c93; color: #009c93; font-weight: 500;}

/* 보도자료 탭메뉴 */
.tabGnb2 { display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; margin-bottom: 40px; }
.tabGnb2 li { width: 12.5%; }
.tabGnb2 li a { background: #efefef; border-top: 1px solid #ccc; border-left: 1px solid #ccc;border-bottom: 1px solid #ccc; display:flex; height: 40px; align-items: center; justify-content: center; color: #686868; box-sizing: border-box; font-size: 0.875em; text-align: center; line-height: 1; }
.tabGnb2 li:last-child a { border-right: 1px solid #ccc;}
.tabGnb2 li.on a { background: #fff; border-top: 3px solid #009c93; border-bottom: 0; color: #009c93; font-weight: 500;}


/* TABLE BOARD LIST */
.tableType01 { width: 100%; border-top: 3px solid #3c668d; margin-top: 10px;}
.tableType01 thead th { padding: 5px 3px; border-bottom: 1px solid #3c668d; vertical-align: middle; font-weight: 500; font-size: 0.875em; background: #efefef; }
.tableType01 td { text-align: center; font-size: 0.875em; padding: 5px 3px; vertical-align: middle; border-bottom: 1px solid #ccc; }


/* -------------------------------------- 각 페이지 -------------------------------------- */



/* 행사개요 */
#summary > div { display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; } 
#summary figure { width: 30%; margin: 0 auto; } 
#summary figure img { width: 100%; height: auto; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.1); } 
#summary div > div { box-sizing: border-box; width: calc(60% - 30px); } 
#summary div > div.info { width: 100%; }
#summary p { margin-bottom: 30px; text-align: justify; } 
#summary .info { display: flex; flex-direction: column; gap: 20px; margin-top: 20px; } 
#summary dl { display: flex; padding: 20px 15px; height:100%; background:rgba(255,255,255,0.25); box-sizing:border-box; position:relative; border-radius:12px; backdrop-filter:blur(12px); -webkit-backdrop-filter:blur(12px); border:1px solid rgba(255,255,255,0.3); box-shadow:0 8px 24px rgba(15,18,87,0.15); justify-content: space-between; align-items : center; } 
#summary dl dt {
  color: #0f1257; 
  font-weight: 600;
  font-size: 0.95em;
  width: 100px;
  text-align: center;
}
#summary dl dd {  width: calc(100% - 120px); color: #333; line-height: 1.6; font-size: 1em; display: flex; gap: 20px; flex-wrap: wrap; } 
#summary dl dd strong { font-weight: 500; color: #333; } 
#summary dl dd img { vertical-align: middle; }

#summary .info dd img { display: block; vertical-align: middle; height: 30px; }
#summary .info dd img.logoL { height: 17px; }


/* 행사시간표 */

#timeTable { width: 100%; }
#timeTable * { box-sizing:border-box; }

#timeTable thead th { height:40px; padding: 0px 5px 7px; font-weight: 500; color:#333; text-align: center; vertical-align: middle; border-bottom: 3px solid #99173e; }
#timeTable tbody tr { border-bottom: 1px solid #ccc; }
#timeTable tbody th { height:40px; background:#fff; font-weight:normal;color:#333; text-align: center; padding: 10px 3px 3px;  vertical-align: middle; word-break: break-all; white-space: nowrap;  }
#timeTable tr td:nth-child(2) { text-align: center; }
#timeTable td { height:40px; background:#fff;  color:#333; text-align:left; padding: 10px 3px 3px; vertical-align: middle; word-break: keep-all; }


/* 참가안내 */
#fairInfo img { display: block; width: 100%; max-width: 700px; margin: 0 auto; }

#fairInfo dl{ display:grid; grid-template-columns: 220px 1fr; gap:10px 15px; padding:0; background:rgba(255,255,255,.55);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.4);border-radius:10px; box-shadow:0 6px 18px rgba(15,18,87,.12); margin-bottom: 10px; }
#fairInfo dt{padding:16px; text-align:center; font-weight:700; font-size:1.1rem; color:#0f1257; background:linear-gradient(135deg,rgba(144,217,249,.35),rgba(255,252,221,.35));border-right:1px solid rgba(0,0,0,.06); }
#fairInfo dd{ padding:16px; font-size:1rem; color:#333; line-height:1.6; }


#fairInfo .step{display:flex;flex-wrap:wrap;gap:48px;align-items:stretch;margin:0;padding:0;list-style:none;}
#fairInfo .step li{flex:1 1 auto;min-width:180px;max-width:320px;position:relative;display:flex;}
#fairInfo .step li:not(:last-child)::after{
  content:"";
  position:absolute;
  right:-32px;
  top:50%;
  transform:translateY(-50%);
  width:20px;
  height:20px;
  background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%230f1257' viewBox='0 0 24 24'><path d='M9 18l6-6-6-6'/></svg>") no-repeat center;
  background-size:contain;
  opacity:.75;
}
#fairInfo .step li div{
  position:relative;
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-radius:12px;
  padding:22px;
  text-align:center;
  background:#fff;
  z-index:1;
}
#fairInfo .step li div::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:12px;
  padding:2px; /* 보더 두께 */
  background:linear-gradient(135deg,#005fab,#0dced5);
  -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  z-index:-1;
}
#fairInfo .step li span{display:block;font-weight:800;font-size:1.25rem;color:#0f1257;margin-bottom:8px;}
#fairInfo .step li p{margin:0;font-size:.95rem;color:#333;}




/* 오시는 길 */
#map { width: 100%; position: relative; padding-bottom: 60%; }
#map iframe { position: absolute; width: 100%; left: 0; top: 0; height: 100%;  }
#address { margin-top: 15px; font-size: 1.125em; }
#address i { color: #01b6b1; display: inline-block; margin-right: 5px; }



/* 설명회 */

.formTopBox { display: flex; justify-content: space-between; margin: 0 0 40px; }
.formTopBox article { width: 48%; }
.formTopBox article table { width: 100%; box-sizing: border-box; border-bottom: 1px solid #ccc; font-size: 0.875em; }
.formTopBox article table thead th { height:30px; padding: 0px 5px 0px; font-weight: 500; color:#333; text-align: center; vertical-align: middle; border-bottom: 3px solid #99173e; vertical-align: middle;  }
.formTopBox article table tbody th { text-align: center; padding: 8x 3px 3px; vertical-align: middle; border-bottom: 1px solid #ccc; }
.formTopBox article table tbody td { text-align: center; padding: 8px 3px 3px; vertical-align: middle; }
.formTopBox article .caution { color: #ef0000; font-size: 0.9em; word-break: keep-all; position: relative; text-align: justify; padding-left: 20px; margin: 5px 0 0; }
.formTopBox article .caution::before { content: '!'; display: block; position: absolute; left: 0; top: 1px; background: #ef0000; color: #fff; border-radius: 100px; text-align: center; width: 15px; height: 15px; font-size: 12px;  }
.formTopBox article ul li { padding-left: 10px; position: relative; font-size: 0.95em; line-height: 1.2; margin: 0 0 10px; }
.formTopBox article ul li::before { content: '-'; position: absolute; left: 0; top: 2px; }


/* 개인정보 */
#privacyPolicy { width: 100%; box-sizing: border-box; padding: 15px; background: #f2f2f2;  }
#privacyPolicy h4 { font-weight: 600; margin: 30px 0 20px;}
#privacyPolicy table { width: 100%; margin: 30px 0; background: #fff; }
#privacyPolicy table * { border: 0; padding: 5px 10px; box-sizing: border-box; text-align: center;}
#privacyPolicy table th { border-bottom: 1px solid #ccc; }

.checkbox { display: block; margin: 5px 0 0; text-align: right; font-size: 0.925em; }
.checkbox input { display: inline-block; margin: 2px 3px 0 0; vertical-align: top; }

/* 이용약관 */
#terms { width: 100%; box-sizing: border-box; padding: 15px; background: #f2f2f2; border: 1px solid #ccc; height: 500px; overflow-y: scroll; font-size: 0.75em; line-height: 1.6; color: #666; resize: none;  }


/* 이메일 수집 거부 */
#emailNo { width: 100%; box-sizing: border-box; padding: 15px; background: #f2f2f2; border: 1px solid #ccc; overflow-y: scroll;  line-height: 1.6; color: #666;  }










/* 만족도조사 */
.surveyUserInfo { display: flex; flex-wrap: wrap;  padding: 15px 20px;  background: #e5e1f2;   margin-bottom: 40px; justify-content: space-between; }
.surveyUserInfo dl { width: calc(50% - 100px); display: flex; font-size: 1.125em; }
.surveyUserInfo dl dt { width: 100px; font-weight: 500; line-height: 30px; }
.surveyUserInfo dl dd { width: calc(100% - 100px); display: flex;  line-height: 30px; }
.surveyUserInfo dl dd input[type=text] { width: calc(100% - 40px); height: 30px; display: block; }
.surveyUserInfo dl dd label { display: inline-block; vertical-align: middle;  line-height: 30px; }
.surveyUserInfo div { width: 200px; }
.surveyUserInfo div input[type=radio] { display: inline-block; width: 18px; height: 18px; margin: 5px 5px 0 0; vertical-align: middle; }
.surveyUserInfo div select { width: 50px; height: 30px; display: inline-block; vertical-align: middle; margin: 0 20px 0 5px; }


.survey { width: 100%; max-width: 1000px; margin: 0 auto; text-align: center; margin-top: 30px; box-sizing: border-box; }

p.textBox { font-size: 0.9em; text-align: justify; margin: 0 auto 30px; }

/* .survey ol { list-style: auto; padding-left: 20px;   }
.survey li { margin: 0 0 50px; text-align: left; }
.survey li::marker { font-size: 1.125em; font-weight: 500; }
.survey li:nth-child(5) { margin-left: 18px; }

.survey li:nth-child(5)::marker { content: '4-1. '; }
.survey li:nth-child(6)::marker { content: '5. '; }
.survey li:nth-child(7)::marker { content: '6. '; }
.survey li:nth-child(8) { margin-left: -20px; }
.survey li:nth-child(8)::marker { content: ''; } */


.survey li p { font-size: 1.125em; font-weight: 500; }
.survey li p span { font-weight: 400; }
.survey li div { margin: 10px auto 0; }
.survey li div label { position: relative; margin-right: 20px; display: inline-block; vertical-align: middle; cursor: pointer;  }
.survey li div span { display: inline-block; position: absolute; left: 0px; top: 2px; width: 20px; height: 16px; line-height: 16px; text-align: center; font-size: 0.8em; }
/* .survey li div input { display: inline-block; width: 20px; height: 20px; vertical-align: middle; margin: -5px 5px 0 0; -webkit-appearance: none; -moz-appearance: none; border-radius: 100px; border: 1px solid #000;  } */


.survey div input:checked { background-color: #ba2454; border-color: #ba2454; }
.survey div input:checked + span { color: #fff; }

.survey div textarea { border: 1px solid #ccc; padding: 20px; box-sizing: border-box; width: 100%; height: 100px; }

.surveyBtn {  background-color: #005aab; color: #fff; padding: 12px 20px; border: none; border-radius: 4px; font-size: 1rem; cursor: pointer; width: 100%;  }


.surveyList li { margin-bottom:25px; text-align: left; }
.surveyBox { margin:10px 0; padding:20px; border:1px solid #ddd; border-radius:8px; background:#fafafa; }
.surveyBox h3 { font-size:1.05em; margin-bottom:10px; color:#4d3c7c; font-weight:600; }
.surveyOptions { display:flex; flex-wrap:wrap; gap:15px; }
.surveyBox label { display:flex; align-items:center; font-size:1em; color:#333; cursor:pointer; }
.surveyBox input[type="radio"] { margin: -1px 4px 0 0; display: inline-block; vertical-align: middle; width: 18px; height: 18px;  border: 1px solid #aaa; }
.surveyBox textarea { width: 100%; height: 70px; border: 1px solid #aaa; box-sizing: border-box; }

.surveyBox dl { display:flex; flex-wrap:wrap; gap:15px; margin: 0 0 15px; }
.surveyBox dt { font-weight: 600; width: 300px; }
.surveyBox dd { display: flex; flex-wrap:wrap; gap:10px; }
.surveyBox dd label { margin-right: 20px; }
.surveyBox dd input[type="radio"] { margin: -1px 8px 0 0; }
.surveyBox dd input[type="checkbox"] { margin: -1px 8px 0 0; width: 18px; height: 18px;  border: 1px solid #aaa; }
.surveyBox dd  input[type="text"] { margin-left: 5px; padding: 3px 6px; border: 1px solid #ccc; border-radius: 4px; }



/* 부대행사 */
#event { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; margin: 40px 0 10px; list-style: none; padding: 0; }
#event li {text-align: center; transition: all 0.3s; background:rgba(255,255,255,0.25); box-sizing:border-box;position:relative;border-radius:12px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,0.3);box-shadow:0 8px 24px rgba(15,18,87,0.15); }
#event li:hover {   border-color: #005aab; box-shadow: 0 0 10px rgba(127, 60, 141, 0.2); }
#event li > a {   display: block; padding: 20px; color: #333; text-decoration: none; height: 100%; }
#event li h3 {   margin: 15px 0 10px; font-size: 1.1em; font-weight: 600; color: #005aab; }
#event li p {  font-size: 0.9em; color: #666; margin: 0; }
#event li figure {   margin: 0 auto 10px; font-size: 2.5em; color: #005aab; }

.event ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}

.event ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 1.125em;
  line-height: 1.6;
  color: #333;
}

.event ul li::before {
 content: '•';
  position: absolute;
  left: 0;
  top: -4px;
  color: #005aab;
  font-size: 1.2em;
  line-height: 1.6;
}




.eventSub02 { margin: 0 auto; width: 100%; max-width: 1400px;  border-radius: 100px; box-sizing: border-box; padding: 0px 25px;  display: flex; gap: 15px; backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px); background:#d8d8ec;  border:1px solid rgba(255,255,255,0.3);box-shadow:0 8px 24px rgba(15,18,87,0.15); position: relative; }
.eventSub02::before { content: '▲'; color: #d8d8ec; position: absolute; top: -45px; left: 11%; font-size: 3em; }
.eventSub02 a { display: block; padding: 10px;  font-size: 0.95em; }
.eventSub02 a:hover { font-weight: 600; }



/* 부대행사 상세페이지 */
.event h2 { width: 100%; }


/*부대행사 운영관 */
#event3 { display: flex; flex-wrap: wrap; justify-content: space-between; }
#event3 h2 { width: 100%; }
#event3 figure { width: 40%; }
#event3 figure img { display: block; width: 100%; }
#event3 ul { width: 55%; }


/*부대행사 채용설명회 */
.scheduleTable { width:100%; max-width:600px; margin:20px 0; border-collapse:collapse; font-size:1em; text-align:center; }
.scheduleTable th { background:#005aab; color:#fff; padding:12px; font-weight:600; }
.scheduleTable td { border:1px solid #ddd; padding:12px; color:#333; }
.scheduleTable tbody tr:nth-child(even) { background:rgba(127,60,141,0.05); }
.scheduleTable tbody tr:hover { background:#fff684; transition:0.3s; }

/* 취업 도움관 */
.event .desc { margin: 20px 0; font-size: 1rem; line-height: 1.6; word-break: keep-all; color: #333; } 
.event .subtitle { margin: 30px 0 15px; font-size: 1.2rem; font-weight: 600; color: #7f3c8c; } 
.event .services { margin: 0; } 
.event .services dt { font-weight: 600; margin-top: 15px; font-size: 1rem; color: #4d3c7c; } 
.event .services dd { margin: 5px 0 15px 20px; font-size: 0.95rem; color: #555; line-height: 1.5; }



/* 부대행사 표 */
.schedule { display: grid; gap: 0px; width: 100%; margin: 0 auto; text-align: center; border-top: 3px solid #01b6b1; border-bottom: 1px solid #ccc; }
.schedule1 { grid-template-columns: 1fr 1fr; }
.schedule2 { grid-template-columns: 1fr 1fr 1fr; }
.scheduleHeader { display: contents; font-weight: 500; color: #01b6b1; }
.scheduleRow { display: contents; border-bottom: 1px solid #ccc; }
.schedule dt, .schedule dd { padding: 10px; border: 1px solid #ccc; border-left: 0; border-bottom: 0;  box-sizing: border-box; }
.scheduleRow  dt { background-color: #f0f0f0; padding: 10px;  box-sizing: border-box;  }
.schedule dl dd:last-child { border-right: 0;  }



/*부대행사 체험관 */
:root{--text:#333;--primary:#0f1257;--sub1:#90d9f9;--sub2:#fffcdd;--sub3:#d4e271;}
#event03 h2 {margin:0 0 6px 0;text-align:center;font-size:clamp(1.4rem,2.6vw,2rem);font-weight:800;color:var(--primary);}
#event03 p {margin:0 0 28px 0;text-align:center;font-size:clamp(.95rem,2vw,1.125rem);color:var(--text);opacity:.9;}
#event03 table{width:100%;border-collapse:separate;border-spacing:0;background:rgba(255,255,255,.45);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.5);border-radius:14px;overflow:hidden;box-shadow:0 12px 28px rgba(15,18,87,.12);}
#event03 table th, #event03 table td{padding:18px 16px;font-size:1rem;line-height:1.6;color:var(--text);vertical-align:middle;border-bottom:1px solid rgba(0,0,0,.08);}
#event03 table tr:last-child th, #event03 table tr:last-child td{border-bottom:none;}
#event03 table th{width:34%;text-align:center;font-weight:700;color:var(--primary);background:linear-gradient(135deg,rgba(144,217,249,.35),rgba(255,252,221,.35));border-right:1px solid rgba(0,0,0,.06); font-size: 1.25em; }
#event03 table td{background:rgba(255,255,255,.6);}
#event03 table td strong{color:var(--primary);}
#event03 table tr:hover th, #event03 table tr:hover td{background:linear-gradient(180deg,rgba(212,226,113,.10),rgba(255,255,255,.65));transition:background .18s ease;}
#event03 table strong { font-weight: 600; }


/* 부대행사 컨설팅 */
#event04 h2{margin:0 0 8px 0;font-size:clamp(1.5rem,3vw,2.125rem);font-weight:800;color:var(--primary);letter-spacing:-.2px;}
#event04 .lead{margin:0 0 22px 0;color:var(--text);font-size:clamp(.95rem,2.1vw,1.125rem);line-height:1.75;opacity:.92;}
#event04 ul{list-style:none;margin:24px 0 0 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
#event04 li{background:rgba(255,255,255,.48);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.55);border-radius:14px;padding:20px 18px;box-shadow:0 10px 24px rgba(15,18,87,.12);transition:transform .14s ease,box-shadow .14s ease,background .14s ease;}
#event04 li:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(15,18,87,.18);background:linear-gradient(180deg,rgba(255,255,255,.6),rgba(255,255,255,.5));}
#event04 h3{position:relative;margin:0 0 10px 0;font-size:clamp(1.05rem,2.2vw,1.3rem);font-weight:800;color:var(--primary);letter-spacing:.2px;}
#event04 h3::before {content:"❤"; display:inline-block; margin-right:8px ;font-size:1.05em; vertical-align:-1px;background:linear-gradient(135deg,var(--sub1),var(--sub3));-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 1px 1px rgba(15,18,87,.12));}
#event04 p{margin:0 0 6px 0;color:var(--text);font-size:clamp(.95rem,2vw,1.05rem);line-height:1.7;}
#event04 p:last-child{margin-bottom:0;}
#event04 li:nth-child(odd){border-image:linear-gradient(135deg,rgba(144,217,249,.55),rgba(255,252,221,.55)) 1;border-left-width:1px;border-right-width:1px;}
#event04 li:nth-child(even){border-image:linear-gradient(135deg,rgba(212,226,113,.55),rgba(255,255,255,.55)) 1;border-left-width:1px;border-right-width:1px;}
#event04 li::after{content:""; display:block; height:3px; margin-top:10px;background:linear-gradient(90deg,rgba(144,217,249,.6),rgba(255,252,221,.6),rgba(212,226,113,.6));border-radius:999px;opacity:.6;}

#event04 li h3 button { position: absolute; right: 0; padding: 3px 10px; background:linear-gradient(135deg,var(--sub1),var(--sub3)); color:#fff; ;filter:drop-shadow(0 1px 1px rgba(15,18,87,.12)); border-radius: 100px; text-align: center; font-size: 0.7em; font-weight: 400; top: 2px; }




/*부대행사 산업정책관 */
.sub511Img { width: 100%; }
.sub511Img img { display: block; width: 100%; max-width: 1000px; margin: 0 auto; }

/* 취업성공반 */
.jobSurveyForm { max-width: 800px; width: 100%; padding: 50px 30px;  margin: 0 auto; border: 1px solid #ccc; border-radius: 8px; }

.jobSurveyForm .intro { margin: 0 auto 60px; padding: 0 0 30px; border-bottom: 1px solid #ccc; }
.jobSurveyForm .desc { font-size: 1rem; line-height: 1.75; color: #333; word-break: keep-all; margin: 0 0 16px; }
.jobSurveyForm .desc strong { color: #005aab; font-weight: 700; }
.jobSurveyForm .callout { border: 1px solid #e7d6ee; background: #f7f0fa; padding: 14px 16px; border-radius: 10px; line-height: 1.6; color: #4d3c7c; margin: 18px 0 22px; }
.jobSurveyForm .callout strong { color: #005aab; font-weight: 700; margin-right: 6px; }
.jobSurveyForm .callout em { font-style: normal; color: #953f95; font-weight: 700; }
.jobSurveyForm .subTitle { font-size: 1.2rem; font-weight: 700; color: #005aab; margin: 8px 0 10px; }
.jobSurveyForm .bulletList { list-style: none; margin: 0 0 10px; padding: 0; }
.jobSurveyForm .bulletList li { position: relative; padding-left: 18px; margin: 6px 0; font-size: 1rem; line-height: 1.7; color: #333; }
.jobSurveyForm .bulletList li::before { content: '•'; position: absolute; left: 0; top: 0; color: #005aab; font-size: 1.2em; line-height: 1.2; }
.jobSurveyForm .bulletList strong { color: #4d3c7c; font-weight: 700; margin-right: 6px; }
.jobSurveyForm .note { margin: 16px 0 0; font-size: 0.95rem; color: #555; line-height: 1.7; word-break: keep-all; }
.jobSurveyForm img { display: block; width: 100%; margin: 20px auto 0; }

.jobSurveyForm form { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;  }
.jobSurveyForm dl { width: 49%; margin-bottom: 1.5em; }
.jobSurveyForm dl.full { width: 100%; }
.jobSurveyForm dt { font-weight: 600; margin-bottom: 5px; color: #4d3c7c; font-size: 1.25em; }
.jobSurveyForm dd { margin: 0 0 0.5em 0; font-size: 1.125em; }
.jobSurveyForm input[type="text"], .jobSurveyForm input[type="tel"], .jobSurveyForm input[type="email"], .jobSurveyForm textarea { width: 100%; padding: 8px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; }
.jobSurveyForm textarea { min-height: 100px; resize: vertical; }
.jobSurveyForm label { display: inline-block; margin-bottom: 0.25em; margin-right: 1em; }
.jobSurveyForm input[type="radio"], .jobSurveyForm input[type="checkbox"] { margin-right: 3px; width: 15px; height: 15px; vertical-align: middle;  }
.jobSurveyForm .surveyEx { font-size: 0.85rem; color: #777; margin-bottom: 0.3em; }
.jobSurveyForm .surveyAgr { width: 100%; background: #f9f9f9; padding: 10px; border: 1px solid #ddd; margin-top: 20px; border-left: 4px solid #005aab; font-size: 0.875em; }
.jobSurveyForm .surveyInfo dt { font-weight: 600; margin-top: 0.5em; }
.jobSurveyForm .agreeBox { margin-top: 1em; }
.jobSurveyForm .surveyBtn { background-color: #005aab; color: #fff; padding: 12px 20px; border: none; border-radius: 4px; font-size: 1rem; cursor: pointer; width: 100%; }
.jobSurveyForm .surveyBtn:hover { background-color: #4d3c7c; }



/* 내 참여기업 */
.myInfoForm { max-width: 800px; width: 100%; padding: 50px 30px;  margin: 0 auto; border: 1px solid #ccc; border-radius: 8px; }
.myInfoForm form { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between;  }
.myInfoForm dl { width: 100%; margin-bottom: 1.5em; }
.myInfoForm dt { font-weight: 600; margin-bottom: 5px; color: #4d3c7c; font-size: 1.25em; }
.myInfoForm dd { margin: 0 0 0.5em 0; font-size: 1.125em; }
.myInfoForm input[type="text"], .myInfoForm input[type="tel"], .myInfoForm input[type="password"] { width: 100%; padding: 8px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; }
.myInfoForm label { display: inline-block; margin-bottom: 0.25em; margin-right: 1em; }
.myInfoForm .myInfoBtn { background-color: #005aab; color: #fff; padding: 12px 20px; border: none; border-radius: 4px; font-size: 1rem; cursor: pointer; width: 100%; }
.myInfoForm .myInfoBtn:hover { background-color: #4d3c7c; }



/* 양식 다운로드 버튼 */
.downloadBtns {margin: 10px 0 0; }
.downloadBtns a { display: inline-block; background-color: #fff; color: #005aab; border: 1px solid #005aab; padding: 10px 30px 10px 25px; border-radius: 4px; font-size: 1rem; cursor: pointer; margin-right: 10px; }
.downloadBtns a:hover { background-color: #f4eef6; }
.downloadBtns a::before { content: ''; display: inline-block; width: 27px; height: 20px; background-size: contain; background-position: center top; vertical-align: middle; background-repeat: no-repeat; }
.downloadBtns a:first-child::before { background-image: url('../img/hwpIcon.png'); }
.downloadBtns a:last-child::before { background-image: url('../img/wordIcon.png'); }



/* 배치도 준비중 */
.comingSoon { display:flex; align-items:center; justify-content:center; min-height:calc(100vh - 200px); padding:60px 20px; box-sizing:border-box; background:linear-gradient(149deg,rgba(127,60,141,.05) 0%, rgba(77,60,124,.05) 100%); }
.comingSoon .csWrap { text-align:center; max-width:900px; }
.comingSoon .csTitle { margin:0 0 10px; font-weight:800; letter-spacing:-0.5px; color:#4d3c7c; font-size:clamp(2.4rem,5vw,4rem); }
.comingSoon .csDesc { margin:0 0 24px; color:#333; line-height:1.8; font-size:clamp(1rem,2.2vw,1.375rem); }
.comingSoon .csBtn { display:inline-block; padding:14px 26px; border-radius:999px; background:#005aab; color:#fff; text-decoration:none; font-weight:700; box-shadow:0 6px 16px rgba(127,60,141,.25); transition:transform .12s ease, box-shadow .12s ease; }
.comingSoon .csBtn:hover { transform:translateY(-1px); box-shadow:0 10px 20px rgba(127,60,141,.3); }


.plan img { display: block; width: 100%; max-width: 1400px; margin: 0 auto; }



/* FAQ */
.faq{margin:30px auto;}
.faq-item{ border: 1px solid #e7d6ee; background: #f7f0fa; border-radius:8px; margin-bottom:10px; overflow:hidden; }
.faq-question{ width:100%; padding:15px 20px; background:none; border:none; outline:none; cursor:pointer; font-size:1.125em; font-weight:600; color:#5c2d91; position: relative;  box-sizing: border-box; }
.faq-answer{display:none; background: #fff; padding:15px 20px; font-size:1em; color:#333; }
.faq-item.active .faq-answer{display:block}
.faq-question::after{content:"＋"; display: inline-block; position: absolute; right: 20px; top: 10px; font-size:1.6em; color:#e7d6ee;transition:transform .3s; font-weight: 300; }
.faq-item.active .faq-question::after{content:"－";transform:rotate(180deg)}



/* 행사장 참여 */
.festLine img { display: block; width: 100%; max-width: 700px; margin: 0 auto; }
/* .festLine { display: flex;  justify-content: center; width: 100%; max-width: 1000px; margin: 0 auto; }
.festLine li { width: 50%; padding: 60px 20px 20px; box-sizing:border-box; background:linear-gradient(149deg,rgba(127,60,141,.05) 0%, rgba(77,60,124,.05) 100%); position: relative; }
.festLine li figure {padding: 7px; background: #fff; border: 1px solid #ccc;  border-radius: 5px; margin: 0 auto 10px;  }
.festLine li img { display: block; width: 100%; margin: 0 auto; }

.festLine h3 { width: 100%; position: absolute; left: 0; top: 0; font-size: 1.125em; text-align: center; margin: 0 auto 25px; padding: 10px; box-sizing: border-box; background-color: #39e4c8; color: #fff; }
.festLine li button { display: block; width: 100%; padding: 10px 7px; background:rgba(255,255,255,0.25); box-sizing:border-box;position:relative;border-radius:5px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,0.3);box-shadow:0 8px 24px rgba(15,18,87,0.15); margin: 0 auto 15px;  text-align: center; }
.festLine li button.iosBtn { margin-bottom: 0; }

.festLine li .aosBtn::before { content: ''; width: 15px; height: 20px; display: inline-block; vertical-align: top; background: url('../img/playLogo.png') no-repeat center center; background-size: contain; margin-right: 5px; }
.festLine li .iosBtn::before { content: ''; width: 16px; height: 20px; display: inline-block; vertical-align: top; background: url('../img/appstoreLogo.png') no-repeat center center; background-size: contain; margin-right: 5px; } */




/* 이벤트 */
.eventStamp img { display: block; width: 100%; max-width: 700px; margin: 0 auto; }