@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&display=swap');

*
{
    margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -1px;
}

html
{
    overflow-x: hidden;
}

body 
{
	margin: 0 auto;
	overflow-x: hidden;
}

a 
{
text-decoration: none;
    color : inherit;
}

#notice_cont
{
    margin: 0 auto;
}

.notice_title
{
    border-bottom: 1px solid #bdbdbd;
    padding: 70px 0;
    line-height: 1.6;
}

.main_title
{
    font-size: 54px;
    font-weight: 500;
    text-align: center;
}

.sub_title
{
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}

.notice_box
{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.search_cont
{
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

.search_select
{
    padding: 11px;
    border: 1px solid #bdbdbd;
    outline: 0;
    vertical-align: middle;
}

.search_text
{
    padding: 12px 20px;
    border: 1px solid #bdbdbd !important;
    vertical-align: middle;
}

.search_btn
{
    width: 45px;
    height: 45px;
    background-color: #333;
    cursor: pointer;
    vertical-align: middle;
}

.search_btn img
{
    width: 25px;
    height: 25px;
    padding: 10px;
}

.notice_table, .notice_table th, .notice_table td
{
    border: 0;
}

.notice_table a
{
    text-decoration: none;
}

.notice_table
{
    width: 100%;
    border-bottom: 2px solid #999;
    color:#666;
    font-size: 12px;
    table-layout: fixed;
}

.notice_table th
{
    padding: 20px 0;
    border-top: solid 2px #999;
    border-bottom: solid 1px #d2d2d2;
    font-size: 16px;
    font-weight: 500;
}

.notice_table tr:hover
{
    background: #F6F6F6;
}

.notice_table td
{
    padding: 16px 0;
    border-bottom: solid 1px #d2d2d2;
    font-size: 14px;
    font-weight: 300;
}

.chk, .num, .name
{
    text-align: center;
}

.title
{
    text-align: left;
}

.title>a:hover
{
    color: #ab0634;
    font-weight: 500;
}

.pagination
{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.pagination li
{
    padding: 10px 15px;
    margin: 5px;
    border: 1px solid #D5D5D5;
    color: #898989;
}

.pagination li:hover
{
    background-color: #ddd;
    transition: .2s;
}

.write_button
{
    text-align: right;
    margin-top: 50px;
}

.write_btn
{
    font-size: 20px;
    font-weight: 500;
    padding: 10px 40px;
    cursor: pointer;
}

.write_btn:hover
{
    opacity: .8;
    transition: .2s;
}

.modify, .delete
{
    margin: 0 10px;
}

.new
{
    margin-left: 10px;
    background: #ab0634;
    color: #fff;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  color: #26323f;
  background: #fff;
  font-family: Arial, "Noto Sans KR", sans-serif;
  padding-top: 76px;
}
a {
  text-decoration: none;
}
.top-nav {
  background: #0f2f4a;
  min-height: 76px;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.12);
  z-index: 1030;
}
.logo-box {
  display: flex;
  align-items: center;
  padding: 0;
}
.logo-img {
  width: 190px;
  height: auto;
  object-fit: contain;
}
.navbar-nav .nav-link {
  color: #fff;
  font-weight: 800;
  padding: 26px 16px;
  letter-spacing: -0.3px;
}
.navbar-nav .nav-link:hover {
  color: #ffd36a;
}
.dropdown-menu {
  border: 0;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
  padding: 12px;
}
.dropdown-item {
  font-weight: 700;
  color: #26323f;
  padding: 10px 16px;
  border-radius: 8px;
}
.dropdown-item:hover {
  background: #f4f7fb;
  color: #0f2f4a;
}
.mega-parent {
  position: static;
}
.mega-menu {
  position: absolute;
  left: 0;
  top: 76px;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  border-top: 4px solid #d4a342;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.25s;
  z-index: 1029;
}
.mega-parent:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mega-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr 1.4fr 1.15fr 0.8fr 0.7fr;
}
.mega-col {
  min-height: 210px;
  padding: 26px 24px;
  border-left: 1px solid #e7edf4;
}
.mega-col:last-child {
  border-right: 1px solid #e7edf4;
}
.mega-col h6 {
  font-size: 19px;
  font-weight: 900;
  color: #0f2f4a;
  margin-bottom: 20px;
}
.mega-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mega-col li a {
  display: block;
  color: #3e4a56;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  padding: 7px 0;
}
.mega-col li a:hover {
  color: #d4a342;
  padding-left: 6px;
}
.main-slider {
  margin-top: 0;
}
.hero-slide {
  height: 720px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-slide:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(15, 47, 74, 0.82),
    rgba(15, 47, 74, 0.42),
    rgba(0, 0, 0, 0.22)
  );
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1140px;
  margin: 0 auto;
  padding: 190px 20px 0;
  color: #fff;
}
.hero-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #ffd36a;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hero-content h1 {
  font-size: 56px;
  font-weight: 900;
  line-height: 1.22;
  letter-spacing: -2px;
}
.hero-content p {
  font-size: 21px;
  font-weight: 600;
  margin: 24px 0 34px;
}
.btn-main {
  background: #d4a342;
  color: #fff;
  border: 0;
  padding: 14px 34px;
  font-weight: 900;
  border-radius: 4px;
}
.btn-main:hover {
  background: #bd8f33;
  color: #fff;
}
.btn-hero {
  padding: 13px 28px;
  font-weight: 800;
}
.btn-dark-blue {
  background: #0f2f4a;
  color: #fff;
  padding: 13px 32px;
  font-weight: 900;
}
.btn-dark-blue:hover {
  background: #123d63;
  color: #fff;
}
.service-section {
  padding: 86px 0;
  background: linear-gradient(180deg, #f6f9fc, #fff);
}
.section-head {
  text-align: center;
  margin-bottom: 42px;
}
.section-sub-title {
  display: inline-block;
  color: #d4a342;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.section-title {
  font-size: 38px;
  font-weight: 900;
  color: #0f2f4a;
  margin-bottom: 12px;
}
.section-desc {
  color: #555;
  font-size: 17px;
  font-weight: 600;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.service-card {
  position: relative;
  min-height: 210px;
  padding: 24px 20px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e2e9f1;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 47, 74, 0.12);
  transition: 0.3s;
}
.service-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #0f2f4a, #d4a342);
}
.service-card:hover {
  transform: translateY(-8px);
  border-color: #d4a342;
  box-shadow: 0 20px 42px rgba(15, 47, 74, 0.18);
}
.card-link {
  display: block;
  color: inherit;
  height: 100%;
}
.service-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f2f4a, #48b9dc);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 8px 18px rgba(15, 47, 74, 0.25);
}
.service-icon i {
  font-size: 27px;
  color: #fff;
}
.service-card h5 {
  text-align: center;
  font-size: 17px;
  font-weight: 900;
  color: #0f2f4a;
  line-height: 1.35;
}
.service-card p {
  text-align: center;
  color: #66707a;
  font-weight: 700;
  margin: 8px 0 18px;
}
.service-card span {
  display: block;
  text-align: center;
  color: #d4a342;
  font-weight: 900;
}
.sub-visual {
  height: 320px;
  background:
    linear-gradient(90deg, rgba(15, 47, 74, 0.9), rgba(15, 47, 74, 0.35)),
    url("../images/main-visual02_02.jpg") center/cover;
  color: #fff;
  display: flex;
  align-items: center;
}

.notice-bg {
  background:
    linear-gradient(90deg, rgba(15, 47, 74, 0.9), rgba(15, 47, 74, 0.35)),
    url("../images/main-notic.png") center/cover;
}

.success-bg {
  background:
    linear-gradient(90deg, rgba(15, 47, 74, 0.9), rgba(15, 47, 74, 0.35)),
    url("../images/main-success.png") center/cover;
}

.faq-bg {
  background:
    linear-gradient(90deg, rgba(15, 47, 74, 0.9), rgba(15, 47, 74, 0.35)),
    url("../images/main-faqs.png") center/cover;
}
.column-bg {
  background:
    linear-gradient(90deg, rgba(15, 47, 74, 0.9), rgba(15, 47, 74, 0.35)),
    url("../images/main-column.png") center/cover;
}





.sub-visual span {
  color: #ffd36a;
  font-weight: 900;
  letter-spacing: 2px;
}
.sub-visual h1 {
  font-size: 46px;
  font-weight: 900;
  margin: 12px 0;
}
.sub-visual p {
  font-size: 18px;
  font-weight: 600;
}
.sub-content {
  padding: 60px 0 90px;
  background: #f7f9fc;
}
.breadcrumb-wrap {
  font-size: 14px;
  font-weight: 800;
  color: #71808f;
  margin-bottom: 18px;
}
.breadcrumb-wrap a {
  color: #71808f;
}
.breadcrumb-wrap i {
  margin: 0 8px;
}
.content-card {
  background: #fff;
  border-radius: 22px;
  padding: 44px;
  box-shadow: 0 15px 40px rgba(15, 47, 74, 0.1);
  border: 1px solid #e5ebf2;
}
.content-card h2 {
  font-size: 34px;
  font-weight: 900;
  color: #0f2f4a;
  margin-bottom: 18px;
}
.lead-text {
  font-size: 19px;
  font-weight: 700;
  color: #424c56;
  line-height: 1.8;
}
.content-card h3 {
  font-size: 24px;
  font-weight: 900;
  color: #0f2f4a;
  margin: 38px 0 16px;
}
.point-box {
  height: 100%;
  border: 1px solid #e4eaf1;
  border-radius: 18px;
  padding: 26px;
  background: #fbfcfe;
}
.point-box i {
  font-size: 34px;
  color: #d4a342;
}
.point-box h5 {
  font-size: 20px;
  font-weight: 900;
  color: #0f2f4a;
  margin-top: 14px;
}
.point-box p {
  font-weight: 700;
  color: #5f6974;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
.check-list li {
  position: relative;
  padding: 10px 0 10px 30px;
  font-size: 17px;
  font-weight: 700;
  color: #38434f;
  border-bottom: 1px solid #edf1f5;
}
.check-list li:before {
  content: "\F26A";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  color: #d4a342;
}
.service-list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.service-list-col {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  border: 1px solid #e4eaf1;
  box-shadow: 0 12px 30px rgba(15, 47, 74, 0.08);
}
.service-list-col h3 {
  font-size: 23px;
  font-weight: 900;
  color: #0f2f4a;
  margin-bottom: 18px;
}
.service-list-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-list-col li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid #edf1f5;
  color: #394655;
  font-weight: 800;
}
.service-list-col li a:hover {
  color: #d4a342;
}
.notice-empty {
  text-align: center;
  padding: 50px;
  color: #73808d;
}
.notice-empty i {
  font-size: 54px;
  color: #d4a342;
}
.notice-empty p {
  font-size: 18px;
  font-weight: 800;
  margin-top: 12px;
}
.footer {
  background: #0f2f4a;
  color: #fff;
  text-align: center;
  padding: 42px 20px;
  font-size: 15px;
  font-weight: 600;
}
.footer-company {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 15px;
}
.footer-info {
  line-height: 2;
}
.footer span {
  display: inline-block;
  margin: 4px 12px;
  color: #F6F6F6;
}
.footer-bottom {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffd36a;
  font-weight: 800;
}
.modal-title-area {
  background: #0f2f4a;
  color: #fff;
}
.modal-footer .btn-primary {
  background: #0f2f4a;
  border-color: #0f2f4a;
  font-weight: 800;
}
@media (max-width: 1200px) {
  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .mega-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 64px;
  }
  .top-nav {
    min-height: 64px;
    padding: 8px 0 !important;
  }
  .logo-img {
    width: 150px;
  }
  .navbar-collapse {
    background: #0f2f4a;
    margin-top: 8px;
    padding: 10px 0 16px;
    border-radius: 0 0 12px 12px;
  }
  .navbar-nav .nav-link {
    padding: 12px 18px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .mega-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    box-shadow: none;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .mega-parent:hover .mega-menu {
    display: block;
  }
  .mega-grid {
    grid-template-columns: 1fr;
  }
  .mega-col {
    min-height: auto;
    padding: 16px 24px;
    border-left: 0;
    border-bottom: 1px solid #edf1f5;
  }
  .hero-slide {
    height: 560px;
  }
  .hero-content {
    padding: 150px 28px 0;
  }
  .hero-content h1 {
    font-size: 40px;
  }
  .service-grid,
  .service-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .logo-img {
    width: 128px;
  }
  .hero-slide {
    height: 500px;
  }
  .hero-content {
    padding: 120px 20px 0;
    text-align: center;
  }
  .hero-content h1 {
    font-size: 31px;
  }
  .hero-content p {
    font-size: 15px;
    line-height: 1.6;
  }
  .btn-main,
  .btn-hero {
    width: 100%;
    max-width: 260px;
    margin: 5px auto;
  }
  .service-grid,
  .service-list-grid {
    grid-template-columns: 1fr;
  }
  .section-title {
    font-size: 32px;
  }
  .content-card {
    padding: 28px 22px;
  }
  .sub-visual h1 {
    font-size: 34px;
  }
  .footer span {
    display: block;
    margin: 4px 0;
  }
}

/* =========================
   2026-06 content/font refinement
   전체 글씨를 일반 굵기로 조정
========================= */
body,
p,
li,
a,
span,
label,
input,
textarea,
select,
.section-desc,
.lead-text,
.footer,
.footer-info,
.service-card p,
.point-box p,
.check-list li,
.service-list-col li a,
.mega-col li a,
.dropdown-item {
  font-weight: 400 !important;
}
.navbar-nav .nav-link,
.btn-main,
.btn-hero,
.btn-dark-blue,
.section-sub-title,
.hero-kicker {
  font-weight: 500 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.content-card h2,
.content-card h3,
.service-card h5,
.point-box h5,
.mega-col h6,
.footer-company,
.breadcrumb-wrap strong {
  font-weight: 600 !important;
}
.law-info-box {
  margin: 28px 0;
  padding: 26px 28px;
  background: #f7fbfd;
  border-left: 4px solid #48b9dc;
  border-radius: 14px;
  color: #35424f;
}
.law-info-box span {
  display: block;
  margin-bottom: 12px;
  color: #0f2f4a;
  font-size: 19px;
  font-weight: 600 !important;
}
.law-info-box p {
  margin-bottom: 10px;
  line-height: 1.85;
}
.process-list {
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
.process-list li {
  position: relative;
  padding: 13px 0 13px 46px;
  border-bottom: 1px solid #edf1f5;
  line-height: 1.7;
}
.process-list li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0f2f4a;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
}
.notice-box {
  margin: 30px 0;
  padding: 22px 24px;
  border-radius: 14px;
  background: #fff8e8;
  border: 1px solid #efd9a7;
}
.notice-box strong {
  display: block;
  margin-bottom: 8px;
  color: #9b6d14;
  font-weight: 600 !important;
}
.notice-box p {
  margin: 0;
  line-height: 1.75;
}
.seo-section {
  padding: 76px 0;
  background: #ffffff;
}
.seo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.seo-grid > div {
  padding: 28px;
  border: 1px solid #e4eaf1;
  border-radius: 18px;
  background: #f9fbfd;
}
.seo-grid h3 {
  color: #0f2f4a;
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 600 !important;
}
.seo-grid p {
  color: #4b5663;
  line-height: 1.8;
  margin: 0;
}
@media (max-width: 991px) {
  .seo-grid {
    grid-template-columns: 1fr;
  }
  .law-info-box {
    padding: 22px;
  }
}

.page-nav {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.page-nav a {
  display: block;
  padding: 18px 24px;
  color: #0f2f4a;
  border-bottom: 1px solid #eee;
  transition: 0.3s;
}

.page-nav a:hover,
.page-nav a.active {
  background: #0f2f4a;
  color: #fff;
}

.section-badge {
  display: inline-block;
  background: #eaf8fd;
  color: #48b9dc;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  letter-spacing: 2px;
}

.greeting-text {
  font-size: 22px;
  color: #0f2f4a;
  line-height: 1.8;
}

.signature-box {
  margin-top: 40px;
  font-size: 22px;
  color: #0f2f4a;
}

.career-timeline {
  position: relative;
  padding-left: 40px;
}

.career-timeline:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #d9e3ef;
}

.timeline-item {
  position: relative;
  margin-bottom: 35px;
}

.timeline-item:before {
  content: "";
  position: absolute;
  left: -31px;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #48b9dc;
}

.year {
  display: inline-block;
  background: #0f2f4a;
  color: #fff;
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 10px;
}

.greeting-image-box {
  background: #f3f7fa;
  border-radius: 28px;
  padding: 40px;
  min-height: 350px;

  display: flex;
  justify-content: center; /* 가로 가운데 */
  align-items: center; /* 세로 가운데 */
}

.page-navigator {
  background: #f4f7fb;
  border-bottom: 1px solid #e3e9f0;
  padding: 14px 0;
}

.page-navigator .container {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 700;
}

.page-navigator a {
  color: #536174;
  text-decoration: none;
}

.page-navigator a:hover,
.page-navigator strong {
  color: #0f2f4a;
}

.sub-tab-nav {
  background: #fff;
  border-bottom: 1px solid #e3e9f0;
}

.sub-tab-nav .container {
  display: flex;
  justify-content: center;
  gap: 0;
}

.sub-tab-nav a {
  min-width: 180px;
  padding: 18px 30px;
  border-left: 1px solid #e3e9f0;
  color: #344154;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  font-weight: 900;
}

.sub-tab-nav a:last-child {
  border-right: 1px solid #e3e9f0;
}

.sub-tab-nav a.active,
.sub-tab-nav a:hover {
  background: #0f2f4a;
  color: #fff;
}

/* =========================
   이력 페이지
========================= */
.profile-visual {
  background-image: url("../images/main-visual02_02.jpg");
}

.profile-section {
  padding: 90px 0;
  background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

.profile-card {
  background: #fff;
  border: 1px solid #e7ecf2;
  border-radius: 26px;
  padding: 56px;
  box-shadow: 0 18px 48px rgba(15, 47, 74, 0.12);
}

.profile-title-box {
  text-align: center;
  margin-bottom: 38px;
}

.profile-title-box h2 {
  color: #0f2f4a;
  font-size: 38px;
  font-weight: 900;
  margin: 8px 0 10px;
}

.profile-title-box p {
  color: #555;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.career-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 2px solid #0f2f4a;
}

.career-list li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  align-items: center;
  padding: 20px 8px;
  border-bottom: 1px solid #e7ecf2;
}

.career-list li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 34px;
  border-radius: 999px;
  background: #0f2f4a;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.career-list li strong {
  color: #222;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.55;
}

.career-list li em {
  color: #555;
  font-style: normal;
  font-weight: 700;
}

.profile-cta {
  margin-top: 36px;
  padding: 28px;
  border-radius: 18px;
  background: #f5fbff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.profile-cta p {
  margin: 0;
  color: #0f2f4a;
  font-size: 17px;
  font-weight: 800;
}

@media (max-width: 576px) {
  .profile-section {
    padding: 60px 0;
  }

  .profile-card {
    padding: 32px 22px;
  }

  .profile-title-box h2 {
    font-size: 30px;
  }

  .career-list li {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px 0;
  }

  .career-list li strong {
    font-size: 17px;
  }

  .profile-cta {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
 
}

.board-pagination-wrap {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.board-pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.board-pagination li {
  list-style: none;
}

.board-pagination li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 14px;
  border: 1px solid #d8e0ea;
  border-radius: 999px;
  background: #fff;
  color: #0f2f4a;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.board-pagination li.active a {
  background: #0f2f4a;
  border-color: #0f2f4a;
  color: #fff;
}

.board-pagination li.disabled a {
  pointer-events: none;
  opacity: 0.35;
}

@media (max-width: 768px) {

    .search-form {
        flex-direction: column;
    }

    .search-form input[type="text"] {
        width: 100%;
    }

    .search-form button {
        width: 100%;
    }
}

/* ===========================
   게시판 검색 영역
=========================== */

.board-search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 0 24px 0;
}

.search-form {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px;
    background: #f6f8fb;
    border: 1px solid #e3e8ef;
    border-radius: 14px;
}

.search-form input[type="text"] {
    width: 300px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #d5dce5;
    border-radius: 10px;
    background: #fff;
    color: #222;
    font-size: 14px;
}

.search-form input[type="text"]::placeholder {
    color: #9aa5b1;
}

.search-form input[type="text"]:focus {
    outline: none;
    border-color: #0f2f4a;
    box-shadow: 0 0 0 3px rgba(15, 47, 74, 0.12);
}

.search-form button {
    height: 42px;
    padding: 0 18px;
    border: none;
    border-radius: 10px;
    background: #0f2f4a;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.search-form button:hover {
    background: #17466f;
}

/* 모바일 */
@media (max-width: 768px) {
    .board-search {
        justify-content: stretch;
    }

    .search-form {
        width: 100%;
    }

    .search-form input[type="text"] {
        flex: 1;
        width: auto;
    }
}

/* ==========================
   게시판 목록
========================== */

.board-list-wrap {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.board-list {
    width: 100%;
    border-collapse: collapse;
}

.board-list thead th {
    background: #0f2f4a;
    color: #fff;
    padding: 18px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.board-list tbody td {
    padding: 18px;
    border-bottom: 1px solid #edf1f5;
    text-align: center;
    color: #444;
}

.board-list tbody tr {
    transition: all 0.2s;
}

.board-list tbody tr:hover {
    background: #f7faff;
}

.board-list tbody tr:last-child td {
    border-bottom: none;
}

.board-list .title {
    text-align: left;
}

.board-list .title a {
    text-decoration: none;
    color: #222;
    font-weight: 500;
}

.board-list .title a:hover {
    color: #0f2f4a;
}

.notice-badge {
    display: inline-block;
    padding: 3px 10px;
    margin-right: 8px;
    background: #ff6b35;
    color: white;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

.empty-row {
    height: 120px;
    color: #999;
    font-size: 15px;
    background: #fafafa;
}

/* ===================================
   게시글 작성 상단 영역
=================================== */

.title-option-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    padding: 16px 20px;
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 14px;
}

.title-input-box {
    flex: 1;
}

.title-input-box .form-label {
    display: none;
}

.title-input-box .form-control {
    height: 48px;
    border-radius: 10px;
    border: 1px solid #dce3ea;
    font-size: 15px;
    font-weight: 500;
}

.title-input-box .form-control:focus {
    border-color: #0f2f4a;
    box-shadow: 0 0 0 4px rgba(15,47,74,0.08);
}

/* 상위고정 */

.notice-check {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 10px;
    white-space: nowrap;
}

.notice-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.notice-check label {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #0f2f4a;
    cursor: pointer;
}

/* 날짜 */

.notice-date-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 10px;
    border-left: 1px solid #dde4ec;
}

.notice-date {
    width: 135px;
    height: 40px;
    border-radius: 8px;
    font-size: 12px;
    border: 1px solid #dce3ea;
}

.notice-date:focus {
    border-color: #0f2f4a;
    box-shadow: 0 0 0 3px rgba(15,47,74,0.08);
}

.date-separator {
    color: #999;
    font-weight: 700;
}

/* 모바일 */

@media (max-width: 992px) {

    .title-option-row {
        flex-direction: column;
        align-items: stretch;
    }

    .notice-date-wrap {
        border-left: none;
        padding-left: 0;
        justify-content: space-between;
    }

    .notice-date {
        flex: 1;
        width: auto;
    }
}
.form-control::placeholder {
    color: #a0a8b3;
    font-size: 14px;
    font-weight: 400;
}

.map-bg {
    width: 100%;
    height: 420px;
    border-radius: 16px;

    background-image: url('/images/maps.PNG');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;   /* 이미지가 꽉 차도록 */

    overflow: hidden;
}

/* 로그인 */
.btn-login{

    height:38px;
    padding:0 18px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:13px;
    font-weight:600;

    border-radius:8px;

    border:1px solid rgba(255,255,255,.3);

    background:transparent;
    color:#fff;

    transition:.25s;
}

.btn-login:hover{
    background:#fff;
    color:#0f2f4a;
}

/* 기업회원 가입 */
.btn-company{

    height:38px;
    padding:0 18px;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;

    font-size:13px;
    font-weight:600;

    border-radius:8px;

    color:#fff;
    border:none;

    background:linear-gradient(135deg,#22c55e,#16a34a);

    transition:.25s;
}

.btn-company:hover{

    color:#fff;

    transform:translateY(-1px);

    box-shadow:0 8px 18px rgba(34,197,94,.28);
}