@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap");

@font-face {
  font-family: "SCoreDream3";
  font-weight: 300;
  font-style: normal;
  src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream3.woff2)
      format("woff2"),
    url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream3.woff)
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "SCoreDream6";
  font-weight: 600;
  font-style: normal;
  src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream6.woff2)
      format("woff2"),
    url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream6.woff)
      format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Busan";
  src: url("https://cdn.jsdelivr.net/korean-webfonts/1/orgs/govs/busan/Busan/Busan.woff2")
    format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "S-CoreDream-3Light";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "S-CoreDream-5Medium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "S-CoreDream-6Bold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: "Noto Sans KR", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
}

* {
  font-family: "Pretendard Variable";
  font-weight: 400;
  color: var(--darkgray-color);
  letter-spacing: -1px;
}

#wrap {
  min-height: 100vh;
}

#mHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}

#mHeader > .header {
  position: relative;
  min-width: 1740px;
  height: 100%;
  background-color: #fff;
}

/* 툴팁 */
#fp-nav {
  margin-top: 0;
}

#fp-nav ul li .fp-tooltip {
  color: #1e2c5d;
  top: 50%;
  margin-top: -8px;
  font-size: 13px;
  overflow: visible;
  visibility: hidden;
  opacity: 0;
  text-align: right;
  line-height: 15px;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 28px;
}

#fp-nav ul li:hover .fp-tooltip {
  visibility: visible;
  opacity: 1;
}

.mContent {
  left: 0;
  transition: 1s;
}

#skipnavi {
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #333;
  z-index: 999999;
}

#skipnavi a {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 25px;
  margin-top: -100px;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  background: #000;
}

#skipnavi a:link {
  color: #333;
}

#skipnavi a:focus {
  margin-top: 0;
  text-decoration: underline;
  color: #fff;
}

/*** 현재위치 ***/
.lnb_wrap {
  width: 100%;
  padding: 0 5%;
  margin-top: 111px;
  height: 50px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  margin-bottom: 50px;
}

.lnb_wrap .container {
  padding: 0;
}

.lnb_right {
  display: flex;
  justify-content: flex-end; /*✅ 오른쪽 정렬 */
  /*justify-content: flex-start; 왼쪽 정렬 */
  align-items: center;
  height: 100%;
  gap: 10px; /* 메뉴 간격 */
}

.lnb_item {
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  color: #333;
}

.lnb_wrap .home {
  width: 17px;
  text-align: center;
  background-image: url("../../../images/home/home.svg"); /* 아이콘 이미지 경로 설정 */
  background-size: contain; /* 이미지 크기 맞추기 */
  background-repeat: no-repeat; /* 이미지 반복 방지 */
  display: inline-block; /* 텍스트를 표시할 필요 없으므로 inline-block으로 변경 */
  height: 17px; /* 이미지 높이 설정 */
}

.lnb_wrap .home:hover {
  transform: rotateY(180deg);
  transition: all 0.2s linear;
}

.dder {
  width: 1px;
  height: 16px;
  background-color: #ddd;
  margin: 0 15px;
}

/*** 현재위치 end ***/

/* 서브컨텐츠 */
#subCont {
  display: block;
  overflow: hidden;
  margin: 0;
  min-height: 600px;
}

#subCont .inner {
  position: relative;
  padding: 0 5%;
  margin: auto;
  width: 100%;
  display: flex;
  gap: 40px;
}

/* 좌측 메뉴 */
/* 전체 왼쪽 메뉴 컨테이너 */
#subCont .page-left {
  width: 250px;
  flex-shrink: 0;
  margin-right: 30px;
}

/* 상단 타이틀 영역 */
#subCont .left-top {
  border-radius: 16px;
  background-image: linear-gradient(135deg, #0068b7, #003a6b),
    url("../../../images/home/bg_menu_back.png");
  background-position: center, right bottom; /* 그라데이션은 중앙, 무늬는 오른쪽 하단 */
  background-size: cover, 80px 80px; /* 그라데이션은 영역 채움, 무늬는 80x80px (예시) */
  background-repeat: no-repeat; /* 무늬가 반복되지 않도록 설정 */
  background-blend-mode: overlay; /* 그라데이션과 무늬를 섞는 방식 (선명도 조절) */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  overflow: hidden;
}

#subCont .page-name {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  padding: 30px 25px;
  font-family: "Pretendard", sans-serif;
  position: relative;
}

#subCont .page-name:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 25px;
  width: 40px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
}

/* 메뉴 리스트 영역 */
#subCont .m-snb {
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

#subCont .m-snb ul.left-menu {
  padding: 10px 0;
}

#subCont .m-snb ul.left-menu > li {
  margin: 5px 15px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

#subCont .m-snb ul.left-menu > li.on {
  background: #f5f9ff;
}

/* 선택된 메뉴 스타일 */
#subCont .m-snb ul.left-menu > li.on > a {
  color: #0068b7;
  font-family: "GmarketSansMedium";
  font-weight: 600;
  position: relative;
  padding-left: 50px;
  background: #e8f3ff url("../../../images/home/check_ic_b.png") left 20px center
    no-repeat;
}

/* 기본 메뉴 스타일 */
#subCont .m-snb ul.left-menu li a {
  display: block;
  font-size: 16px;
  padding: 15px 15px 9px 20px;
  font-family: "GmarketSansMedium";
  color: #555;
  border-radius: 12px;
  transition: all 0.3s ease;
}

/* 호버 스타일 - 중요: .on 클래스에는 적용되지 않도록 수정 */
#subCont .m-snb ul.left-menu > li:not(.on) a:hover {
  background: #f5f9ff;
  color: #0068b7; /* 로고 색상으로 변경 */
}

/* 선택된 메뉴의 호버 스타일 - 배경만 변경하고 아이콘은 유지 */
#subCont .m-snb ul.left-menu > li.on > a:hover {
  background: #e8f3ff url("../../../images/home/check_ic_b.png") left 20px center
    no-repeat;
  color: #0068b7;
}

#subCont .m-snb ul.depth3 {
  display: block;
  overflow: hidden;
  background: #f6f8f9;
  padding: 15px 10px 15px 50px;
}

#subCont .m-snb ul.depth3 li a {
  position: relative;
  font-size: 16px;
  display: block;
  padding: 8px 0;
}

#subCont .m-snb ul.depth3 li.on a {
  text-decoration: underline;
}

#subCont .m-snb ul.depth3 li a:hover {
  text-decoration: underline;
}

#subCont .m-snb ul.depth3 li.on a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 3px;
  background: #1b61c0;
  left: -20px;
  top: 17px;
}

/* 우측컨텐츠*/
#subCont .page-right {
  flex-grow: 1; /* 남은 공간 차지 */
  padding-bottom: 60px;
}

#subCont .page-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #222;
}

#subCont .page-right .dep3_tt {
  padding-left: 10px;
  font-size: 24px;
  color: #1b61c0;
}

.sub-container {
  width: 100%;
  max-width: 1350px; /* 또는 100% 가능 */
  margin: 0 auto;
  margin-left: 0;
  padding: 0 20px; /* 좌우 여백 */
  box-sizing: border-box;
}

.pd-cont {
  display: block;
  /*padding: 95px 5%;*/
  box-sizing: border-box;
}

.pd-cont-2 {
  display: block;
  padding: 0 5%;
  box-sizing: border-box;
}

.pd-cont-4 {
  display: block;
  width: 100%;
  max-width: 1460px;
  margin: auto;
  padding: 95px 0;
  min-height: 400px;
  box-sizing: border-box;
}

.bg_01 {
  position: relative;
  background: url(../../../images/home/bg_sub.png);
}

#sub_top {
  text-align: left;
  margin-bottom: 40px;
}

#sub_top .sub_title {
  top: 20px;
  position: relative;
  font-family: "GmarketSansMedium";
  font-size: 28px;
  font-weight: 700;
}

#sub_top .sub_title::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #0068b7;
  margin-left: 7px;
}

/*footer*/
#footer {
  position: relative;
  display: block;
  clear: both;
}

#footer .foot-body {
  display: block;
  overflow: hidden;
  padding: 40px 0;
  border-top: 1px solid #e0e0e0;
}

#footer .foot-body .logo_wrap {
  float: left;
  height: auto;
  margin-right: 75px;
}

#footer .foot-body .logo_wrap > .f-logo {
  display: block;
  background: url(../../../images/home/eng/copy_logo_eng.png) no-repeat;
  width: 254px;
  height: 48px;
  position: relative;
}

#footer .foot-body .foot-info {
  float: left;
  top: 5px;
}

#footer .foot-body .foot-info li {
  display: inline-block;
  font-size: 14px;
  line-height: 130%;
  color: #666666;
  padding-right: 25px;
}

#footer .foot-body .copyright {
  font-size: 14px;
  line-height: 130%;
  color: #666666;
  margin-top: 7px;
}

/*SNS채널연결*/
/* Social Icons */
#footer .foot-body .social-icons {
  float: right;
  margin-right: 10px;
}

#footer .foot-body .social-icons a {
  margin-left: 15px;
}

#footer .foot-body .social-icons img {
  width: 39px;
  height: 39px;
  transition: transform 0.3s ease;
}

#footer .foot-body .social-icons img:hover {
  transform: scale(1.1);
}

/*홍보자료*/
/* 상단 버튼 */
.promo__buttons {
  padding-top: 10px;
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}

.promo__button {
  background-color: #0068b7;
  color: white;
  padding: 5px 14px 5px 7px;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: flex;
  align-items: center;
}

.promo__button:hover {
  background-color: #005aa7;
}

.promo__button i {
  margin-right: 0.8rem;
}

.pstit_icon {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  display: inline-block;
}

.promo__button img {
  margin-right: 5px; /* 아이콘과 텍스트 사이 간격 */
}

/* 섹션 스타일 */
.promo__section {
  padding: 2.5rem 2rem;
  margin: 2.5rem 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.promo__section-title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  /*margin-bottom: 1.0rem;*/
  display: flex;
  align-items: center;
}

.tit-high {
  color: #0168b7;
  margin-right: 8px;
}

/* 타이틀 앞에 작은 색상 박스를 추가 */
.promo__section-title::before {
  content: "";
  width: 5px;
  height: 18px;
  background: #0d2b58; /* 원하는 색상 */
  margin-right: 10px; /* 막대와 텍스트 간의 간격을 5px로 조정 */
}

/* 동영상 섹션 */
.promo__video-wrapper {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  align-items: flex-start;
}

.video-block {
  display: flex;
  flex-wrap: wrap; /* 화면 좁으면 세로로 정렬 */
  gap: 1rem;
  margin: 1.5rem 0;
}

.video-block video {
  flex: 1 1 400px; /* 최소 400px 확보 */
  max-width: 100%;
  border: 2px solid #ddd;
  border-radius: 0.5rem;
}

.video-block figcaption {
  flex: 1 1 300px; /* 최소 300px 확보 */
  font-size: 0.95rem;
  line-height: 1.5;
}

.video-block summary {
  cursor: pointer;
  font-weight: bold;
  padding: 0.5rem;
  background: #eee;
  border-radius: 0.3rem;
  user-select: none;
}

.transcript {
  margin-top: 0.5rem;
  padding: 1rem;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
  max-height: 400px; /* 길어도 스크롤 */
  overflow-y: auto;
  position: relative;
}

/* 스크롤 힌트 */
.transcript::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2rem;
  background: linear-gradient(to top, #f9f9f9, transparent);
  pointer-events: none;
}

/*추진사업*/
.pro-top-visual {
  display: flex;
  flex-direction: column;
  align-items: center; /* 전체 중앙 정렬 */
  gap: 20px;
  padding: 20px 25px;
}

/* 상단 텍스트 라인 */
.pro-top-visual .top-line {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.pro-top-visual .top-line .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 15px;
  background: #485d93;
  border-radius: 15px;
  border: 1px solid #3e548d;
  min-width: 200px;
}

.pro-top-visual .top-line .kor {
  font-size: 1rem;
  font-family: "GmarketSansMedium";
  color: #fff;
}

.pro-top-visual .top-line .eng {
  font-size: 0.85rem;
  color: #fff;
}

/* 하단 아이콘 카드 */
.pro-top-visual .bottom-line {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center; /* 가운데 정렬 */
}

.pro-top-visual .bottom-line .icon-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90px;
}

.pro-top-visual .bottom-line .icon-card .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 6px;
  border-radius: 50%; /* 원형 */
  background: #f1f6fb; /* 연한 배경 */
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #004b91;
}

.pro-top-visual .bottom-line .icon-card .icon img {
  width: 50%;
  height: 50%;
}

.pro-top-visual .bottom-line .icon-card .label {
  text-align: center;
  font-size: 0.85rem;
  font-family: "GmarketSansMedium";
  color: #004b91;
}

.project-header {
  display: flex;
  align-items: center;
  background: #e6f0fb;
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.project-header .title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #004b91;
  padding-right: 50px;
}

.project-header .info {
  text-align: left;
  margin-top: 5px;
}

.project-header .info p {
  margin: 0 0 10px 0;
  color: #555;
  font-size: 1rem;
  line-height: 1.5;
}

.project-header .info .download-link {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(90deg, #005bac, #0074d9);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-top: 6px;
}

.project-header .info .download-link:hover {
  background: linear-gradient(90deg, #0074d9, #005bac);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* 대표사업 카드 */
.project-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

/* 대표사업 타이틀 */
.project-card h2 {
  color: #005bac;
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: 700;
}

.project-card h3 {
  font-size: 1rem;
  margin-bottom: 5px;
  color: #42508c;
  font-weight: 700;
}

/* 소분류 사업 */
.sub-project {
  padding: 10px 0 20px 0;
  border-top: 1px solid #eee;
}

/* 세부사업 테이블 */
.project-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.project-table .col-wide {
  width: 50%;
}

.project-table .col-narrow {
  width: 50%;
}

.project-table th,
.project-table td {
  padding: 12px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.project-table th {
  background: #f1f6fb;
  font-weight: bold;
  color: #005bac;
}

.desc {
  color: #555;
  line-height: 1.5;
}

.info {
  font-size: 0.9rem;
  color: #666;
}

/*입주시설안내*/
.facility-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  border-bottom: none;
}

.facility-tab {
  padding: 10px 16px;
  cursor: pointer;
  border: 1px solid #ddd;
  background: #f9f9f9;
  border-radius: 6px;
  transition: all 0.2s;
  text-align: center;
}

.facility-tab:hover {
  background: #f1f1f1;
}

.facility-tab.active {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
  font-weight: bold;
}

/* 콘텐츠 */
.facility-tab-content {
  display: none;
  padding: 20px;
}

.facility-tab-content.active {
  display: block;
}

.facility-header {
  margin-bottom: 20px;
}

.facility-header h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #004b91;
}

.facility-header p {
  margin: 5px 0 0;
  color: #555;
}

/* 사진 */
.photo-carousel {
  position: relative;
  width: 900px;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.carousel-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.carousel-slide {
  min-width: 100%;
  box-sizing: border-box;
}

.carousel-slide img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 24px;
  padding: 4px 16px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}

.carousel-btn.prev {
  left: 10px;
}

.carousel-btn.next {
  right: 10px;
}

/* 가로형 표 */
.facility-table {
  width: 100%;
  border-collapse: collapse;
  margin: 50px 0;
  font-size: 15px;
}

.facility-table thead {
  background: #f1f6fb;
}

.facility-table th {
  border: 1px solid #ddd;
  padding: 6px 5px;
  text-align: center;
}

.facility-table td {
  border: 1px solid #ddd;
  padding: 12px 10px;
  text-align: center;
}

.facility-table th {
  font-weight: bold;
  color: #005bac;
}

.facility-table tbody tr:nth-child(even) {
  background: #fafafa;
}

/* 지도 iframe */
.facility-map-section {
  width: 100%; /* 부모 요소의 너비 100% */
  height: 450px; /* 고정 높이 설정 (필요에 따라 조정) */
  position: relative; /* 자식 요소가 정확히 배치되도록 */
  margin-top: 20px; /* 맨 위에 여백을 두고 */
  overflow: hidden;
}

.root_daum_roughmap {
  width: 100% !important; /* 100%로 가로 크기 설정 */
  height: 100% !important; /* 부모 요소의 높이에 맞추기 */
  background-color: #fff; /* 배경색 */
  margin: 0 auto;
  position: relative;
}

/*교육일정안내*/
/* 테이블 전체 스타일 */
.training-table-container {
  overflow-x: auto;
  margin: 20px 0;
  background-color: #f7f7f7;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.training-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

/* 표 제목 */
.training-table th {
  padding: 12px 20px;
  background-color: #2c3e50;
  color: #ffffff;
  font-weight: 600;
}

/* 월 셀 스타일 */
.month-cell {
  background-color: #a2d5f2;
  color: #2c3e50;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  padding: 6px 0px 6px 20px;
  border-bottom: 2px solid #34495e;
}

/* 월 구분을 잘 보이도록 여백을 추가 */
.month-row {
  margin-top: 20px;
  background-color: #ecf0f1;
  border-top: 2px solid #2c3e50;
  border-bottom: 2px solid #34495e;
}

/* 각 일정 셀 스타일 */
.table-row td {
  padding: 12px 20px;
  text-align: center;
  font-size: 14px;
  color: #34495e;
  border-bottom: 1px solid #e1e4e8;
}

.subject-cell {
  text-align: left !important; /* 강제로 왼쪽 정렬 */
}

/* 링크 스타일 */
.training-table a {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
}

.training-table a:hover {
  color: #0056b3;
}

/*상단타이틀*/
.top-page-header {
  display: flex;
  padding: 40px 50px;
  background: #f4f4f4 url("../../../images/home/business/top_back.png") no-repeat
    right; /* 배경 색상 + 배경 이미지 */
  border-top: 4px solid #3498db; /* 상단 라인 */
  margin-bottom: 30px;
}

.top-page-header .title {
  width: 22%; /* 타이틀을 왼쪽 30%에 배치 */
  font-size: 1.79rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
}

.top-page-header .bipa {
  color: #3498db; /* BIPA는 파란색으로 강조 */
}

.description-container {
  width: 78%; /* 설명글을 오른쪽 70%에 배치 */
}

.description-container .description {
  font-size: 1rem;
  color: #7f8c8d;
  line-height: 1.6;
  max-width: 100%;
  margin: 0;
}

.top-page-header .description-container .download-link {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(90deg, #005bac, #0074d9);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-top: 6px;
}

.top-page-header .description-container .download-link:hover {
  background: linear-gradient(90deg, #0074d9, #005bac);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/*예약안내*/
.reservation-category {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column; /* 세로로 나열 */
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.category-icon {
  width: 30px; /* 아이콘 크기 */
  height: 30px;
  margin-right: 10px; /* 아이콘과 텍스트 사이 간격 */
  fill: #3498db;
}

.reservation-category h2 {
  font-size: 1.32rem;
  font-weight: 600;
  color: #3498db;
  margin-bottom: 10px;
  display: flex; /* flexbox 사용 */
  align-items: center; /* 수직으로 가운데 정렬 */
  justify-content: flex-start; /* 가로로 왼쪽 정렬 */
}

/* 테이블 스타일 */
.reservation-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

/* 테이블 헤더 */
.reservation-table th {
  background-color: #3498db;
  color: white;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 8px;
  border-radius: 6px;
}

/* 테이블 데이터 */
.reservation-table td {
  padding: 12px;
  text-align: center;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 6px;
}

/* 테이블 로고 이미지 */
.reservation-table td img {
  width: 65%;
  height: auto;
}

/* 예약하기 버튼 스타일 */
.reservation-button {
  display: inline-block;
  padding: 7px 12px;
  background-color: #1e90ff;
  color: white;
  font-size: 0.95rem;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}

.reservation-button:hover {
  background-color: #4682b4;
  transform: translateY(-4px);
}

.res250 {
  width: 220px;
}

.res330 {
  width: 250px;
}

/*인사말*/
/* 전체 페이지 스타일 */
.greeting-page {
  font-family: "Arial", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

/* 상단 배경, 인사말 & 원장 사진 */
.greeting-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
  background: url("../../../images/home/about/greeting_top_back.png") no-repeat
    center;
  color: white;
  height: 150px; /* 배경 높이 조정 */
  position: relative;
  margin-bottom: 50px;
}

.greeting-header .greeting-text {
  flex: 1;
  max-width: 100%;
}

.greeting-header .greeting-text h1 {
  font-size: 28px;
  color: white;
  font-family: GmarketSansMedium;
  margin: 0;
}

.greeting-header .greeting-text p {
  font-size: 28px;
  color: white;
  font-family: GmarketSansMedium;
  font-weight: 600;
}

/*인사말 텍스트시작*/
.initial-text {
  padding: 65px;
  background-color: white;
  /* margin: 20px 0;*/
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background: url("../../../images/home/eng/greeting_back.jpg") no-repeat bottom
    50px right 30px;
}

.initial-text p {
  font-size: 18px;
  letter-spacing: 1.2px;
  margin-bottom: 15px;
}

.initial-w {
  font-weight: 600;
  letter-spacing: 1.2px;
}

/*연혁*/
.history-page {
  margin: 0;
  padding: 0;
}

/* 설립목적 섹션 */
.purpose {
  background: url(../../../images/home/about/bg_summary.png) center right no-repeat;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-radius: 10px;
}

.purpose h2 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  position: relative; /* 자식 요소를 절대 위치로 배치할 수 있도록 */
  padding-left: 35px; /* 아이콘을 위한 공간 확보 */
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); /* 밑줄 추가 */
  letter-spacing: 1.2px;
}

.purpose h2::before {
  content: ""; /* 아이콘이 아닌 이미지를 넣으므로 content는 빈 값 */
  position: absolute;
  left: 0;
  top: 50%;
  padding-bottom: 10px;
  transform: translateY(-50%); /* 아이콘이 수직으로 가운데 오게 */
  width: 20px; /* 아이콘 크기 */
  height: 20px; /* 아이콘 크기 */
  background: url(../../../images/home/about/i_company2.png) no-repeat;
  background-size: contain; /* 아이콘이 비율에 맞게 크기 조정 */
}

.purpose p {
  font-size: 16px;
  margin: 0;
  color: #fff;
  letter-spacing: 1.2px;
  margin-left: 15px;
}
.purpose-b {
  font-weight: 600;
  letter-spacing: 1.2px;
}

/* 연혁 섹션 */
section.timeline {
  padding: 20px;
  position: relative;
}

.timeline-stitle {
  font-size: 20px;
  font-family: "GmarketSansMedium";
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 1.2px;
}
.timeline-p {
  font-weight: bold;
  color: #3498db;
  letter-spacing: 1.2px;
  font-size: 18px;
  margin-bottom: 20px;
}

/* 연도별 래퍼 */
.timeline-year {
  margin-bottom: 40px;
  position: relative;
}

/* 연도 타이틀 */
.timeline-year h3 {
  font-size: 20px;
  font-weight: bold;
  color: #0855ca;
  margin-bottom: 5px;
  text-align: left;
  position: relative;
  padding-left: 30px; /* 아이콘 공간 확보 */
}

.timeline-year h3::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 18px;
  margin-right: 6px;
  background: url(../../../images/home/i_logo.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* 연도별 월별 항목 래퍼 */
.timeline-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* 좌우 간격 */
}

/*비전*/
.section-label {
  font-size: 22px;
  font-weight: 700;
  color: #0855ca;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  padding-left: 15px;
  padding-top: 20px;
  letter-spacing: 1.2px;
}

.section-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 22px;
  background-color: #0855ca;
  border-radius: 3px;
  margin-top: 10px;
}

/* ===== 비전 ===== */
.vision-box {
  border: 3px solid #0855ca;
  border-radius: 18px;
  padding: 40px 25px;
  background-color: #ffffff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  margin: 10px auto; /* 위아래 10px, 좌우 자동으로 중앙 정렬 */
}

.vision-box .line1 {
  font-size: 22px;
  font-weight: 700;
  color: #0855ca;
  margin-bottom: 12px;
  text-align: left;
  letter-spacing: 1.2px;
}

.vision-box .line2 {
  font-size: 18px;
  font-weight: 500;
  color: #555;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 1.2px;
}

/* ===== 오시는길 ===== */
.tasks-container-horizontal {
  display: flex;
  flex-wrap: wrap; /* 한 줄에 2개씩 */
  gap: 20px;
  margin-top: 30px;
  justify-content: flex-start; /* 왼쪽 정렬 */
}

.task-card-horizontal {
  display: flex;
  flex-direction: column; /* 세로형 구조 */
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  padding: 20px 25px;
  width: 48%; /* 두 개씩 한 줄에 */
  box-sizing: border-box;
  transition: transform 0.2s ease;
}

.task-card-horizontal:hover {
  transform: translateY(-4px);
}

.task-card-horizontal .highlight {
  background-color: #e6f0ff;
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 700;
  color: #0855ca;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px; /* 타이틀과 내용 간격 */
}

.task-card-horizontal .task-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 16px;
  line-height: 160%;
  color: #555;
}

/*ESG경영*/
/* ===== 상위 탭 ===== */
.vision-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 0;
  border-bottom: 2px solid #0855ca; /* 하단 구분선으로 테두리 대체 */
}

.vision-tab-btn {
  padding: 12px 50px;
  border: none;
  font-size: 18px;
  border-radius: 8px 8px 0 0;
  background-color: #f2f6ff;
  color: #0855ca;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.vision-tab-btn:hover {
  background-color: #dce7ff;
}

.vision-tab-btn.active {
  background-color: #0855ca;
  color: #fff;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15) inset;
}

/* ===== 상위 탭 콘텐츠 ===== */
.vision-content-block {
  padding: 40px 0;
}

.vision-block-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.vision-media {
  flex: 1;
  max-width: 60%;
}

.vision-media img,
.vision-media video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.vision-text {
  flex: 1;
  max-width: 40%;
  margin-top: 50px;
}

.vision-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.vision-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
  letter-spacing: 0.8px;
}

.vision-brochure {
  flex: 1;
  max-width: 70%;
  margin-top: 50px;
}
/* 다운로드 버튼 */
.brochure-download {
  margin-top: 20px;
}

.download-btn {
  display: inline-block;
  padding: 12px 30px;
  letter-spacing: 1px;
  background-color: #0056b3;
  color: #fff;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.download-btn:hover {
  background-color: #003f8a;
}
.brochure-img {
  flex: 1;
  max-width: 30%;
  top: 0;
}

/* 탭 버튼 */
.vision-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

.vision-tab-btn {
  padding: 10px 40px;
  border: none;
  background: #eee;
  cursor: pointer;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.3s;
}

.vision-tab-btn.active {
  background: #0056b3;
  color: #fff;
}

.vision-sub-tab-content {
  display: none;
}

.vision-sub-tab-content.active {
  display: block;
}
/*진흥원에바란다*/
.opinion-wrap {
  margin: 0 auto;

  padding: 20px 30px;

  color: #333;
}

.opinion-guide {
  background: #f8fbff;
  border: 1px solid #dbe5f7;
  border-radius: 10px;
  padding: 30px 25px;
  margin-bottom: 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

/* 제목 */
.opinion-guide h2 {
  font-size: 22px;
  color: #084ca3;
  margin-bottom: 15px;
  font-weight: 700;
}

/* 안내 문구 */
.opinion-guide p {
  color: #333;
  line-height: 1.8;
  font-size: 15.5px;
  margin-bottom: 25px;
}

.opinion-guide p strong {
  color: #0855ca;
}

/* ===== 단계별 흐름 (STEP) ===== */
.step-flow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 15px;
}

.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid #c7d6ef;
  border-radius: 8px;
  padding: 10px 18px;
  min-width: 130px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.step-item:hover {
  background: #eaf2ff;
  transform: translateY(-2px);
}

.step-num {
  font-weight: 700;
  color: #0855ca;
  font-size: 14px;
  margin-bottom: 5px;
}

.step-text {
  font-size: 15px;
  color: #333;
  font-weight: 500;
}

.step-arrow {
  color: #7a8aa0;
  font-weight: 600;
  font-size: 18px;
  margin: 0 5px;
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.required {
  color: #d00;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  transition: border-color 0.2s;
}

input:focus,
textarea:focus {
  border-color: #084ca3;
  outline: none;
}

.terms {
  font-size: 14px;
}

.terms-box {
  background: #f8faff;
  border: 1px solid #d8e4f7;
  padding: 10px 12px;
  border-radius: 6px;
  margin-top: 8px;
  line-height: 1.6;
}

.captcha-box {
  display: flex;
  gap: 10px;
  align-items: center;
}

.captcha-box img {
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.btn-submit {
  background: #084ca3;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  padding: 12px 25px;
  cursor: pointer;
  transition: background 0.2s;
}

.btn-submit:hover {
  background: #063b7c;
}

.btn-reset {
  background: #e0e6ef;
  color: #333;
  border: none;
  border-radius: 6px;
  padding: 12px 25px;
  margin-left: 10px;
  cursor: pointer;
}

.btn-reset:hover {
  background: #cfd8e3;
}

/*진흥원에바란다 글등록완료*/
.opinion-complete {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  /* background: #f9fbff;*/
  font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

.complete-box {
  background: #fff;
  padding: 50px 40px;
  border-radius: 12px;
  text-align: center;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.complete-icon {
  width: 60px;
  margin-bottom: 20px;
}

.complete-box h2 {
  font-size: 24px;
  color: #084ca3;
  margin-bottom: 15px;
}

.complete-box p {
  color: #555;
  line-height: 1.7;
  font-size: 15px;
}

.complete-info {
  background: #f3f7ff;
  border: 1px solid #dbe5f7;
  border-radius: 8px;
  padding: 15px;
  margin: 25px 0;
  text-align: left;
  font-size: 14px;
  color: #333;
}

.complete-info p {
  margin: 5px 0;
}

.complete-btns {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.btn-home,
.btn-new {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
}

.btn-home {
  background: #e0e6ef;
  color: #333;
}

.btn-new {
  background: #084ca3;
  color: #fff;
}

.btn-home:hover {
  background: #cfd8e3;
}

.btn-new:hover {
  background: #063b7c;
}
