
.registration > .page-title {
    text-align: center;
    padding: 6% 0;
    font-size: 2rem;
}

.number-list {
  list-style: decimal;
  padding-left: 20px;
}


/* 등록안내 페이지 s */
.apply_agree_wrap > .process {
  margin: 5% auto;
}

.apply_agree_wrap > .process .process__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(200px, 280px));
  justify-content: center;   /* 가운데 정렬 */
  /* gap: 30px; */
  align-items: center;
}

.process__item  {
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.09);
}

.process__item > .process__step{
  padding: 30px 0;
  font-weight: bold;
  font-size: 1.4rem;
}

.process__item > .process__title{
  padding: 30px 0;
  font-weight: bold;
  font-size: 1.4rem;
}


.process__item > .process__icon img {
  width: 70px;      /* 원하는 크기 */
  height: auto;
  margin: 0 auto;
}

.list_arrow > img {
  margin: 0 auto;
}

.reg-notice {
  font-size: 1.2rem;
  margin-bottom: 2%;
}

.reg-notice__list {
  margin-bottom: 4%;
  margin-top: 4%;
}

.reg-notice_title {
  font-size: 1.2rem;
  padding-bottom: 10px;
  color: var(--sub-color);
}

.privacy__content {
  max-height: 250px;
  overflow-y: auto;
  padding: 20px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 12px;
}

.number-list > li {
  line-height: 1.5;
}

.privacy__content > .privacy-list > .privacy-strong {
  font-weight: bold;
}

.privacy__content > .privacy-list > dd {
  line-height: 1.2;
}

.privacy__action > .privacy__agree {
  padding: 20px;
  background-color: #f2f2f2;
  border-radius: 10px;
  margin: 2% auto;
}

.privacy-wrap > .privacy__btn > .btn--navy-pill {
    display: inline-block;
    width: 250px;
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 20px;
	background-color: #69c8f2;
    border-radius: 50px;
    color: #000;
	    line-height: 1;
}

.privacy-wrap > .privacy__btn {
 text-align: center;
 margin:5% auto;
}


.regs_form {
  margin: 20px auto 60px auto;
  padding: 50px 60px;
  border: 1px solid #ddd;
  background: #fff;
}

.required-txt {
  color: rgb(129, 6, 6);
}

/* =========================
   FORM GROUP (핵심 구조)
========================= */
.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

/* 왼쪽 라벨 박스 */
.form-group > label,
.form-group > .label {
  width: 130px;
  min-width: 130px;
  height: 42px;
  line-height: 42px;
  background: #f3f3f3;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: 500;
  margin-right: 15px;
}

/* 오른쪽 입력 영역 */
.form-group input,
.form-group select {
  height: 42px;
  padding: 0 12px;
  border: 1px solid #ccc;
  width: 100%;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: #0077ff;
}

/* =========================
   INLINE GROUP (가로 정렬)
========================= */
.inline-group {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.inline-group input {
  /* flex: 1; */
}

.emailselect_input {
  width: 150px;
}

.sido_group {
  width: 100%;
}

.inline-group span {
  padding: 0 6px;
}

/* =========================
   BUTTON STYLE
========================= */
.btn-cert,
.btn-confirm {
  height: 42px;
  padding: 0 15px;
  background: #e5e5e5;
  border: 1px solid #bbb;
  cursor: pointer;
  white-space: nowrap;
}

.btn-cert:hover,
.btn-confirm:hover {
  background: #dcdcdc !important;
}


.btn-submit:hover {
  opacity: 0.9;
}

.radio-group {
  display: flex;
  gap: 20px;
}

.radio-group label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
}

.program_wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  margin: 5% auto;
}

.program-fieldset {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 2px solid #000;
  display: flex;
}

.program-fieldset legend {
  margin-bottom: 20px;
  width: 130px;
  min-width: 130px;
  height: 42px;
  line-height: 42px;
  background: #f3f3f3;
  border: 1px solid #ccc;
  text-align: center;
  font-weight: 500;
  margin-right: 15px;
}

.program-date {
  margin-bottom: 25px;
}

.program-date h3 {
  font-size: 16px;
  padding: 15px 10px;
    background-color: #f2f2f2;
}

.program-date label {
  border-bottom: 2px solid #ccc;
  padding: 10px;
}

.btn-area {
  text-align: center;
  margin-top: 40px;
}

.btn-area > .btn-regi {
	display: inline-block;
    width: 250px;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    margin: 0 10px;
	background-color: #69c8f2;
    border-radius: 50px;
    color: #000;
	font-weight:bold;
	    line-height: 1;
}

.form-row.two-col {
  display: flex;
  gap: 30px;
}

.form-row.two-col .form-group {
  flex: 1;
  margin-bottom: 18px;
}

.program-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.program-item input[type="checkbox"] {
  margin-top: 3px; /* 첫 줄 텍스트 기준 정렬 */
}

.program-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.program-title {
  margin: 0;
  font-weight: 500;
}

.program-info {
  margin: 2px 0 0;
}



/* 등록안내 페이지 e */

/* 사전등록확인페이지 s */


.confirm-wrap {
  max-width: 480px;
  margin: 3% auto;
  padding: 40px 20px;
}


.confirm-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.phone-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.phone-group input {
  flex: 1;                 
  height: 50px;
  padding: 0 12px;
  border: 1px solid #ddd;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}

.phone-group span {
  flex: 0 0 auto;        
}


.input-group input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 16px;
  box-sizing: border-box;
}

.btn-edit {
	min-width: 200px;
	height: 48px;
	background: #000;
	border: none;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}


.btn-confirm2 {
  height: 55px;
  background: var(--sub-color);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.btn-confirm:hover {
  background: #081f40;
}

/* 사전등록확인페이지 e */

/*행사개요 페이지 s*/


.event-info {
  max-width: 900px;
/*  margin: 0 auto;*/
/*  padding: 40px 20px;*/
  font-family: 'Pretendard', sans-serif;
  color: #222;
}

/* 각 항목 */
.event-item {
  display: flex;
  align-items: center;
/*  padding: 35px 0;*/
  padding:15px 0;
  border-bottom: 1px solid #ccc;
}

/* 라벨 */
.event-item .label {
  min-width: 100px;
  flex-shrink: 0;
  font-size:18px;
  background:none;
}

/* 값 */
.event-item .value {
  margin: 0;
  line-height: 1.6;
  word-break: keep-all;
  font-size:15px;
}

.program_div > .pr_title_inner {
	text-align: center;
}

.program_div {
	padding: 5% 0;
/*	scroll-margin-top:250px;*/
}

/*.program_div > .pr_title_inner > a {*/
/*	background: var(--sub-color);*/
/*	padding:15px 25px;*/
/*	color:#fff;*/
/*    outline:2px solid #fff;*/
/*	outline-offset:-6px;*/
/*}*/

.program_div > .pr_title_inner > a{
	    padding: 17px 70px;
	text-decoration:none;
	background:#fff;
	color:var(--sub-color);
	outline:2px solid var(--sub-color);
	outline-offset:-6px;
	transition:0.3s;
	    border-radius: 10px;
	display:inline-flex;
	align-items:center;
	gap:5px;
}

.pr_title_inner a::after{
content: "";
    width: 16px;  /* 이미지 크기에 맞게 조절 */
    height: 16px; /* 이미지 크기에 맞게 조절 */
    display: inline-block;
    vertical-align: middle; /* 텍스트와 높낮이 맞추기 */
    margin-left: 5px;       /* 텍스트와의 간격 */
	
	background-image: url('../images/icon/angle-double-small-right_.png');
    background-size: contain;    /* 이미지가 박스 안에 다 들어오도록 설정 */
    background-repeat: no-repeat; /* 반복 방지 */
    background-position: center;  /* 중앙 정렬 */
}

.pr_title_inner a.active{
	background:var(--sub-color);
	color:#fff;
	outline:2px solid #fff;
	outline-offset:-6px;
}


.pr_title_inner a.active::after{
		background-image: url('../images/icon/angle-double-small-right_w.png');
    background-size: contain;    /* 이미지가 박스 안에 다 들어오도록 설정 */
    background-repeat: no-repeat; /* 반복 방지 */
    background-position: center;  /* 중앙 정렬 */
}

.program_investai_1 > .event-wrap {
	display:flex;
	justify-content: space-around;
/*	margin:12% auto;*/
	gap:30px;
}

/*.tech-ai-table {*/
/*  width:650px !important;*/
/*}*/

.dt-80 {
	width:80px !important;
}

.event_title{
  font-size:22px;
  font-weight:700;
  line-height:1.3;
  color:#333;
  padding:6px 10px;
  word-break: keep-all;
}

.event_sub_title{
  display:inline-block;
  padding:6px 10px;
  background:#f2f2f2;
  font-size:16px;
  font-weight:700;
}

.event_dl_list {
	display: flex;
    flex-direction: column;
    gap: 30px;
	margin-top: 30px;
}

.event_dl_list > .event_list {
	padding:6px 10px;
	display:flex;
	font-size:17px;
	line-height:2;
}


.event_dl_list > .event_list > dt {
	font-weight:bold;
	color: var(--sub-color);
	width: 60px;
}

.event_dl_list > .event_list > dd {
	padding-left:20px;
	    width: 397px;
}

.event-schedule {
/*	width:550px;*/
	width:1200px;
	margin-top: 31px;
}

.schedule-table > thead > tr > th {
	padding:12px;
	background-color: var(--sub-color);
	color:#fff;
}

.event-schedule > .schedule-table {
	width:100%;
	font-size:15px;
}

.event-schedule > .schedule-table > tbody > .schedule_tr {
	border-bottom:1px solid #ccc;
}

.event-schedule > .schedule-table > tbody > .schedule_tr  > td {
	padding:10px;
	text-align:center;
	 border: 1px solid #ccc;
}

.schedule_td_date {
	background-color:#f2f2f2;
}

.schedule_td_write {
	text-align:left !important;
	line-height:1.5;
}

.schedule_td_info {
	font-size:15px;
}

/* 프로필 행 레이아웃 */
.profile_row {
    display: flex;
    align-items: flex-start; /* 텍스트가 여러 줄일 경우 상단 정렬 */
    gap: 6px;
    flex-wrap: wrap;
}

/* 핑크색 '좌장' 배지 */
.badge_pink {
    background-color: #dff2fc; /* 이미지와 유사한 핑크색 */
    color: #000;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    white-space: nowrap;
}

/* 이름 강조 */
.name_highlight {
    color: #00a0e9;
    font-weight: bold;
}

/* 구분선 */
.divider {
    color: #88c8e8; /* 이미지 속 하늘색 구분선 */
    margin: 0 2px;
}

/* 소속 및 직책 */
.info_text {
    color: #555;
    font-size: 13px;
}

/*행사개요 페이지 e*/


.history_wrap {
	display:flex;
	gap:60px;
	margin:10% 0;
	font-size: 17.5px;
}

.brochure_div > img {
/*	max-width:500px;*/
}

.speech_wrap {
	display:flex;
	gap:60px;
	margin: 40px 0 130px 0;
}

.speech_wrap > .speech_div > img {
	max-width:240px;
}

.speech_write {
	letter-spacing: 0.9px;
}

.speech_wrap_04 {
	background-color:#f2f2f2;
	padding:20px;
}

.speech_wrap_04_s {
	padding-top:10px;
	line-height: 23px;
}

.speech_wrap_05 > p {
	line-height: 25px;
}

.speech_wrap_06 {
	line-height: 23px;
	color:#222;
}

.location_map_p{
	margin-bottom:20px;
	text-align:left;
}

.location_map_p::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/icon/marker.png") no-repeat center / contain;
  margin-right: 6px;
}

.location_wrap {
	margin:5% auto;
	text-align: center;
	max-width:650px;
}

.location_load_link > a {
/*    background-color: #69c8f2;*/
/*    border-radius: 50px;*/
/*    color: #000;*/
/*    display: inline-block;*/
/*    width: 250px;*/
/*    text-align: center;*/
/*    padding: 17px;*/
/*    font-size: 20px;*/
/*    margin: 5% 0;*/
}

.location_load_link > a {
  display:inline-flex;
  align-items:center;
  padding:15px 55px 15px 20px;
  background:#69c8f2;
  border-radius:30px;
  letter-spacing:1px;
  color:#000;
  text-decoration:none;
  position:relative;
}

.location_load_link > a::after{
  content:"";
  position:absolute;
  right:11px;
  top:50%;
  transform:translateY(-50%);
  width:34px;
  height:34px;
  background:#f26522;
  border-radius:50%;
}

.location_load_link > a::before{
  content:"";
  position:absolute;
  right:25px;
  top:50%;
  width:8px;
  height:8px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  transform:translateY(-50%) rotate(45deg);
  z-index:2;
}

.traffic-wrap{
  font-size:14px;
  color:#333;
  text-align:left;
  margin: 5% auto;
}

.traffic-box{
  padding:20px 0;
  border-bottom:1px solid #ddd;
  max-width: 650px;
  margin: 0 auto;
}

.traffic-title{
  font-weight:700;
  margin-bottom:20px;
  padding-left:28px;
  position:relative;
  font-size: 15px;
}

/* 자동차 아이콘 */
.traffic-box.car .traffic-title::before{
  content:"";
  position:absolute;
  left:0;
  top:-2px;
  width:20px;
  height:20px;
  background:url("../images/icon/car.png") no-repeat center/contain;
}

/* 버스 아이콘 */
.traffic-box.bus .traffic-title::before{
  content:"";
  position:absolute;
  left:0;
  top:-2px;
  width:20px;
  height:20px;
  background:url("../images/icon/bus.png") no-repeat center/contain;
}

.traffic-box ul{
  margin:0;
  padding-left:30px;
  list-style:none;
}

.traffic-box li{
  margin-bottom:10px;
  font-size:15px;
}

.traffic-box li strong{
  display:block;
  font-weight:700;
}

.traffic-box li p{
  margin:3px 0 0;
  color:#666;
}

.parking_wrap {
	display:block;
	margin:5% 0;
}

.map_img > img {
	margin:0 auto;
	max-width: 825px;
    margin: 0 auto;
}

.map_write {
	max-width:825px;
	margin:20px auto;
}

.parking-table{
  width:100%;
  border-collapse:collapse;
  font-size:16px;
  text-align:center;
  border-top:2px solid #555;
  border-bottom: 2px solid #555;
}

.parking-table th,
.parking-table td{
  border-bottom:1px solid #ccc;
  border-right:1px solid #ccc;
  padding:16px 10px;
}

.parking-table th{
  color:#000;
  width:172px;
	font-weight: 100;
	background-color: #f2f2f2;
}

.parking-table tr td:last-child{
  border-right:none;
}

.parking-table .table_td{
  color:#0091d9;
  text-decoration:none;
   background-color: #f2f2f2;
}


.parking-table .free{
  font-weight:600;
}


.poster_link {
	background-color: #69c8f2;
    border-radius: 50px;
    color: #000;
    width: 250px;
    text-align: center;
/*    padding: 20px;*/
	padding:15px;
    font-size: 20px;
    margin: 30px auto;
    display: block;
	    font-weight: bold;
}
.board {
	margin:30px 0;
}

.board__table {
	text-align:center;
	margin:0 auto;
	width:100%;
}

.board__row--head {
	background-color: #69c8f2;
}

.board__row > .board__cell {
	padding:15px;
}

.board__row--body {
	border-bottom:1px solid #ccc;
}

.registration  {
	padding-top:60px;
}

/*페이지네이션*/


.pagination {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.pagination__list {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination__item {}

.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 35px;
  height: 35px;
  padding: 0 12px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
  color: #333;
  transition: all 0.2s ease;
}

.pagination__link:hover {
  background: #f5f5f5;
}

.pagination__link.is-active {
  background: #69c8f2;
  color: #fff;
  pointer-events: none;
}

.pagination__prev,
.pagination__next {
  font-weight: bold;
}

/*페이지네이션 e*/


.notice_view_wrap {
	padding:20px;
	margin:5% auto;
}

.notice_view_title > p {
	font-size:2rem;
	padding-bottom:10px;
	font-weight:bold;
}

.notive_view_date > p {
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

.notice_view_write > .notice_view_div {
	padding:20px;
	height:100%;
}


.arrow {
  position: relative;
  padding-left: 16px;
}


.arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 6px;
  height: 6px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}


/*프로그램 표 s*/

.dl_01 {
	gap:10px;
}

.dl_02 {
	gap:0px;
}

.scroll_text {
	display:none;
}

/* 가로 스크롤 컨테이너 */
.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 20px 0;
}

.schedule-table_2 {
/* width: 100%; */
    min-width: 1200px;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 13px;
    line-height: 1.4;
    border: 1px solid #ccc;
    margin: 0 auto;
}

/* 테두리 설정 */
.schedule-table_2 th, .schedule-table_2 td {
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    padding: 10px 5px;
}

/* 헤더 색상 */
.header-gray {
    background-color: #7a7e83;
    color: white;
    font-weight: bold;
}

/* 왼쪽 시간 라벨 */
.time-label {
    background-color: #8a8a8a;
    color: white;
    width: 70px;
    font-size: 14px;
}

/* 상시/매칭 고정 텍스트 */
.side-text {
    font-weight: bold;
    background-color: #fff;
}

.program_text {
	max-width:1200px;
	margin:0 auto;
}

.program_text > p {
}



/* 세션 스타일 */
.session { padding: 0 !important; }
.session a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 15px 5px;
    height: 100%;
}
.session a:hover { filter: brightness(0.95); }

/* 배경색상 클래스 */
.bg-yellow { background-color: #fef1d1; }
.bg-blue2   { background-color: #e2f0fb; }
.bg-green  { background-color: #eaf1da; }
.bg-green-light { background-color: #f1f8e9; }
.bg-orange-light { background-color: #fde8d7; }
.bg-orange-deep  { background-color: #fbe6d5; }
.bg-purple { background-color: #ede2f0; }
.bg-gray   { background-color: #ececec; }

/* 뱃지 스타일 */
.badge {
    display: block;
    width: fit-content;
    margin: 8px auto 0;
    padding: 2px 12px;
    border-radius: 12px;
    font-size: 14px;
    color: white;
}
.badge-yellow { background-color: #f8cc46; color: black; }
.badge-blue   { background-color: #448ccb; }
.badge-green  { background-color: #90bd31; }
.badge-orange { background-color: #f58220; }
.badge-purple { background-color: #a476b3; }
.badge-gray   { background-color: #888; }
.no-border{
    border:0 !important;
}
/*프로그램 표 e*/

.mo_none {
	display:none;
}

.pc_none {
	display:block;
}


/*
	연사소개 s
*/

.sp_wrap p{
      font-size:32px;
      font-weight:700;
      margin-bottom:40px;
    }

    /* 카드 GRID */
    .sp_inner{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:20px;
    }

    /* 카드 */
    .sp_div{
      background:#fff;
      padding:24px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      cursor:pointer;
      transition:all .3s;
      box-shadow:0 5px 15px rgba(0,0,0,0.08);
    }

    .sp_div:hover{
      transform:translateY(-5px);
      box-shadow:0 10px 30px rgba(0,0,0,0.15);
    }
	
	.sp_div div:first-child {
  margin-right: 20px;
  flex: 1; /* 남은 공간을 텍스트가 다 쓰도록 설정 */
}

    /* 텍스트 */
    .sp_div div:first-child div:nth-child(1){
      font-size:18px;
      color:#888;
      margin-bottom:13px;
	  color: var(--sub-color);
	  font-weight:bold;
    }

    .sp_div div:first-child div:nth-child(2){
      font-size:21px;
      font-weight:700;
	  margin-bottom:6px;
    }

    .sp_div div:first-child div:nth-child(3){
      font-size:14px;
      margin-top:4px;
      color:#666;
	  word-break: keep-all;
    }

    /* 이미지 */
    .sp_div img{
      width:80px;
      height:80px;
      border-radius:50%;
      object-fit:cover;
    }
	
	.popup-open{
	  overflow:hidden;
	}

	/* 팝업 열렸을 때 카드 hover 제거 */
	.popup-open .sp_div:hover{
	  transform:none;
	  box-shadow:0 5px 15px rgba(0,0,0,0.08);
	}
	
	.sp_popup_inner {
		display: flex; 
		gap: 78px; 
/*		justify-content: center;*/
		justify-content: left;
		align-items: anchor-center;
	}

.sp_popup_text {
	text-align: left;
}

.sp_popup_title {
	 word-break: keep-all;
}

.sp_popup_header {
	border-bottom: 1px solid #ccc;
}

.sp_popup_time {
	margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
}

.sp_popup_profile {
margin-top: 10px; 
color: #000;
} 

.sp_popup_career p {
  display:flex;
  align-items:flex-start;
  gap:6px;
  margin-top:10px;
  font-size:13px;
  color:#767676;
}

.sp_popup_career p:not(.dot-none)::before{
  content:"-";
  flex-shrink:0;
}

.sp_popup_desc_wrap {
	background-color:#f2f2f2; 
	padding:30px; 
	border-radius:10px; 
	margin-top:40px;
}

.sp_popup_desc {
	text-align:left; 
	word-break:keep-all; 
	line-height:2; 
	font-size:15px;
}

.sp_popup_name {
	font-weight:bold;
	margin-bottom:5px;
}

.sp_popup_company {
	font-size:14px;
}

/*모달 팝업*/

    .sp_popup{
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  justify-content:center;
  align-items:center;
  z-index:9999;
    }

    .sp_popup.active{
      opacity:1;
      pointer-events:auto;
    }

    .sp_popup_content{
      background:#fff;
      width:800px;
      padding:40px;
      border-radius:20px;
      position:relative;
      text-align:center;
    }

    .sp_popup_close{
      position:absolute;
      right:15px;
      top:15px;
      font-size:20px;
      cursor:pointer;
    }

    .sp_popup img{
      width:100%;
	  height:100%;
      border-radius:50%;
      margin-bottom:20px;
    }
	
	  
    .sp_popup_img_wrap > div {
		width:250px;
		height:250px;
	}

    .popup h3{
      font-size:24px;
      margin-bottom:10px;
    }

    .popup p{
      color:#666;
    }


/*
	연사소개 e
*/


/*ai존 s*/

.ai_map {
	width: 85%;
    margin: 0 auto 14% auto;
}

.ai_zone_title  {
	text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
	padding:9% 0;
}

.ai_card_inner {
	display:flex;
}

.ai_zone_wrap  {
/*	max-width:650px;*/
}

/* 리스트 컨테이너: 2열 그리드 레이아웃 */
.ai_care-list {
    display: grid;
    grid-template-columns: 1fr 1fr; /* PC에서 2열 배치 */
    gap: 24px;
    width: 100%;
    max-width: 1200px;
	margin-top:40px;
}

/* 카드 개별 스타일 */
.ai_card {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    padding: 25px;
    display: flex;
    align-items: flex-start; /* 상단 정렬 */
    gap: 25px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
    transition: transform 0.2s ease;
	width:100%;
	height:250px;
	margin:30px 0;
}

.ai_card:hover {
    transform: translateY(-3px);
}

/* 이미지 박스: 크기 고정 및 이미지 맞춤 */
.ai_image-box {
    flex: 0 0 240px; /* 이미지 영역 너비 고정 */
    width: 240px;
    height: 180px;   /* 높이 고정 */
    border: 1px solid #f0f0f0;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.ai_image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* 비율 유지하며 박스 안에 맞춤 */
    padding: 10px;
}

/* 콘텐츠 영역 */
.ai_content-box {
    flex: 1;
    min-width: 0; /* 텍스트 넘침 방지 핵심 */
}

/* 타이틀: 번호와 텍스트 정렬 보정 */
.ai_content-box .title {
    display: flex;
    align-items: flex-start;
    color: #00a0e9;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.3;
}

.ai_content-box .number {
    flex-shrink: 0;
    margin-right: 8px;
    min-width: 40px;
}

.ai_content-box .text {
    word-break: keep-all;
}

.card_1-5 {
	height:300px;
}

/* 정보 행 (홈페이지, 소개) */
.info-row, .ai_info-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.label {
    background-color: #dff2fc;
    color: #3e3a39;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 12px;
    border-radius: 20px; /* 알약 모양 */
    min-width: 75px;
    text-align: center;
    margin-right: 15px;
    flex-shrink: 0;
    line-height: 1.4;
}

/* 긴 URL 줄바꿈 처리 */
.link {
    color: #444;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-all; /* 긴 URL 강제 줄바꿈 */
    display: inline-block;
}

.desc {
    color: #555;
    font-size: 13px;
    line-height: 1.6;
    word-break: keep-all;
}


.ai_map_02 {
	margin: -40px auto 21% auto;
}

.ai_title {
	font-size:25px;
	text-align:center;
	font-weight:bold;
	padding-bottom:20px;
}



/*ai존 e*/

/*모바일 반응형*/
@media (max-width:1024px){

  /* 카드 grid */
  .sp_inner{
    grid-template-columns:repeat(2,1fr);
  }

  /* 팝업 */
  .sp_popup_content{
    width:90%;
    padding:30px;
  }

  .sp_popup_inner{
    gap:40px;
  }


  .sp_popup img{
    width:160px;
    height:160px;
  }

}


@media (max-width: 768px) {

.ai_content-box .title {
	margin-top:20px;
}

.ai_card {
	display: block;
	height: auto;
	width: 90%;
    margin: 30px auto;
}

.ai_map {
   width: 88%;
    margin: 0 auto;
}

.ai_care-list {
	display: block;
}

.ai_image-box {
	width:100%;
}

.speech_wrap {
	display:block;
	padding: 0 30px;
}

.speech_wrap_01 > p {
    padding-top:15px;
}

  .regs_form {
    padding: 30px 20px;
  }

  .form-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-group > label,
  .form-group > .label {
    width: 100%;
    margin-bottom: 8px;
    text-align: left;
    padding-left: 10px;
  }

  .inline-group {
    flex-direction: column;
    width: 100%;
  }

  .inline-group select {
    width: 100%;
  }

    .form-row.two-col {
    flex-direction: column;
    gap: 0;
  }
  
  #header .inner {
	padding: 0 20px 0 20px;
}
  
  .main_btn {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 0px;
  }
  
  .main_btn .main_btn_01 {
    margin-bottom:20px;
}

.logo img {
    display: block;
    height: 84px;
}

.main_btn > .main_btn_link {
    font-size: 14px;
}

.footer__logo img {
	width:30%;
}

	
.footer .footer__inner {
    flex-direction: column;
}

.footer__info > .footer__info-list {
	font-size:12px;
}

.history_wrap {
	 flex-direction: column;
	 gap:0px;
}

.brochure_div > img {
	width:80%;
	margin:0 auto;
}

.sub-wrap > .top_banner {
	    height: 215px;
}

.sub-wrap > .top_banner .top_baneer_title .big-t {
    font-size: 1.5rem;
    font-weight: 600;
    padding-top: 15%;
}

.poster_link {
	font-size: 16px;
	margin:20px auto 0 auto;
}

.mars_history_inner {
	padding:20px;
}

.event-item .value {
	font-size:14px;
}

.event-item .label {
	font-size:15px;
}
.scroll_text {
	display:block;
}

.program_investai_1 > .event-wrap {
	flex-direction: column;
}

.event-schedule {
	width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 20px 0;
	padding:10px;
}

.event_dl_list > .event_list > dd {
	    font-size: 14px;
}

.event_dl_list > .event_list > dt {
font-size: 15px;
    width: 87px;
}

.event-schedule > .schedule-table > tbody > .schedule_tr > td {
	font-size:14px;
}

.program_div > .pr_title_inner > a {
	margin-bottom:10px;
}

.iframe_map{
	max-width:100%;
}

.map_img > img {
	width:100%;
}

.parking-table th {
	width:95px;
	  word-break: keep-all;
}

.parking-table th, .parking-table td {
	font-size:13px;
	padding: 8px;
}

.parking-table .table_td {
	width:75px;
}

.program_wrap {
        padding: 40px 20px;
		width: 93%;
}

.main_center_img {
	margin: 20px;
	width:100%;
}


.board {
    margin: 20px;
}
.board__row > .board__cell {
	font-size:14px;
}

.parking_wrap {
	margin:5%;
}

.location_wrap {
	margin:5%;
}

.traffic-box li p {
	word-break: keep-all;
}

.process__item > .process__step {
	font-size:16px;
}

.process__item > .process__icon img {
	width:35px;
}

.process__item > .process__title {
   font-size:15px;
}

.list_arrow > img {
	width:20px;
}
.apply_agree_wrap > .process .process__list {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
}

.process__item {
  width: 220px;
}

.reg-notice_title {
	font-size:14px;
}

.apply_agree_wrap > .process {
	margin:5%;
}

.reg_wrap {
	margin:5%;
}

.number-list > li {
	font-size:14px;
}

.privacy__content {
	font-size:14px;
}

.privacy__action > .privacy__agree {
	font-size:14px;
}

.privacy-wrap > .privacy__btn > .btn--navy-pill {
	padding:14px;
	font-size:15px;
}

.mo_none {
	display:block;
}

.pc_none {
	display:none;
}

.program-fieldset {
	    display: flex;
    flex-direction: column;
}

.required-txt {
	    padding-left: 20px;
}

.btn-area > .btn-regi {
padding: 14px;
        font-size: 15px;
}

.program-title ,.program-info {
	font-size:14px;
}

  /* 카드 grid */
  .sp_inner{
    grid-template-columns:1fr;
    gap:16px;
  }

  .sp_div{
    padding:18px;
  }

  .sp_div img{
    width:70px;
    height:70px;
  }

  /* 팝업 */
  .sp_popup_content{
    width:92%;
    padding:24px;
    max-height:90vh;
    overflow-y:auto;
  }

  .sp_popup_inner{
    flex-direction:column;
    gap:20px;
    text-align:center;
  }

  .sp_popup_text{
    text-align:center;
  }

  .sp_popup_img_wrap{
    display:flex;
    justify-content:center;
  }
  
  .sp_popup_img_wrap > div {
    width: 220px;
    height: 220px;
}

  .sp_popup img{
    width:100%;
    height:100%;
  }

  .sp_popup_desc_wrap{
    padding:20px;
    margin-top:20px;
  }
  
  .sp_popup_title {
	font-size:16px;
  }
  
  .sp_popup_career p {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    color: #767676;
}
.sp_wrap {
}

.sp_wrap p {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}


.sp_wrap_inner {
	padding:0 20px;
	margin-top:50px;
}


}

