@charset "utf-8"; 

@import url("./components.css"); /* 공통 컴포넌트 (버튼, 모달, 태그 등) */
@import url("./main.css"); /* 메인 페이지 스타일 */
@import url("./form.css"); /* 폼 요소 및 입력 UI */
@import url("./page.css"); /* 페이지별 커스터마이징 */
@import url("./member.css"); /* 회원 관련 페이지 */
@import url("./list.css"); /* 목록/리스트 페이지 */
@import url("./view.css"); /* 상세/뷰 페이지 */
@import url("./search.css"); /* 검색/필터 UI */
@import url("./sidebar.css"); /* 사이드바 및 메뉴 */
@import url("./modal.css");  /* 모달 레이어 팝업 */
@import url("./front.css");
@import url("./biz.css");

@import url("./business_job_list.css");
@import url("./business_job.css");
@import url("./business_company.css");
@import url("./business_pass.css");
@import url("./business_talent_pool.css");
@import url("./responsive.css"); /* 반응형 (미디어쿼리) */

 :root { 
 --color-primary: #1b64c8; 
 --color-primary-soft: #edf4ff; 
 --color-danger: #f66969; 
 --color-danger-soft: #f8ebeb; 
 --color-warning: #f39e00; 
 --color-warning-soft: #fff1d8; 
 --color-text: #333; 
 --color-muted: #666; 
 --color-label: #484d59; 
 --color-placeholder: #5f6470; 
 --color-line: #dfe2ea; 
 --color-disabled: #eee; 
 --font-family:
 Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; 
}

/******************************************************* commmon *******************************************************/ 
body { overflow-x: hidden; } 
select { width: 100%; height: 100%; appearance: none; -webkit-appearance: none; -moz-appearance: none; padding: 8px 26px 8px 8px; border: 1px solid #DFE2EA; border-radius: 6px; background: #fff url("data:image/svg+xml; utf8,\<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'>\<path d='M1 1l4 4 4-4' stroke='%231C1C1D' stroke-width='1.5' fill='none'/>\</svg>") no-repeat right 8px center; cursor: pointer; } 
select:focus { outline: none; } 
input[type=text], input[type=password], input[type=number] { } 
input::placeholder { } 
input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; display: none; } 
input[type="search"]::-ms-clear { display: none; } 
button { background:transparent; font-size: inherit; } 
img { vertical-align:top; } 
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); } 
 


/* header */ 
.header { width: 100%; position:sticky; top:0; background: #fff; z-index:9; } 
.header .inner { display:flex; justify-content:space-between; align-items:center; height: 85px; gap:20px; } 
.hd-logo { z-index:2; } 
.gnb > ul > li > a.beta { position:relative; color: #5F44DB; } 
.gnb > ul > li > a.beta:before { content:'βeta'; font-size: 14px; font-weight: 700; color: #fff; display:inline-flex; height:20px; align-items:center; justify-content:center; padding:0 8px; border-radius:60px; background-image: linear-gradient(90deg, #5F44DB, #1D4BA4); position:absolute; left:50%; transform:translateX(-50%); top:-10px; } 

/* utils */
.hd-utils { display:flex; gap:8px; align-items:center; gap:20px; z-index:2; } 
.hd-utils > a { color: #212529; } 
.hd-utils .arr-btn { color: #212529; height: 34px; align-items:center; padding:0 14px; line-height: 1; font-size: 13px; font-weight: 500; border:1px solid #E7E8EA; border-radius:60px; } 
.hd-user { position:relative; } 
.hd-user a { display:flex; gap:8px; align-items:center; padding:10px 0; } 
.hd-user .hd-user-btn:after { content:''; display:inline-block; width: 8px; height: 5px; background: url('/images/icon-dropdown-mini.svg') no-repeat center center / contain; } 
.hd-user strong { color: #212529; font-weight: 500; } 
.hd-user .thumb { width: 32px; aspect-ratio:1; border-radius:50%; overflow:hidden; background: #eee; } 
.hd-user .thumb img { width: 100%; height: 100%; object-fit:cover; object-fit: scale-down;} 
.hd-user-menu { position: absolute; top: 100%; left: 0; min-width: 120px; background: #fff; border: 1px solid #E7E8EA; border-radius: 8px; overflow:hidden; padding:8px; display: none;  } 
.hd-user-menu li a { display: block; padding: 3px 5px; font-size: 13px; white-space: nowrap; } 
.hd-user-menu li a:hover { background: #f5f5f5; border-radius:4px; } 
.hd-user.open .hd-user-menu { display: block; } 
.hd-user.open .hd-user-btn:after { transform: rotate(180deg); } 

/* menubar */
.btn-menu { display: none; width: 30px; height: 22px; flex-direction: column; justify-content: space-between; background: none; border: 0; cursor: pointer; } 
.btn-menu[aria-expanded="true"] span:nth-child(1) { transform: translateY(10px) rotate(45deg); }
.btn-menu[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.btn-menu[aria-expanded="true"] span:nth-child(3) { transform: translateY(-10px) rotate(-45deg); }
.btn-menu span { display: block; height: 2px; background: #000; border-radius: 2px; }

@media (max-width: 1511px) {
  .business_job_list.page-shell,
  .business_job_detail.page-shell {
    width: 90%;
    max-width: none;
  }

  .business_job_write.page-shell,
  .business_company_edit.page-shell {
    padding-right: 0;
    padding-left: 0;
  }

  .business_job_write .job-write-page,
  .business_company_edit .job-write-page {
    width: 90%;
    max-width: none;
  }
}

@media (max-width: 1280px) {
  :root {
    --mobile-header-height: 64px;
    --mobile-header-gutter: max(20px, 5vw);
  }

  body.is-mobile-menu-open {
    overflow: hidden;
  }

  body.is-mobile-menu-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 8;
    background: rgba(0, 0, 0, 0.45);
  }

  .header {
    z-index: 20;
  }

  .header .inner {
    width: 100%;
    max-width: none;
    height: var(--mobile-header-height);
    margin: 0;
    padding: 0 0 0 var(--mobile-header-gutter);
  }

  .hd-logo {
    position: relative;
    z-index: 22;
  }

  .hd-logo img {
    width: 130px;
    height: auto;
  }

  .btn-menu {
    position: relative;
    z-index: 22;
    display: flex;
    width: var(--mobile-header-height);
    height: var(--mobile-header-height);
    flex: 0 0 var(--mobile-header-height);
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .btn-menu span {
    width: 30px;
    flex: 0 0 2px;
  }

  .gnb {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 21;
    display: block;
    width: min(82vw, 340px);
    height: 100dvh;
    padding: 156px 20px 104px;
    overflow-y: auto;
    background: #fff;
    box-shadow: -18px 0 40px rgba(0, 0, 0, 0.12);
    transform: translateX(100%);
    transition: transform 0.28s ease;
  }

  .gnb.is-open {
    transform: translateX(0);
  }

  .header .hd-utils {
    position: fixed;
    right: 0;
    top: var(--mobile-header-height);
    bottom: 0;
    z-index: 21;
    display: flex;
    width: min(82vw, 340px);
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 16px 20px 24px;
    background: transparent;
    border: 0;
    transform: translateX(100%);
    transition: transform 0.28s ease;
    pointer-events: none;
  }

  .gnb.is-open + .hd-utils {
    transform: translateX(0);
  }

  .header .hd-utils > * {
    pointer-events: auto;
  }

  .header .hd-utils > .arr-btn,
  .header .hd-utils > .btn-wr {
    margin-top: auto;
  }

  .header .hd-utils > a,
  .header .hd-utils .btn-wr,
  .header .hd-utils .btn-wr > a {
    width: 100%;
  }

  .header .hd-utils .arr-btn {
    display: inline-flex;
    width: 100%;
    height: 44px;
    justify-content: center;
    padding: 0 16px;
    font-size: 14px;
  }

  .header .hd-utils > a:not(.arr-btn) {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e7e8ea;
    border-radius: 8px;
  }

  .header .hd-user {
    width: 100%;
  }

  .header .hd-user .hd-user-btn {
    justify-content: flex-start;
  }

  .header .hd-user-menu {
    position: static;
    width: 100%;
    margin-top: 6px;
    text-align: center;
  }

  .gnb > ul {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .gnb > ul > li {
    border-bottom: 1px solid #eceef3;
  }

  .gnb li > a,
  .gnb > ul > li > a {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    color: #212529;
    font-size: 17px;
    font-weight: 600;
  }

  .gnb > ul > li.active > a {
    color: #5f44db;
  }

  .gnb > ul > li > a.beta::before {
    position: static;
    order: 2;
    margin-left: 8px;
    transform: none;
  }

  .header:has(.gnb > ul > li > ul > li.active) {
    margin-bottom: 0;
  }

  .gnb li ul,
  .gnb li.active > ul {
    position: static;
    display: none;
    width: 100%;
    height: auto;
    padding: 0 0 12px;
    border: 0;
    gap: 0;
    text-align: left;
  }

  .gnb li.open > ul {
    display: block;
  }

  .gnb li ul a {
    display: flex;
    min-height: 38px;
    align-items: center;
    padding: 0 0 0 12px;
    color: #757b88;
    font-size: 15px;
  }

  .gnb li ul li.active a {
    color: #5f44db;
    border-bottom: 0;
  }

  .gnb li:has(ul) > a::after {
    content: "▸";
    margin-left: 8px;
    color: #757b88;
    transition: transform 0.2s ease;
  }

  .gnb li:has(ul).open > a::after {
    transform: rotate(90deg);
  }
}



/* footer */
.footer { border-top:1px solid #E7E8EA; padding-top: 40px; color: #87888E; } 
.footer .ft-info { margin:40px 0; } 
.footer .ft-info ul { display:flex; } 
.footer .ft-info ul:first-child li { color: #515155; font-weight: 500; } 
.footer .ft-info ul + ul { margin-top: 6px; } 
.footer .ft-info ul li + li:before { content:''; width: 1px; height: 10px; background: #ddd; display:inline-block; margin:0 8px; } 
.footer .ft-btm { border-top:1px solid #E7E8EA; padding:20px 0; display:flex; justify-content:space-between; } 
.footer .ft-btm .btns { display:flex; gap:24px; } 
.footer .ft-btm .btns a { color: #515155; font-weight: 500; } 
 
