@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;
}

.w_careers .w_inner {
  position: relative;
  margin: 0 50px;
  padding-right: 20%;
}
.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 {
  text-indent: -999999em;
  line-height: 0;
  overflow: hidden;
  text-align: left;
  display: block;
  width: 147px;
  height: 26px;
  background: url("https://img.sbs.co.kr/news/ent/sbsent_lgogo.png") no-repeat;
}
.w_careers .w_haeder h2 {
  float: left;
  margin-left: 40px;
  font-size: 22px;
  letter-spacing: 4px;
  font-family: "Montserrat";
  color: #fff;
}
.w_careers .w_career_list {
  position: relative;
  width: 100%;
  height: 100%;
}
.w_careers .w_career_list .w_tit {
  height: 190px;
  width: 330px;
  border-left: solid 1px #d4d4d4;
  border-right: solid 1px #d4d4d4;
}
.w_careers .w_career_list .w_tit h3 {
  padding: 128px 0 0 30px;
  color: #000;
  opacity: 0.3;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -1px;
}
.w_careers .w_career_list ul {
  width: 330px;
  border-top: solid 1px #d4d4d4;
  border-left: solid 1px #d4d4d4;
  border-right: solid 1px #d4d4d4;
}
.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;
  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;
}
.w_careers .w_career_list ul li .w_info {
  display: none;
}
.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: "";
}
.w_careers .w_career_list ul li.active .w_info {
  display: block;
}
.w_careers .w_career_list .w_info {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 0 400px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.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 .date {
  font-size: 16px;
  color: #000;
}
.w_careers .w_career_list .w_info .sub_area h4 {
  margin: 26px 0;
  font-size: 48px;
  line-height: 60px;
  color: #000;
}
.w_careers .w_career_list .w_info .sub_area .schedule {
  font-size: 16px;
  line-height: 16px;
}
.w_careers .w_career_list .w_info .sub_area .schedule strong {
  display: inline-block;
}
.w_careers .w_career_list .w_info .sub_area .schedule strong:after {
  float: right;
  display: block;
  margin: 1px 0 0 7px;
  width: 1px;
  height: 14px;
  background: #000;
  content: "";
}
.w_careers .w_career_list .w_info .txt_area {
  font-size: 18px;
  line-height: 42px;
  letter-spacing: -0.5px;
  padding-bottom: 100px;
}
.w_careers .w_career_list .w_info .img_area a {
  display: block;
}
.w_careers .w_career_list .w_info .img_area a img {
  max-width: 100%;
}

@media all and (max-width: 1680px) {
  .w_careers .w_inner {
    padding-right: 0;
  }
}
@media all and (max-width: 1170px) {
  .w_careers .w_footer {
    height: auto;
  }
  .w_careers .w_footer .info {
    float: none;
  }
  .w_careers .w_footer .copy {
    float: none;
    margin-top: 20px;
  }
}
@media all and (max-width: 840px) {
  .w_careers .w_inner {
    min-width: auto;
    margin: 0 30px;
  }
  .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 {
    width: 115px;
    height: 20px;
    background-size: auto 20px;
  }
  .w_careers .w_haeder h2 {
    opacity: 0.3;
    margin-left: 10px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 50px;
  }
  .w_careers .w_career_list .w_tit {
    border: 0;
    height: auto;
  }
  .w_careers .w_career_list .w_tit h3 {
    padding: 35px 0 12px;
    opacity: 1;
    font-size: 20px;
  }
  .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;
    position: relative;
    z-index: 999;
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: solid 1px #d4d4d4;
    border-bottom: solid 1px #d4d4d4;
    font-size: 16px;
    color: #000;
  }
  .w_careers .w_career_list ul li .tit strong {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
    padding-right: 20px;
  }
  .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 .w_info {
    display: none;
    position: static;
    padding: 0 0 22px;
    border-bottom: solid 1px #d4d4d4;
  }
  .w_careers .w_career_list ul li .w_info .sub_area {
    display: none;
    border-bottom: solid 1px #d4d4d4;
  }
  .w_careers .w_career_list ul li .w_info .sub_area .date {
    font-size: 15px;
    font-weight: normal;
  }
  .w_careers .w_career_list ul li .w_info .sub_area h4 {
    font-size: 22px;
    line-height: 30px;
    color: #000;
  }
  .w_careers .w_career_list ul li .w_info .sub_area .schedule {
    font-size: 16px;
    line-height: 15px;
  }
  .w_careers .w_career_list ul li .w_info .sub_area .schedule strong {
    display: inline-block;
  }
  .w_careers .w_career_list ul li .w_info .sub_area .schedule strong:after {
    float: right;
    display: block;
    margin: 1px 0 0 7px;
    width: 1px;
    height: 14px;
    background: #000;
    content: "";
  }
  .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;
  }
  .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;
    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(-45deg);
    -webkit-transform: rotate(-45deg);
    content: "";
  }
  .w_careers .w_career_list ul li.active .w_info {
    display: block;
  }
}
@media all and (max-width: 320px) {
  .w_careers .w_footer .w_inner {
    margin: 0 15px;
  }
  .w_careers .w_footer .w_inner .info .link_map {
    right: 0;
  }
}