
.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;
  border-bottom: 1px solid #ccc;
}

/* 라벨 */
.event-item .label {
  min-width: 100px;
  flex-shrink: 0;
  font-size:18px;
}

/* 값 */
.event-item .value {
  margin: 0;
  line-height: 1.6;
  word-break: keep-all;
}

.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;*/
}

.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;
}

.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:500px;
}

.schedule-table > thead > tr > th {
	padding:12px;
	background-color: var(--sub-color);
	color:#fff;
}

.event-schedule > .schedule-table {
	width:100%;
}

.event-schedule > .schedule-table > tbody > .schedule_tr {
	border-bottom:1px solid #ccc;
}

.event-schedule > .schedule-table > tbody > .schedule_tr  > td {
	padding:12px;
	text-align:center;
	    border: 1px solid #ccc;
}

.schedule_td_date {
	background-color:#f2f2f2;
}

/*행사개요 페이지 e*/


.history_wrap {
	display:flex;
	gap:60px;
	margin:40px 0;
	font-size: 17.5px;
}

.brochure_div > img {
	max-width:500px;
}

.speech_wrap {
	display:flex;
	gap:60px;
	margin: 40px 0;
}

.speech_wrap > .speech_div > img {
	max-width:500px;
}

.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;
    font-size: 20px;
    margin: 30px auto;
    display: block;
}
.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*/

.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: 11px;
}

/* 상시/매칭 고정 텍스트 */
.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: 13px;
    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;
}

/*모바일 반응형*/

@media (max-width: 768px) {

  .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;
  }
  
  .main_btn .main_btn_01 {
    margin-bottom:20px;
}

.logo img {
    display: block;
    height: 50px;
}

.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;
}

.main_center_img {
	margin: 20px;
}

.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;
}
}