@charset "UTF-8";

/* ============================================================
   Reset
   ============================================================ */
html, body {
  width: 100%;
  height: 100%;
}
html {
  overflow-y: scroll;
}
body {
  background-color: #fff;
  -webkit-text-size-adjust: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, code, form, fieldset, legend, textarea, p, th, td, input, select, textarea, button {
  margin: 0;
  padding: 0;
}
body, h1, h2, h3, h4, input, button, select {
  font-family: "Malgun Gothic", "맑은 고딕", "Dotum", "돋움", Arial, sans-serif;
  font-size: 16px;
  color: #000;
}
img, fieldset, iframe, button {
  border: 0 none;
}
dl, ul, ol, menu, li {
  list-style: none;
}
input, select, textarea, button {
  vertical-align: middle;
  font-size: 14px;
  color: #838383;
}
input::-ms-clear {
  display: none;
}
img {
  vertical-align: top;
}
i, em, address {
  font-style: normal;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
label, button {
  cursor: pointer;
}
button {
  margin: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}


/* ============================================================
   Layout
   ============================================================ */
.w_careers .w_inner {
  position: relative;
  margin: 0 50px;
  padding-right: 20%;
}


/* ============================================================
   Header
   ============================================================ */
.w_careers .w_haeder {
  height: 70px;
  line-height: 70px;
  background: #000;
  min-width: 1000px;
  z-index: 1;
}
.w_careers .w_haeder h1 {
  float: left;
  margin-top: 23px;
  margin-left: 30px;
}
.w_careers .w_haeder h1 a {
  background: url("https://sbsdlab.co.kr/img/set_dlab.png") no-repeat;
  text-indent: -999999em;
  line-height: 0;
  overflow: hidden;
  text-align: left;
  display: block;
  width: 65px;
  height: 26px;
  background-position: -344px -173px;
}
.w_careers .w_haeder h2 {
  float: left;
  margin-left: 40px;
  font-size: 22px;
  letter-spacing: 4px;
  font-family: "Montserrat";
  color: #fff;
}


/* ============================================================
   Career List / Navigation
   ============================================================ */
.w_careers .w_career_list {
  position: relative;
  width: 100%;
  height: 100%;
}
.w_careers .w_career_list ul {
  width: 330px;
  border-top: solid 1px #d4d4d4;
  border-left: solid 1px #d4d4d4;
  border-right: solid 1px #d4d4d4;
}

/* Menu item — .tit */
.w_careers .w_career_list ul li .tit {
  position: relative;
  z-index: 999;
  display: block;
  padding: 0 50px 0 30px;
  height: 68px;
  line-height: 68px;
  border-bottom: solid 1px #d4d4d4;
  font-size: 18px;
  color: #000;
}
.w_careers .w_career_list ul li .tit strong {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: normal;
}

/* Multi-line menu title */
.w_careers .w_career_list ul li .tit--wrap {
  height: auto !important;
  min-height: 68px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.w_careers .w_career_list ul li .tit--wrap strong {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}

/* Active state */
.w_careers .w_career_list ul li.active .tit strong {
  font-weight: bold;
}
.w_careers .w_career_list ul li.active .tit:after {
  position: absolute;
  display: block;
  width: 30px;
  height: 4px;
  background: #000;
  right: 0;
  top: 50%;
  margin-top: -2px;
  content: "";
}

/* Info panel — hidden by default, shown when active */
.w_careers .w_career_list ul li .w_info {
  display: none;
}
.w_careers .w_career_list ul li.active .w_info {
  display: block;
}


/* ============================================================
   Info Panel
   ============================================================ */
.w_careers .w_career_list .w_info {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 0 400px;
  width: 100%;
  box-sizing: border-box;
}

/* Sub area (section header) */
.w_careers .w_career_list .w_info .sub_area {
  border-bottom: solid 1px #000;
  margin-bottom: 20px;
}
.w_careers .w_career_list .w_info .sub_area h4 {
  margin: 26px 0;
  font-size: 48px;
  line-height: 60px;
  color: #000;
}

/* Text area */
.w_careers .w_career_list .w_info .txt_area {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: -0.5px;
  padding-bottom: 100px;
}

/* Chapter headings (higher hierarchy than Article) */
.w_careers .w_career_list .w_info .txt_area strong.chapter-heading {
  font-size: 22px;
  display: block;
  margin-top: 40px;
  margin-bottom: 16px;
}
.w_careers .w_career_list .w_info .txt_area strong.chapter-heading:first-child {
  margin-top: 0;
}


/* ============================================================
   Table
   ============================================================ */
.w_careers .w_career_list .w_info .txt_area .table-wrap {
  width: calc(100% - 22px);
  margin: 10px 0 20px 22px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.w_careers .w_career_list .w_info .txt_area table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.7;
}
.w_careers .w_career_list .w_info .txt_area table th,
.w_careers .w_career_list .w_info .txt_area table td {
  border: 1px solid #d4d4d4;
  padding: 10px 14px;
  vertical-align: middle;
  text-align: left;
}
.w_careers .w_career_list .w_info .txt_area table th {
  background: #f5f5f5;
  font-weight: bold;
  text-align: center;
}
.w_careers .w_career_list .w_info .txt_area table td:first-child {
  text-align: center;
  white-space: nowrap;
}

/* SNS header row — desktop: hidden, mobile: shown (see media query) */
.w_careers .w_career_list .w_info .txt_area table tr.sns-header {
  display: none;
}


/* ============================================================
   TOC List
   ============================================================ */
.w_careers .w_career_list .w_info .toc-list {
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  border: none !important;
  margin: 10px 0 20px;
  padding: 0;
}
.w_careers .w_career_list .w_info .toc-list li {
  list-style: disc;
  margin-left: 20px;
  padding: 4px 0;
  color: #000;
  font-size: 18px;
  line-height: 1.7;
}


/* ============================================================
   For Children Button
   ============================================================ */
.w_careers .children-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  margin-top: 10px;
  color: #fff;
  background-color: #000;
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 16px;
}
.w_careers .children-link:hover {
  background-color: #333;
  text-decoration: none;
}
.w_careers .children-link strong {
  color: #fff;
  font-weight: 600;
}
.w_careers .children-link img {
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
  margin-top: 1px;
}


/* ============================================================
   Indented Items (Privacy Policy)
   ============================================================ */
.txt_area p.pp-item {
  padding-left: 22px;
  margin: 0 0 14px 0;
  line-height: 1.7;
}
.txt_area p.pp-subitem {
  padding-left: 42px;
  margin: 0 0 8px 0;
  line-height: 1.7;
}
.txt_area p.pp-subitem:last-of-type {
  margin-bottom: 14px;
}


/* ============================================================
   Responsive — 1680px
   ============================================================ */
@media all and (max-width: 1680px) {
  .w_careers .w_inner {
    padding-right: 0;
  }
}


/* ============================================================
   Responsive — Mobile (max-width: 840px)
   ============================================================ */
@media all and (max-width: 840px) {

  /* Layout */
  .w_careers .w_inner {
    min-width: auto;
    margin: 0 30px;
  }

  /* Header */
  .w_careers .w_haeder {
    min-width: 100%;
    height: 50px;
  }
  .w_careers .w_haeder h1 {
    margin-top: 16px;
    margin-left: 0;
  }
  .w_careers .w_haeder h1 a {
    background: url("https://sbsdlab.co.kr/img/set_dlab.png") no-repeat;
    text-indent: -999999em;
    line-height: 0;
    overflow: hidden;
    text-align: left;
    display: block;
    width: 48px;
    height: 19px;
    background-position: -247px -124px;
    background-size: 360px auto;
  }
  .w_careers .w_haeder h2 {
    opacity: 0.3;
    margin-left: 10px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 50px;
  }

  /* Navigation */
  .w_careers .w_career_list ul {
    width: auto;
    border-left: 0;
    border-right: 0;
  }
  .w_careers .w_career_list ul li .tit {
    width: 100%;
    padding: 0;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .w_careers .w_career_list ul li .tit strong {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
    padding-right: 20px;
  }
  .w_careers .w_career_list ul li .tit--wrap {
    height: auto;
    line-height: 1.4;
    display: flex;
    align-items: center;
  }
  .w_careers .w_career_list ul li .tit--wrap strong {
    white-space: normal;
    text-overflow: unset;
    overflow: visible;
  }

  /* Arrow indicator */
  .w_careers .w_career_list ul li .tit:after {
    position: absolute;
    background: none;
    margin-top: -4px;
    top: 50%;
    right: 2px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    content: "";
  }
  .w_careers .w_career_list ul li.active .tit {
    border-bottom: solid 1px #000;
  }
  .w_careers .w_career_list ul li.active .tit strong {
    font-weight: normal;
  }
  .w_careers .w_career_list ul li.active .tit:after {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background: none;
    top: 50%;
    right: 2px;
    margin-top: -4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    content: "";
  }

  /* Info panel */
  .w_careers .w_career_list ul li .w_info {
    display: none;
    position: static;
    padding: 0 0 22px;
    border-bottom: solid 1px #d4d4d4;
  }
  .w_careers .w_career_list ul li.active .w_info {
    display: block;
  }
  .w_careers .w_career_list ul li .w_info .sub_area {
    display: none;
  }

  /* Text area */
  .w_careers .w_career_list ul li .w_info .txt_area {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.5px;
    color: #666;
    padding-top: 30px;
    padding-bottom: 8px;
  }

  /* Chapter headings */
  .w_careers .w_career_list .w_info .txt_area strong.chapter-heading {
    font-size: 18px;
    line-height: 1.5;
  }

  /* Indented items */
  .txt_area p.pp-item {
    padding-left: 0;
  }
  .txt_area p.pp-subitem {
    padding-left: 20px;
  }

  /* Table — stacked card layout */
  .w_careers .w_career_list .w_info .txt_area .table-wrap {
    width: 100%;
    margin: 10px 0 20px 0;
    overflow-x: visible;
    border: 1px solid #d4d4d4;
  }
  .w_careers .w_career_list .w_info .txt_area table,
  .w_careers .w_career_list .w_info .txt_area table tbody {
    display: block;
    width: 100%;
  }
  .w_careers .w_career_list .w_info .txt_area table thead {
    display: none;
  }
  .w_careers .w_career_list .w_info .txt_area table tr {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #d4d4d4;
  }
  .w_careers .w_career_list .w_info .txt_area table tr:last-child {
    border-bottom: none;
  }
  .w_careers .w_career_list .w_info .txt_area table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ebebeb;
    padding: 8px 14px;
    text-align: left;
    white-space: normal;
  }
  .w_careers .w_career_list .w_info .txt_area table td:last-child {
    border-bottom: none;
  }
  .w_careers .w_career_list .w_info .txt_area table td:first-child {
    background: #f5f5f5;
    font-weight: bold;
    text-align: left;
    white-space: normal;
  }

  /* SNS table — group header visible on mobile */
  .w_careers .w_career_list .w_info .txt_area table tr.sns-header {
    display: block;
  }
  .w_careers .w_career_list .w_info .txt_area table tr.sns-header td {
    background: #f5f5f5;
    font-weight: bold;
    text-align: left;
    white-space: normal;
    border-bottom: none;
  }
  /* Hide rowspan cell — replaced by sns-header row */
  .w_careers .w_career_list .w_info .txt_area table tr.sns-main td[rowspan] {
    display: none;
  }
  .w_careers .w_career_list .w_info .txt_area table tr.sns-main,
  .w_careers .w_career_list .w_info .txt_area table tr.sns-sub {
    border-bottom: 1px solid #ebebeb;
  }
  .w_careers .w_career_list .w_info .txt_area table tr.sns-sub:last-of-type {
    border-bottom: 1px solid #d4d4d4;
  }
  /* SNS channel name cells — white background, indented */
  .w_careers .w_career_list .w_info .txt_area table tr.sns-main td:nth-child(2),
  .w_careers .w_career_list .w_info .txt_area table tr.sns-sub td:first-child {
    background: #fff;
    font-weight: normal;
    text-align: left;
    white-space: normal;
    padding-left: 24px;
  }

  /* TOC list — mobile color/size */
  .w_careers .w_career_list .w_info .toc-list li {
    color: #666;
    font-size: 15px;
  }

  /* For Children button — mobile color */
  .w_careers .children-link {
    background-color: #666;
  }
  .w_careers .children-link:hover {
    background-color: #555;
  }
  .w_careers .children-link img {
    filter: brightness(0) invert(1);
  }
}
