@charset "utf-8";

/* custom checkbox, radio UI */
.ipCustomUI {
  cursor: pointer;
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url("/content/images/m/common/sp_common.png?201603282000")
    no-repeat 0 0;
  background-size: 50px 250px;
  vertical-align: top;
  margin-top: -1px;
}
.ipCustomUI_checkbox {
  background-position: 0 -150px;
}
.ipCustomUI_checkbox.ipCustomUI_checked {
  background-position: -17px -150px;
}
#coMng .ipCustomUI_checkbox.ipCustomUI_checked {
  background-position: -17px -150px;
}
.ipCustomUI_checkbox.ipCustomUI_disabled {
  background-position: 0 -150px;
}
.ipCustomUI_checkbox.ipCustomUI_checked.ipCustomUI_disabled {
  background-position: -34px -150px;
}
.ipCustomUI_radio {
  background-position-y: -130px;
}
.ipCustomUI_radio.ipCustomUI_checked {
  background-position: -17px -130px;
}
.ipCustomUI_radio.ipCustomUI_disabled {
  background-position: -34px -130px;
}
.ipCustomUI_radio.ipCustomUI_checked.ipCustomUI_disabled {
  background-position-y: -130px;
}
.ipCustomItem input[type="radio"],
.ipCustomItem input[type="checkbox"] {
  position: absolute !important;
  top: auto !important;
  left: -9999px !important;
}

/* to-do:radio style */
/* input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;} */
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 0;
  color: #666;
  background-color: transparent;
}
select:focus {
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.dim {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  content: "";
  z-index: 110;
}
#wrap {
  overflow: hidden;
  background-color: #f3f5f7;
  position: relative;
  background-image: url(/content/images/m/Text_Co/bg_autofit_fix.png?201603282000);
}
#scC {
  z-index: 100;
  background: #fff;
  display: block;
}
#scM {
  padding-right: 40px;
  background: #f3f5f7;
}
#scS {
  padding-left: 40px;
}
#scS {
  background: #fff;
}
.scWing {
  position: relative;
  z-index: 0;
  left: 0;
  float: left;
  width: 100%;
  margin-right: -100%;
  overflow: hidden;
  display: none;
  -webkit-box-sizing: border-box;
  min-height: 100%;
}

/* common class */
.skip,
.blind {
  position: absolute;
  left: -9999px;
}
.ir {
  text-indent: -9999px;
}
.ct {
  padding-left: 10px;
  padding-right: 10px;
} /* content padding */
.ctNotice img {
  max-width: 100%;
}
.f {
  width: 100%;
}
.buSq {
  position: relative;
} /* to-do:remove style */
.buSq:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #ccc;
  position: absolute;
  top: 6px;
  left: 0;
}
.buSq mark {
  background: none;
  color: #6699ff;
}
.bxR {
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  position: relative;
}
.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  top: 0;
  left: 0;
}
.bxCenter {
  -webkit-box-pack: center;
  display: -webkit-inline-box;
  -webkit-box-align: center;
}
.bxInfo {
  border-top: 2px solid #c0c0c0;
  border-bottom: 1px solid #dfdfdf;
  padding: 30px 0;
}
.offScr {
  position: absolute;
  left: -9999px;
}
.tabCt,
.offsetCt {
  position: relative;
}
.devHide {
  display: none !important;
}
.col2 > li {
  width: 50%;
}
.col3 > li {
  width: 33.33%;
}
.col4 > li {
  width: 25%;
}
.col5 > li {
  width: 20%;
}
.svcGuide {
  padding: 13px 10px 11px 10px;
  margin: 13px 10px 0 10px;

  background: #f1f2f5 url(/content/images/m/bg_svc_guide.png?201603282000)
    no-repeat 100% 0;
  background-size: 116px 105px;
} /* 서비스 이용안내 */
.svcGuide h4 {
  font-size: 16px;
  color: #333;
  margin-bottom: 2px;
}
.svcGuide .noB {
  font-weight: normal;
}
.svcGuide p {
  line-height: 1.2;
  font-size: 13px;
}
.svcGuide a {
  margin-top: 5px;
}
/* to-do:swipe style */
.devSwipe {
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.ua_io .swipe-wrap {
  -webkit-transform: translate3d(0, 0, 0);
}
.swipe-wrap > div,
.swipe-wrap > ul,
.swipe-wrap > li,
.swipe-wrap > dl {
  position: relative;
  left: -9999px;
  width: 100%;
  float: left;
  margin-right: -100%;
}
.te {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.swipe-wrap > div:first-child,
.swipe-wrap > ul:first-child,
.swipe-wrap > li:first-child,
.swipe-wrap > dl:first-child {
  left: 0;
}
.ipSpacerBox {
  display: block;
  padding-top: 4px;
}

/* to-do:redefine */
.thumbC {
  width: 115px;
  height: 46px;
  padding-top: 2px;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 1px #f5f5f5;
  display: block;
  position: relative;
  text-align: center;
  background: #fff;
}
.actBt {
  padding: 10px 10px 10px 10px;
  overflow: hidden;
}
.actBt > span {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  padding-right: 3px;
}
.actBt > span:last-child {
  padding-right: 0;
  padding-left: 2px;
}
.actBt > span.col1 {
  float: none;
  width: auto;
  padding: 0;
}
.actBt button,
.actBt a {
  width: 100%;
}

/* heading */
.h {
  font-size: 1.14em;
  padding: 17px 0 4px 8px;
  border-bottom: 1px solid #c3c3c3;

  line-height: 1;
  min-height: 17px;
  color: #000;
  position: relative;
}
.h span {
  color: #002aff;
}
.boothSpecial .h span {
  margin-right: 2px;
}
.h .all {
  position: absolute;
  bottom: 4px;
  right: 10px;
}
.h .num {
  font-size: 13px;
  margin-left: 4px;
  padding-left: 7px;
  position: relative;
  top: -1px;
}
.h .num:before {
  content: "";
  position: absolute;
  width: 0;
  height: 14px;
  border-left: 1px solid #e6e6e6;
  top: 0;
  left: 0;
}
.hS1 {
  border-bottom: 0 none;
}
.hS2 {
  border-bottom-width: 2px;
  margin-bottom: 0;
}
.hS3 {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #c6c6c6;
  color: #666;

  padding: 8px 0 6px 10px;
  text-shadow: 1px 1px 1px #fff;
  background: #ebebeb;
}
.hS3 .ico_guide {
  margin-left: 2px;
}
.hS3 .lay {
  left: 100%;
  top: 24px;
  margin-left: -20px;
  text-shadow: none;
}
.header {
  border-bottom: 2px solid #c0c0c0;
  font-size: 1.14em;
  color: #333;
  position: relative;
}
.hS4 {
  border-bottom: 2px solid #c3c3c3;
  padding: 27px 0 8px 15px;
  font-size: 16px;
  color: #000;
  position: relative;
}
.hS4:after {
  content: "";
  display: block;
  clear: both;
}
.hS4 .icoPart {
  position: absolute;
  bottom: 0;
  left: 9px;
}
.hS4 em {
  color: #002aff;
  font-size: 0.86em;
}
.ssHighlight .hS2 {
  border-bottom-color: #6499ff;
  -webkit-box-shadow: 0 1px #e1e7ed;
  z-index: 2;
}
.ssHighlight .hS4 {
  z-index: 2;
  border-bottom: 2px solid #78beff;
}
.ssHighlight .partNewlyList {
  background-color: #f2f4f5;
}
.hSortOpt {
  padding: 8px 10px 6px 10px;
  border-bottom: 2px solid #c0c0c0;
  min-height: 33px;
}
.hSortOpt:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.hSortOpt select {
  float: left;
  width: auto;
  font-size: 1.07em;
}
.hSortOpt select,
.hSortOpt label {
  font-size: 1.07em;
  color: #333;
}
.hSortOpt label {
  font-size: 1em;
  position: relative;
  top: 1px;
}
.hSortOpt .r {
  float: right;
  margin-top: 7px;
}
.hSortOpt .num {
  color: #6693ee;
  float: left;
  margin-top: 10px;
}
.hSortOpt .num1 {
  color: #333;
  float: left;
  margin-top: 10px;
}
.hSortOpt .num1 span {
  color: #ff6600;
}
.hSortOpt2 select {
  float: right;
}
.hS5 {
  font-size: 1.07em;
  border-bottom: 1px solid #d4d4d4 !important;
  -webkit-box-shadow: 0 1px #e7e7e7;
  padding: 0 0 5px 10px;
  color: #000;
  margin-top: 30px;
} /*채용관리 메인타이틀*/
.hS6 {
  padding: 12px 0 12px 10px;
  border-bottom: 0 none;
}
.hS7 {
  padding: 12px 0 8px 10px;
  background: #f3f5f7;
  text-shadow: 1px 1px 1px #fff;
}

/* form element */
.sel_loc {
  width: 115px;
}

/* section */
.content {
  margin-bottom: 30px;
} /* 일부 페이지에서 margin-bottom:-30px 쓰고 있음, 수정 시 확인할 것 */
.content_noM {
  margin-bottom: 0;
}
.content_noM > .ss_noM {
  margin-bottom: 0;
}
.content > section {
  margin-bottom: 15px;
}

/* article */
/* todo :style merge */
.header {
  padding: 14px 0 9px 10px;
}
.header h2,
.header h3,
.header h4 {
  font-size: 1.14em;
  line-height: 1.1em;
  word-wrap: break-word;
  word-break: break-all;
}
.header .meta {
  font-size: 0.8em;
  color: #898989;
  padding-top: 15px;
}
.header .bar {
  color: #dbdbdb;
  margin: 0 3px;
}
article .C {
  padding-top: 20px;
  padding-bottom: 22px;
  font-size: 1.07em;
  line-height: 1.4;
  color: #333;
}
.articleA {
  padding: 20px 10px 0 10px;
}
.headerS1 {
  background-color: #f4f8ff;
  border-bottom: 0;
  -webkit-box-shadow: none;
}

.header2 {
  position: relative;
  overflow: hidden;
  padding: 0 0 10px 0;
}
.header2 h2 {
  background-color: #f4f8ff;
  border-bottom: 1px solid #c2cee6;
  padding: 12px 0 7px 10px;
  color: #333;
  font-size: 1.2em;
  margin-bottom: 14px;
  font-weight: normal;
}
.header2 h2 a {
  color: #002aff;
  font-weight: bold;
  text-decoration: underline;
}
.header2 .zoomCtl2 {
  position: static;
  float: right;
  margin-right: 10px;
}
.header2_simple {
  padding-bottom: 5px;
}
.header2_simple h2 {
  margin-bottom: 0;
}
.header2 .goSave {
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 0.9em;
  text-decoration: underline;
}

/* tab menu */
.tabM {
  border-top: 2px solid #8d94a1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.tabM:after {
  content: "";
  display: block;
  clear: both;
}
.tabM > li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
}
.tabM > li:after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  background-color: #cfd5d9;
}
.tabM > li:first-child:after {
  display: none;
}
.tabM > li > a,
.tabM > li > span {
  display: block;
  padding-top: 12px;
  height: 37px;
  position: relative;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  color: #666;
  border-bottom: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.tabM > .on,
.tabM > .on span {
  color: #002aff;
}
.tabM > .ttChat > a {
  color: #002aff;
}
.tabM > .ttChat > a:after {
  content: "";
  margin-left: 3px;
  width: 11px;
  height: 11px;
  position: relative;
  top: 1px;
  display: inline-block;
  background: url(/content/images/m/ttChat.png) no-repeat -10px -34px;
  background-size: 300px 300px;
}
.tabM_top {
  border-top: 0;
  background-color: #f2f4f5;
}

.tab-scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  background: #f2f4f5;
}
.tab-scroll ul {
  display: block;
  width: max-content;
}
.tab-scroll ul li {
  float: left;
  width: auto;
  flex-grow: unset;
}
.tab-scroll ul li a,
.tab-scroll ul li span {
  padding: 10px 12px 0;
}

.partNewlyList li {
  position: relative;
}
.partNewlyList li button {
  position: absolute;
  top: 0;
  right: 2px;
  padding: 13px;
}
.partNewlyList .newly {
  font-size: 13px;
}
.partNewlyList .newly a {
  display: block;
  color: #333;
  border-bottom: 1px solid #e8e8e8;
  padding: 14px 0 9px 15px;
  line-height: 1.3;
}
.partNewlyList .newly a .num {
  color: #999;
  font-weight: normal;

  font-size: 11px;
}

/* paging */
.all {
  height: 15px;
  color: inherit;
  font-weight: normal;
  font-size: 11px;
  color: #888;
  padding-right: 8px;

  background: url(/content/images/m/bg_all_sprite_v3.png?201603282000?201603282000)
    no-repeat 100% -297px;
  background-size: 50px 1350px;
} /* 전체보기 */
.all2 {
  background-position: 100% -980px;
}
.pg {
  text-align: center;
  color: #888;
  position: relative;
  padding: 6px 0 0 0;
  min-height: 19px;
  margin: 11px 0 0 0;
}
.pg .pgNum {
  font-size: 0.9em;
}
.pg .pgNum b {
  color: #333;
  font-weight: normal;
}
.pg button,
.pg a {
  vertical-align: middle;
}
.pg .btPN {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -61px;
}
.pg .btPN_next {
  margin-left: 31px;
}
.pg .all {
  position: absolute;
  top: 6px;
  right: 10px;
}

.pg2 .btPN,
.pg2 .num {
  height: 28px;
  position: relative;
  margin: 0;
  top: auto;
  left: auto;
  margin: 0 3px;
}
.pg2 .num {
  width: 32px;
  border: 1px solid #d1d5db;
  -webkit-box-sizing: border-box;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-family: Arial, sans-serif;
  color: #999;
  font-size: 14px;
  padding-top: 5px;
  background: #fff;
}
.pg2 .on {
  border-color: #002aff;
  background: #002aff;
  color: #fff;
}
#coMng .pg2 .on {
  border-color: #002aff;
  background: #002aff;
  color: #fff;
}
.pg3 .btPN,
.pg3 .num {
  width: 26px;
}
.pg3 .btPN_prev,
.pg3 .btPN_next {
  background-position-x: 9px;
}
.pg4 {
  position: relative;
  padding: 8px 15px 0 15px;
}
.pg4 span {
  display: inline-block;
  overflow: hidden;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #dfdfe4;
  text-indent: 10px;
  vertical-align: top;
  margin: 0 1px;
  -webkit-box-shadow: 1px 2px 3px #acacac inset;
}
.pg4 span.on {
  background-color: #529efe;
  -webkit-box-shadow: 1px 2px 3px #3c6bd6 inset;
}
.pg4 a {
  position: absolute;
  top: 6px;
  right: 10px;
}
.pg4 .btPN {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -70px;
}
.pg4 .btPN_next {
  margin-left: 35px;
}
.btPN {
  width: 33px;
  height: 28px;
  padding: 0;
  border-radius: 0;
  border: 1px solid #d1d5db;
  background-color: #f9f9f9;
  background-position: 13px -44px;
}
.btPN_next {
  background-position-y: -69px;
}
.pg2 .btPN_prev {
  background-position-y: -44px;
}
.pg2 .btPN_next {
  background-position-y: -69px;
}
.bt_zoom {
  height: 38px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  padding: 1px 9px 0 30px;
  background: #fff url(/content/images/m/contestimg_v2.png?201603282000)
    no-repeat -34px -92px;
  background-size: 80px 300px;
  color: #666;
  font-weight: bold;

  font-size: 14px;
  text-align: left;
}
a.bt_zoom {
  padding-top: 11px;
}
.zoomCtl {
  border: 1px solid #c9c9c9;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 0;
}
.zoomCtl .on {
  border-top-color: #e2e2e2;
  border-left-color: #e2e2e2;
  background-color: #eee;
}
.zoomCtlBx {
  text-align: right;
  padding: 0 10px 4px 0;
  margin-top: 10px;
  height: 36px;
  position: relative;
}
.zoomCtl2 {
  width: 66px;
  border: 1px solid #c9c9c9;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 8px;
}
.zoomCtl2 button {
  float: left;
  width: 33px;
  height: 23px;
  color: #999;
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
  padding-top: 3px;
  font-weight: bold;
  font-size: 14px;
}
.zoomCtl2 button:first-child {
  border-right: 1px solid #c9c9c9;
  font-size: 11px;
  font-weight: normal;
}
.zoomCtl2 .on {
  color: #000;
  background: #eee;
  -webkit-box-shadow:
    inset 0 1px #e2e2e2,
    inset 2px 0 #e2e2e2;
}

.ico {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
}
.ico_mobile {
  width: 10px;
  height: 16px;
  background-position: -30px 0;
}
.ico_pc {
  width: 14px;
  height: 16px;
  background-position: -30px -25px;
}
.ico_email {
  width: 15px;
  height: 14px;
  background-position: -30px -835px;
}
.ico_new {
  width: 15px;
  height: 15px;
  background-position: -30px -475px;
}
.ico_q {
  width: 18px;
  height: 18px;
  background-position: 0 -500px;
}
.ico_a {
  width: 18px;
  height: 18px;
  background-position: -30px -500px;
}
.ico_guide {
  width: 14px;
  height: 16px;
  background-position: 0 -525px;
}
.ico_close {
  width: 18px;
  height: 18px;
  background-position: -30px -523px;
}
.ico_alertm {
  width: 15px;
  height: 16px;
  background-position: -25px -750px;
}
.ico_movie {
  width: 16px;
  height: 16px;
  background-position: -25px -725px;
}
.ico_hot {
  width: 30px;
  height: 30px;
  background-position: 0 -865px;
}
.ico.bt_reset {
  width: 18px;
  height: 18px;
  background-position: -32px -880px;
}
.ico_close2 {
  width: 11px;
  height: 10px;
  background-position: -39px -900px;
}
.ico_expand {
  width: 11px;
  height: 9px;
  background-position: -25px -75px;
}
.ico_collapse {
  width: 11px;
  height: 9px;
  background-position: -25px -66px;
}
.ico_expand2 {
  width: 13px;
  height: 9px;
  background-position: 0 -915px;
}
.ico_collapse2 {
  width: 13px;
  height: 9px;
  background-position: -25px -915px;
}
.ico_expand3 {
  width: 10px;
  height: 6px;
  background-position: 0 -901px;
}
.ico_collapse3 {
  width: 10px;
  height: 6px;
  background-position: -26px -901px;
}
.ico_detail {
  width: 16px;
  height: 16px;
  background-position: 0 -580px;
}
.ico_detail1 {
  width: 25px;
  height: 14px;
  background-position: -13px -1055px;
}
.ico_map {
  width: 15px;
  height: 20px;
  background-position: 0 -600px;
}
.ico_scrap {
  width: 16px;
  height: 16px;
  background-position: -30px -1110px;
}
.ico_scrap_on {
  width: 16px;
  height: 16px;
  background-position: -30px -580px;
}
.ico_mobileApply {
  width: 13px;
  height: 21px;
  background-position: -30px -600px;
}
.ico_homeApply {
  width: 18px;
  height: 16px;
  background-position: -30px -1225px;
}
.ico_nowLoc {
  width: 19px;
  height: 19px;
  background-position: 0 -625px;
}
.ico_nowLoc2 {
  width: 19px;
  height: 19px;
  background-position: 0 -1225px;
}
.ico_attention {
  width: 15px;
  height: 13px;
  background-position: -30px -625px;
}
.ico_smartmatch {
  width: 16px;
  height: 12px;
  background-position: 0 -750px;
}
.ico_del {
  width: 13px;
  height: 15px;
  background-position: -30px -865px;
}
.ico_del2 {
  width: 15px;
  height: 15px;
  background-position: 10px -160px;
}
.ico_del3 {
  width: 15px;
  height: 15px;
  background-position: -31px -526px;
}

.ico_add {
  width: 12px;
  height: 12px;
  background-position: -22px -1270px;
}
.ico_add_1 {
  width: 13px;
  height: 13px;
  background-position: 0 0;
}
.ico_iOs {
  width: 14px;
  height: 16px;
  background-position: -30px -775px;
}
.ico_android {
  width: 15px;
  height: 16px;
  background-position: -30px -800px;
}
.ico_thumbUp {
  width: 15px;
  height: 15px;
  background-position: 0 -965px;
}
.ico_up {
  width: 11px;
  height: 14px;
  background-position: -21px -984px;
}
.ico_go {
  width: 15px;
  height: 16px;
  background: url(/content/images/m/contestimg_v2.png?201603282000) no-repeat 0 -102px;
  background-size: 80px 300px;
}
.ico_close3 {
  width: 25px;
  height: 25px;
  background-position: -33px -992px;
}

.ico_set {
  width: 11px;
  height: 11px;
  background-position: -15px -1086px;
}
.ico_reset {
  width: 11px;
  height: 13px;
  background-position: 0 -1055px;
}
.ico_area {
  width: 17px;
  height: 17px;
  background-position: 0 -1250px;
}
.ico_part {
  width: 17px;
  height: 17px;
  background-position: -22px -1250px;
}
.ico_key {
  width: 17px;
  height: 17px;
  background-position: 0 -1270px;
}

.icoArea {
  background: url(/content/images/m/bg_ico_area.png?201603282000) no-repeat 0 0;
  background-size: 28px 800px;
}
.icoSubway,
.ico_resentSubway {
  background: url(/content/images/m/bg_ico_subway.png?201603282000) no-repeat 0
    0;
  background-size: 23px 700px;
}
.bt .icoSubway {
  padding-top: 4px;
  padding-bottom: 2px;
}
.icoPart_49999 {
  background-position-y: -25px;
}
.icoPart_59999 {
  background-position-y: -50px;
  bottom: 2px !important;
}
.icoPart_b9999 {
  background-position-y: -75px;
}
.icoPart_38888 {
  background-position-y: -100px;
}
.icoPart_d9999 {
  background-position-y: -125px;
  bottom: -1px !important;
}
.icoPart_69999 {
  background-position-y: -150px;
}
.icoPart_79999 {
  background-position-y: -175px;
}
.icoPart_37777 {
  background-position-y: -200px;
}
.icoPart_c9999 {
  background-position-y: -225px;
}
.icoPart_19999 {
  background-position-y: -250px;
}
.icoPart_a9999 {
  background-position-y: -275px;
}
.icoPart_39999 {
  background-position-y: -300px;
}
.icoPart_29999 {
  background-position-y: -325px;
}
.icoArea_I000 {
  background-position-y: 0;
}
.icoArea_B000 {
  background-position-y: -410px;
}
.icoArea_E000 {
  background-position-y: -41px;
}
.icoArea_A000 {
  background-position-y: -451px;
}
.icoArea_F000 {
  background-position-y: -82px;
}
.icoArea_C000 {
  background-position-y: -492px;
}
.icoArea_G000 {
  background-position-y: -123px;
}
.icoArea_D000 {
  background-position-y: -533px;
}
.icoArea_H000 {
  background-position-y: -164px;
}
.icoArea_L000 {
  background-position-y: -574px;
}
.icoArea_J000 {
  background-position-y: -205px;
}
.icoArea_M000 {
  background-position-y: -615px;
}
.icoArea_K000 {
  background-position-y: -246px;
}
.icoArea_O000 {
  background-position-y: -656px;
}
.icoArea_3000 {
  background-position-y: -287px;
}
.icoArea_P000 {
  background-position-y: -697px;
}
.icoArea_2000 {
  background-position-y: -328px;
}
.icoArea_N000 {
  background-position-y: -738px;
}
.icoArea_Q000 {
  background-position-y: -369px;
}
.icoArea_1000 {
  background-position-y: -774px;
}
.icoArea_nowLoc {
  background-position-y: -350px;
}
.icoArea_recent {
  background-position-y: -376px;
}

.icoSubway_101 {
  background-position-y: -25px;
}
.icoSubway_102,
.icoSubway_402,
.icoSubway_502 {
  background-position-y: -50px;
}
.icoSubway_103,
.icoSubway_401 {
  background-position-y: -75px;
}
.icoSubway_104 {
  background-position-y: -100px;
}
.icoSubway_105 {
  background-position-y: -125px;
}
.icoSubway_106,
.icoSubway_403 {
  background-position-y: -150px;
}
.icoSubway_107 {
  background-position-y: -175px;
}
.icoSubway_108 {
  background-position-y: -200px;
}
.icoSubway_109 {
  background-position-y: -225px;
}
.icoSubway_201 {
  background-position-y: -250px;
}
.icoSubway_202 {
  background-position-y: -275px;
}
.icoSubway_301 {
  background-position-y: -300px;
}
.icoSubway_701 {
  background-position-y: -325px;
}
.icoSubway_901 {
  background-position-y: -350px;
}
.icoSubway_A01 {
  background-position-y: -375px;
}
.icoSubway_B01 {
  background-position-y: -400px;
}
.icoSubway_404 {
  background-position-y: -425px;
}
.icoSubway_C01 {
  background-position-y: -450px;
}
.icoSubway_501 {
  background-position-y: -475px;
}
.icoSubway_601 {
  background-position-y: -500px;
}
.icoSubway_801 {
  background-position-y: -525px;
}
.icoSubway_D01,
.icoSubway_503 {
  background-position-y: -551px;
}
.icoSubway_E01 {
  background-position-y: -576px;
}
.icoSubway_F01 {
  background-position-y: -601px;
}

.icoSns {
  display: inline-block;
  width: 31px;
  height: 29px;
  overflow: hidden;
  background: url(/content/images/m/bg_ico_sns.png?201603282000) no-repeat 0 0;
  background-size: 31px 200px;
}
.icoSns_fb {
  background-position-y: -30px;
}
.icoSns_me2 {
  background-position-y: -60px;
}
.icoSns_talk {
  background-position-y: -90px;
}
.icoSns_email {
  background-position-y: -120px;
}
.icoSns_cal {
  background-position-y: -150px;
}

.icoDay {
  height: 20px;
  border: 1px solid #5a5a5a;
  color: #fff;
  background: #777;
  -webkit-box-sizing: border-box;
  -webkit-box-shadow:
    inset 1px 1px #8a8a8a,
    inset -1px -1px #8a8a8a;
  text-align: center;
  padding: 1px 4px 0 4px;
  border-radius: 2px;
  line-height: 0.8;
}
.icoArrow_1 {
  padding-right: 10px;
  background: url(/content/images/m/bg_all_co1.png?20170824) no-repeat 100% -181px;
  background-size: 50px 1500px;
}

/* button */
.bt,
.btNum,
.btPN,
.btStar {
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
  -webkit-box-align: center;
  overflow: hidden;
  position: relative;
}
.bt7 .ico {
  background: url(/content/images/m/bg_member_1_v2.png?201603282000) no-repeat 0
    0;
  background-size: 50px 250px;
}
.btText {
  font-size: 12px;
  color: #666;
  font-weight: bold;
  border-bottom: 1px solid #b2b2b2;
  line-height: 12px;
}
.bt {
  border-radius: 2px;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid #d2d6dc;
  padding: 0 10px 0 10px;
  height: 40px;
  background: #fff;
  color: #3e4045;
}
a.bt,
span.bt {
  -webkit-box-pack: center;
  display: -webkit-inline-box;
}
.bt > span {
  display: inline-block;
  padding-top: 0.2em;
}
.bt .ico {
  margin: -15px 4px -10px 0;
  position: relative;
}

.ico {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
}
.ico_guide {
  width: 14px;
  height: 16px;
  background-position: 0 -525px;
}

.bt_collapse,
.bt_expand,
.bt_cancel {
  color: #666;
}
.bt_collapse .ico,
.bt_expand .ico {
  margin-right: 0;
  margin-left: 4px;
}
.bt_add_1 .ico {
  top: 1px;
}

.bt2 {
  height: 40px;
  font-size: 16px;
  line-height: 40px;
}
.bt3 {
  height: 30px;
  font-size: 12px;
}
.bt4 {
  height: 28px;
  font-size: 14px;
}
.bt5 {
  height: 44px;
  font-weight: normal;

  font-size: 16px;
}
.bt7 {
  height: 30px;
  font-size: 12px;
}
.bt6 span {
  color: #666;
} /* bt6는 폰트 컬러만 다름 */
.bt8 {
  height: 27px;
  font-size: 12px;
}
.bt9 {
  padding: 0 12px 0 12px;
  height: 40px;
  font-size: 14px;
} /* 기업앱 */
.bt9 span {
  color: #666;
}
.bt10 {
  border-radius: 2px;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #aeb3ba;
  padding: 0 7px 0 7px;
  height: 28px;
  background-color: #fff;
  color: #333;
}
.bt11 {
  border-radius: 2px;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid #000;
  padding: 0 7px 0 7px;
  height: 28px;
  background-color: #333a57;
  color: #fff;
}
.bt12 {
  height: 30px;
  font-size: 14px;
}
.bt13 {
  font-weight: normal;
  color: #666;
}
.bt14 {
  font-size: 13px;
  font-weight: normal;
  border: 1px solid #d2d2d2;
  padding: 0 7px 0 7px;
  height: 25px;
  background-color: #fff;
  border-radius: 20px;
}
.btC1 {
  border-color: #575757;
  background: #575757;
}
.btC2 {
  border-color: #ff6600;
  background: #ff6600;
}
.btC3 {
  border-color: #002aff;
  background: #002aff;
}
.btC4 {
  border-color: #4f5662;
  background: #4f5662;
}
.btC5 {
  border-color: #4d535e;
  background: #4d535e;
}
.btC6 {
  border-color: #5da029;
  background: #5da029;
}
.btC7 {
  border-color: #4c7ee2;
  background: #4c7ee2;
}
.btC9 {
  border-color: #d95616;
  background: #d95616;
}
.btC10 {
  border-color: #002aff;
  background: #fff;
}
.btC11 {
  border-color: #002aff;
  background: #fff;
}
.btC12 {
  border-color: #4b4b4b;
  background: #4b4b4b;
}
.btC12 span {
  color: #fff;
}
.btC13 span {
  color: #666;
}
.btC14 {
  border: 0;
  background: #ff7575;
  border-radius: 0;
}
#quickApy .bt.btC3 span {
  color: #fff;
}
.btC1 span,
.btC2 span,
.btC3 span,
.btC4 span,
.btC5 span,
.btC6 span,
.btC7 span {
  color: #fff;
}
.btC10 span {
  color: #002aff;
  padding-top: 0.4em;
}
.btSquare {
  border-radius: 0;
}
.bt_nowLoc {
  padding-left: 2px;
}
.bt_nowLoc .ico {
  top: 1px;
}
.bt_nowLoc2 {
  height: 40px;
  width: 67px;
  padding: 0;
  font-size: 13px;
  text-align: left;
}
.bt_detail {
  height: 32px;
}
.btNum {
  height: 20px;
  border: 1px solid #c4502b;
  border-radius: 2px;
  color: #f2d3a4;
  padding: 0 6px 0 6px;
  font:
    13px/19px Arial,
    sans-serif;
  font-weight: bold;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#e47b58), to(#c3542f));
  -webkit-box-shadow:
    0 1px 2px rgba(28, 31, 37, 0.7),
    inset 1px 1px 0 rgba(229, 135, 102, 0.8),
    inset -1px 0 0 rgba(229, 135, 102, 0.8);
  overflow: hidden;
}
.btNum span {
  display: inline-block;
  height: 18px;
  padding-left: 6px;
  margin-left: 2px;
  background-position: -30px -450px;
  font-size: 11px;
  position: relative;
  top: -1px;
}
.btPlus {
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#e7e7e7));
  -webkit-box-shadow:
    inset 1px 1px #fff,
    inset -1px -1px 0 #fff;
  position: relative;
  text-indent: -9999px;
}
.btPlus:before,
.btPlus:after {
  content: "";
  position: absolute;
  background: #b35d29;
}
.btPlus:before {
  width: 14px;
  height: 3px;
  top: 10px;
  left: 5px;
}
.btPlus:after {
  width: 3px;
  height: 14px;
  top: 5px;
  left: 10px;
}
.btMinus {
  border: 1px solid #000;
}
.btMinus:after {
  display: none;
}
.btSw,
.btJobType,
.bt_suggest {
  border: 1px solid #344585;
  border-radius: 2px;
  color: #fff;
  padding: 2px 5px 0 5px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: bold;
  white-space: nowrap;
  background: #384c94;
  -webkit-box-shadow:
    inset 1px 1px #5465a3,
    inset -1px -1px #5465a3;
}
.btSw_102,
.btJobType_1 {
  border-color: #258c48;
  background: #0aa03d;
  -webkit-box-shadow:
    inset 1px 1px #2dad58,
    inset -1px -1px #2dad58;
}
.btSw_103,
.bt_suggest {
  border-color: #e6522b;
  background: #f60;
  -webkit-box-shadow:
    inset 1px 1px #ff7a21,
    inset -1px -1px #ff7a21;
}
.btSw_104 {
  border-color: #2b7edb;
  background: #008cf8;
  -webkit-box-shadow:
    inset 1px 1px #249cf9,
    inset -1px -1px #249cf9;
}
.btSw_105 {
  border-color: #a5256e;
  background: #ca008d;
  -webkit-box-shadow:
    inset 1px 1px #d1249d,
    inset -1px -1px #d1249d;
}
.btSw_106 {
  border-color: #c87525;
  background: #e28707;
  -webkit-box-shadow:
    inset 1px 1px #e6982a,
    inset -1px -1px #e6982a;
}
.btSw_107 {
  border-color: #838632;
  background: #958b01;
  -webkit-box-shadow:
    inset 1px 1px #a49b25,
    inset -1px -1px #a49b25;
}
.btSw_108 {
  border-color: #bc2665;
  background: #e50965;
  -webkit-box-shadow:
    inset 1px 1px #e92d7b,
    inset -1px -1px #e92d7b;
}
.btSw_109 {
  border-color: #885f2e;
  background: #a56d2a;
  -webkit-box-shadow:
    inset 1px 1px #b18147,
    inset -1px -1px #b18147;
}
.btSw_201,
.btJobType_3 {
  border-color: #ea8b25;
  background: #fb9300;
  -webkit-box-shadow:
    inset 1px 1px #fca223,
    inset -1px -1px #fca223;
}
.btSw_202 {
  border-color: #85253f;
  background: #a7002d;
  -webkit-box-shadow:
    inset 1px 1px #b3244b,
    inset -1px -1px #b3244b;
}
.btSw_301 {
  border-color: #2692d1;
  background: #169fee;
  -webkit-box-shadow:
    inset 1px 1px #37adf0,
    inset -1px -1px #37adf0;
}
.btSw_701 {
  border-color: #259ba8;
  background: #04b4c7;
  -webkit-box-shadow:
    inset 1px 1px #27bfcf,
    inset -1px -1px #27bfcf;
}
.btSw_901 {
  border-color: #3f59d0;
  background: #425dd7;
  -webkit-box-shadow:
    inset 1px 1px #5d74dd,
    inset -1px -1px #5d74dd;
}
.btSw_A01 {
  border-color: #3bb9a0;
  background: #32c5a8;
  -webkit-box-shadow:
    inset 1px 1px #4ecdb4,
    inset -1px -1px #4ecdb4;
}
.btSw_B01 {
  border-color: #2a9375;
  background: #1ba27b;
  -webkit-box-shadow:
    inset 1px 1px #3baf8e,
    inset -1px -1px #3baf8e;
}
.btSw_D01 {
  border-color: #d69c02;
  background: #ecab00;
  -webkit-box-shadow:
    inset 1px 1px #fab501,
    inset -1px -1px #fab501;
}
.btSw_E01 {
  border-color: #dd7c02;
  background: #ff8e00;
  -webkit-box-shadow:
    inset 1px 1px #f9a841,
    inset -1px -1px #f9a841;
}
.btSw_F01 {
  border-color: #84ac2f;
  background: #98c439;
  -webkit-box-shadow:
    inset 1px 1px #b2d36b,
    inset -1px -1px #b2d36b;
}

.btnMore a {
  position: relative;
  width: 100%;
  margin-top: -1px;
  font-size: 1.071em;
  font-weight: bold;
  border-top: 1px solid #d2d6dc;
  border-bottom: 1px solid #d2d6dc;
  padding: 0 10px 0 10px;
  height: 43px;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#eff1f3));
  -webkit-box-shadow:
    0 1px #f5f5f5,
    inset 1px 1px #fff,
    inset -1px -1px #fff;
  text-align: center;
  display: -webkit-inline-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #666;
}
.btnMore .arr {
  display: inline-block;
  position: relative;
  padding-right: 18px;
  font-weight: normal;
}
.btnMore .arr:after {
  position: absolute;
  right: 0px;
  top: 4px;
  content: "";
  width: 12px;
  height: 9px;
  background-position: -29px -654px;
}

.btnFav {
  font-size: 14px;
  width: 27%;
  height: 35px;
  padding: 0;
}
.btnFav .ico {
  width: 16px;
  height: 14px;
  background-position: 0 -1110px;
  margin: 0 3px 0 0;
}
.btnFavOn {
  border-color: #ff6600;
  background: #ff6600;
  color: #fff;
}
.btnFavOn .ico {
  background-position: 0 -1132px;
}

.btnMe2 {
  font-size: 14px;
  width: 22%;
  height: 39px;
  padding: 0;
}
.btnMe2 .num {
  display: block;
  text-align: center;
  color: #002aff;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
}
.btnMe2 .tx {
  display: block;
  padding: 0;
  text-align: center;
  font-weight: bold;
  font-size: 11px;
  line-height: 12px;
}
.btnMe2On {
  border-color: #c54201;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#e1580a), to(#ff9b00));
  -webkit-box-shadow:
    0 1px #e67433,
    inset 1px 1px #ffac2b,
    inset -1px -1px #ffac2b;
  color: #fff;
}
.btnMe2On .num {
  color: #fff200;
}

/* button/icon */
.ico_coView1,
.ico_coSet1,
.coMtip dt,
.coApplyList .del,
.coMprePass,
.coMnoPass,
.coMngPass button,
.lyCalendar .now a,
.coRsHeader .rsTitle span,
.icokTalk .arrow,
.lyer .close,
.rsTimeLine .tit:after,
.timeFirst:before,
.timeLast:after,
.cobtOpen span,
.cobtClose span,
.coMapplyList .info span,
.coApplyTitle .other {
  background: url(/content/images/m/bg_all_co.png?20170809) no-repeat;
  background-size: 50px 1500px;
}

.ico3 {
  background: url(/content/images/m/bg_all_2_v3.png?201604211000) no-repeat 0 0;
  background-size: 150px 150px;
}

.ico_coView1 {
  background-position: -8px -61px;
}
.ico_coSet1 {
  background-position: -4px -788px;
}

.icoCo,
.icoCo1,
.icoCo2,
.icoCo3 {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
}
.icoCo {
  width: 30px;
  height: 30px;
  background: url(/content/images/m/Text_Co/ico_costate.png?201603282000)
    no-repeat 0 0;
  background-size: 465px 250px;
}
.icoCo1 {
  width: 20px;
  height: 20px;
  background: url(/content/images/m/bg_all_co.png?20170809) no-repeat;
  background-size: 50px 1500px;
}
.icoCo2,
.coMkktalk .noCnt {
  background: url(/content/images/m/Text_Co/ico_kktalk.png?201603282000)
    no-repeat;
  background-size: 200px 200px;
}
.icoCo3 {
  background: url(/content/images/m/bg_all_co1.png?20170824) no-repeat;
  background-size: 50px 1500px;
}

.ico_p {
  width: 15px;
  height: 15px;
  background-position: -25px -226px;
}
.ico_bl {
  width: 15px;
  height: 15px;
  background-position: -45px -226px;
}
.ico_r {
  width: 15px;
  height: 15px;
  background-position: -65px -226px;
}
.ico_bu {
  width: 15px;
  height: 15px;
  background-position: -85px -226px;
}
.ico_y {
  width: 15px;
  height: 15px;
  background-position: -105px -226px;
}
.ico_bp {
  width: 45px;
  height: 45px;
  background-position: -23px -84px;
}
.ico_bbl {
  width: 45px;
  height: 45px;
  background-position: -118px -84px;
}
.ico_br {
  width: 45px;
  height: 45px;
  background-position: -213px -84px;
}
.ico_bbu {
  width: 45px;
  height: 45px;
  background-position: -310px -84px;
}
.ico_by {
  width: 45px;
  height: 45px;
  background-position: -405px -84px;
}
.ico_emoney {
  width: 45px;
  height: 45px;
  background-position: -27px -144px;
}
.ico_coupon {
  width: 52px;
  height: 45px;
  background-position: -121px -143px;
}
.ico_money {
  width: 45px;
  height: 45px;
  background-position: -215px -141px;
}
.icon_editday {
  width: 15px;
  height: 15px;
  background-position: 0 -254px;
}
.ico_coq {
  background-position: -2px -557px;
}
.ico_coa {
  background-position: -27px -557px;
}
.ico_close1 {
  width: 30px;
  height: 30px;
  background-position: 7px -1345px;
}
.ico_file1 {
  width: 18px;
  background-position: -4px -585px;
}
.ico_file2 {
  width: 18px;
  background-position: -29px -585px;
}
.ico_file3 {
  width: 18px;
  height: 15px;
  background-position: 2px -1080px;
}
.ico_filedown {
  background-position: -2px -606px;
}
.ico_edu1 {
  background-position: -26px -607px;
}
.ico_imp1 {
  background-position: -4px -627px;
}
.ico_imp2 {
  background-position: -30px -627px;
}
.ico_imp3 {
  width: 14px;
  height: 15px;
  background-position: -1px -1101px;
}
.ico_imp4 {
  width: 14px;
  height: 15px;
  background-position: -1px -1126px;
}
.ico_doc {
  background-position: -6px -648px;
}
.ico_xls {
  background-position: -32px -648px;
}
.ico_ppt {
  background-position: -6px -667px;
}
.ico_hwp {
  background-position: -32px -667px;
}
.ico_help {
  background-position: -28px -734px;
  cursor: help;
}
.ico_kktalk {
  width: 35px;
  height: 23px;
  background-position: -2px -1px;
}
.ico_kkreplay {
  width: 82px;
  height: 22px;
  background-position: -44px -3px;
}
.ico_kk1 {
  width: 20px;
  height: 20px;
  background-position: -131px 0;
}
.ico_kk2 {
  width: 20px;
  height: 20px;
  background-position: -153px 0;
}
.ico_kk3 {
  width: 20px;
  height: 20px;
  background-position: -175px -2px;
}
.ico_mail1 {
  width: 23px;
  height: 16px;
  background-position: -23px -1101px;
}
.ico_mail2 {
  width: 23px;
  height: 16px;
  background-position: -23px -1125px;
}
.ico_mail3 {
  width: 19px;
  height: 13px;
  background-position: 0 -1386px;
}
.ico_mail4 {
  width: 19px;
  height: 13px;
  background-position: 0 -1408px;
}
.ico_pass1 {
  width: 25px;
  height: 25px;
  background-position: 1px -1174px;
}
.ico_pass2 {
  width: 25px;
  height: 25px;
  background-position: 1px -1145px;
}
.ico_nopass1 {
  width: 25px;
  height: 25px;
  background-position: -26px -1174px;
}
.ico_nopass2 {
  width: 25px;
  height: 25px;
  background-position: -26px -1145px;
}
.ico_more1 {
  width: 27px;
  height: 46px;
  background-position: 100% -1204px;
}
.ico_more2 {
  width: 27px;
  height: 93px;
  background-position: 100% -1254px;
}
.ico_memo1 {
  width: 15px;
  height: 15px;
  background-position: 0 -363px;
}
.ico_memo2 {
  width: 15px;
  height: 15px;
  background-position: 0 -337px;
}
.ico_end1 {
  width: 40px;
  height: 40px;
  background-position: 0 0;
}
.ico_ing1 {
  width: 40px;
  height: 40px;
  background-position: 0 -50px;
}
.ico_detailDown {
  width: 10px;
  height: 10px;
  background-position: -8px -224px;
}
.ico_detailUp {
  width: 10px;
  height: 10px;
  background-position: -33px -224px;
}
.ico_detailAll {
  width: 12px;
  height: 12px;
  background-position: -8px -246px;
}

.cobtSort {
  width: 23px;
  height: 23px;
  border-radius: 0;
  -webkit-box-shadow: inset 1px 1px #fff;
}
.cobtOn {
  border: 1px solid #a1a1a1;
  background-color: #ededed;
}
.cobtOff {
  border: 1px solid #dbdbdb;
  background-color: #f9f9f9;
}
.cobtOn .ico_sortDown {
  background-position: -29px -523px;
}
.cobtOn .ico_sortUp {
  background-position: -29px -502px;
}
.cobtOff .ico_sortDown {
  background-position: 0 -523px;
}
.cobtOff .ico_sortUp {
  background-position: 0 -502px;
}
.cobtOpen,
.cobtClose {
  font-size: 0.85em;
  color: #888;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  height: 16px;
  text-align: right;
  margin-top: 5px;
}
.cobtOpen span {
  padding-right: 10px;
  background-position: 100% -691px;
}
.cobtClose span {
  padding-right: 10px;
  background-position: 100% -709px;
}

.co_txt {
  font-size: 0.85em;
}
.co_tc1 {
  color: #999;
} /*열람*/
.co_tc2 {
  color: #5fb23a;
} /*미열람*/

.icokTalk {
  position: relative;
  top: -2px;
  font-size: 0.85em;
  text-align: center;
  border: 1px solid #b3b3b3;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e5e5e5));
  border-radius: 3px;
  -webkit-box-shadow: 0 1px #f4f4f4;
  color: #666;
  -webkit-box-sizing: border-box;
  padding: 0 3px;
}
.icokTalk .kk {
  color: #6d4cae;
  font-size: 0.8em;
  vertical-align: 1px;
}
.icokTalk .arrow {
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  background-position: right 0;
}

.btTime {
  border-radius: 2px;
  color: #fff;
  padding: 2px 2px 0 2px;
  font-size: 11px;

  line-height: 1.2;
  font-weight: bold;
  white-space: nowrap;
  border: 1px solid #7c7dd8;
  background: #9596e2;
  -webkit-box-shadow:
    inset 1px 1px #a3a4e6,
    inset -1px -1px #a3a4e6;
}

.coMailPush {
  position: relative;
}
.coMailPush .icoPush1,
.coMailPush .icoPush2 {
  color: #fff;
  font-size: 0.7em;
  font-family: "Apple SD Gothic Neo", Arial, sans-serif;
  font-weight: bold;
  padding-left: 3px;
  padding-top: 1px;
  background: url(/content/images/m/Text_Co/ico_bg_push.png?201603282000)
    no-repeat 0 0;
  background-size: 32px 13px;
}
.coMailPush .icoPush1 {
  position: absolute;
  right: -5px;
  top: 0;
  width: 10px;
  height: 13px;
  background-position: 0 0;
  text-align: left;
}
.coMailPush .icoPush2 {
  position: absolute;
  right: -7px;
  top: 0;
  width: 14px;
  height: 13px;
  background-position: -15px 0;
  text-align: left;
}

/* list */
.boothEvenOdd.booth1 li {
  border-bottom: 0;
}
.listEvenOdd li:nth-child(2n),
.boothEvenOdd li:nth-child(2n) {
  background-color: #fff;
} /* to-do:remove style */

.list {
}
.list li {
  border-bottom: 1px solid #e4e4e4;
}
.list li > a,
.list li > label,
.list .noData {
  display: block;
  border-top: 1px solid #fff;
  padding: 11px 10px 8px 15px;
}
.list .num {
  color: #69f;

  font-size: 0.9em;
}
.list li:first-child a,
.list li:first-child > label,
.list li:first-child > .noData {
  border-top-color: transparent;
}
.list label input {
  margin-right: 3px;
  position: relative;
  top: -2px;
}
.list label {
  -webkit-tap-highlight-color: rgba(102, 102, 102, 0.4);
} /* to-do:android bug? */
.ssHighlight .list li {
  background: #f5faff;
  border-bottom-color: #cad1d7;
}

.list2 {
  overflow: hidden;
  padding: 20px 0 0 0;
}
.list2 li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 6px;
  overflow: hidden;
}
.list2 li:nth-child(2n) {
  margin-right: 0;
}
.list2 li a {
  width: 100%;
  padding-left: 6px;
  font-weight: bold;
}
.list2 .bt {
  text-align: left;
  -webkit-box-pack: start;
}
.list2 span {
  padding-left: 7px;
}
.list2 .icoArea {
  padding-left: 31px;
  padding-top: 4px;
  padding-bottom: 2px;
  font-size: 14px;
}
.ua_io_high .list2 .icoArea {
  font-size: 15px;
}
.list2 .icoSubway {
  padding-left: 25px;
  margin-left: 8px;
}
.list2_subway {
  padding-top: 8px;
}
.list2_subway .bt {
  font-size: 14px;
}
.ua_io_high .list2_subway .bt {
  font-size: 15px;
}
.list2_full li {
  width: 100%;
  margin-right: 0;
}

.listImg li {
  border-bottom: 1px solid #e4e4e4;
  padding-top: 11px;
  padding-bottom: 12px;
  text-align: center;
}
.listTheme {
  padding-top: 12px;
}
.listTheme li {
  margin-bottom: 10px;
  text-align: center;
}

.listT {
  border: 1px solid #cacfd6;
  border-radius: 2px;
  margin: 0 10px;
}
.listT > li {
  border-bottom: 1px solid #dbdee3;
  position: relative;
}
.listT > li:last-child {
  border-bottom: 0;
}
.listT a {
  color: #333;
  display: block;
  font-size: 1em;
  height: 1.7em;
  padding: 0.7em 3em 0 0.9em;
  border: 1px solid #fff;
  background: #fff;
}
.ua_io_high .listT a {
}

.listT > li:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 17px;
  width: 8px;
  height: 12px;
  background: url(/content/images/m/bg_all_sprite_v3.png?201603282000?201603282000)
    no-repeat 0 -725px;
  background-size: 50px 1350px;
}
.listT .num {
  color: #f60;
  font-weight: bold;
}

.listDot {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.listDot li {
  border-bottom: 1px solid #dbdbdb;
  padding-left: 10px;
  position: relative;
}
.listDot li:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #ccc;
  left: 10px;
  top: 48%;
}
.listDot a {
  display: block;
  padding: 11px 10px 9px 15px;
}

.listDash {
  padding: 0 10px;
}
.listDash li {
  position: relative;
  padding-left: 9px;
  margin-bottom: 11px;
}
.itemDash {
  position: relative;
  padding-left: 9px;
}
.itemDash:before,
.listDash li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

/* booth */
.ssBooth {
}
.ssBooth_noH {
  border-top: 2px solid #c0c0c0;
  margin-top: 7px;
}
.noBoothResult,
.noResult {
  font-size: 1.4em;
  text-align: center;
  color: #d1d1d1;
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #bdbdbd;
  padding: 50px 0 50px 0;

  margin-bottom: 4px;
}
.noBoothResult2 {
  border-top: 2px solid #e5e5e5 !important;
}
.noBoothResult span,
.noResult span {
  color: #ebc4c6;
}
.booth {
}
.booth a {
  display: block;
  position: relative;
  color: #000;
}
.booth .e {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.booth .t {
  color: #666;
  line-height: 1.2;
  display: block;
  font-size: 100%;
}
.booth .meta {
  display: block;
  padding-top: 1px;
  color: #e1e1e1;
  font-size: 0.857em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.booth .meta span {
  color: #898989;
  margin: 0 3px;
}
.booth .meta span:first-child {
  margin-left: 0;
}
.booth .meta .date,
.booth .meta .date span {
  color: #333;
}
.booth .ico_new {
  position: relative;
  top: -3px;
}

.content .ssBooth_focus,
.content .ssBooth_type {
  margin-bottom: 15px;
}
.content .ssBooth_point {
  margin-bottom: 25px;
}
.content .ssCustomize {
  margin-bottom: 25px;
}

/* 1 column list */
.col01List {
  box-sizing: border-box;
  padding: 0 5px;
}
.col01List ul li {
  margin-top: 4px;
  border: 1px solid #e0e0e0;
  position: relative;
}
.col01List ul li:first-child {
  margin-top: 0;
}
.col01List .link {
  display: block;
  width: 100%;
  height: 80px;
  background-color: #f2f2f2;
}
.col01List .logoImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 93px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}
.col01List .txWrap {
  display: block;
  margin: 0 13px 0 104px;
  padding-top: 14px;
}
.col01List .txWrap strong,
.col01List .txWrap span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.col01List .txWrap strong {
  font-size: 1em;
  color: #000;
}
.col01List .txWrap span {
  font-size: 1.071em;

  color: #333;
}

.col01List .btnScrap {
  position: absolute;
  bottom: 0;
  right: auto;
  left: 95px;
  padding: 7px;
  width: 21px;
  height: 20px;
}
.col01List .msgScrap {
  left: 2px;
  top: -23px;
  right: auto;
}
.col01List .msgScrap:after {
  right: auto;
  left: 11px;
}

.col01List .applyArea {
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.col01List .applyArea .date {
  display: inline-block;
  font-size: 0.786em;
  color: #898989;
  vertical-align: middle;
  padding-top: 2px;
}
.col01List .applyArea .btnApply {
  display: inline-block;
  height: 24px;
  padding: 5px 2px;
  font-size: 0.786em;
  line-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #d2d6dc;
  color: #898989;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  margin-left: 5px;
  min-width: 50px;
}
.col01List .applyArea .btnJkApply {
  background-color: #fb9958;
  border: 1px solid #fb9958;
  color: #fff;
}
.col01List .applyArea .btnRow2 {
  line-height: 9px;
  font-size: 0.714em;
  padding-top: 3px;
}
.col01List .itemBx {
  position: relative;
  height: 52px;
  box-sizing: border-box;
  padding-top: 7px;
}

/* 2 column list */
.col02List {
  box-sizing: border-box;
}
.col02List .swipe-wrap {
  box-sizing: border-box;
  padding: 0 2px;
}
.col02List ul:after {
  content: "";
  display: block;
  clear: both;
}
.col02List li {
  float: left;
  width: 50%;
  margin-top: 6px;
  box-sizing: border-box;
  padding: 0 3px;
}
.col02List li:nth-child(1),
.col02List li:nth-child(2) {
  margin-top: 0;
}
.col02List .inner {
  border: 1px solid #e0e0e0;
}
.col02List .inner .logoLink {
  display: block;
  height: 52px;
  box-sizing: border-box;
  padding: 6px 0;
  text-align: center;
  position: relative;
}
.col02List .inner .ico_up {
  position: absolute;
  left: 12px;
  top: 10px;
}
.col02List .inner .btArea {
  background-color: #f3f3f3;
  position: relative;
  height: 104px;
  box-sizing: border-box;
}
.col02List .inner .btArea .txLink {
  display: block;
  padding: 13px 8px 2px 11px;
}
.col02List .inner .btArea .txLink strong,
.col02List .inner .btArea .txLink span {
  display: block;
  color: #000;
  line-height: 1.3;
}
.col02List .inner .btArea .txLink strong {
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.col02List .inner .btArea .txLink span {
  font-size: 1.071em;
  line-height: 1.3;
  padding-top: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;

  color: #333;
}
.col02List .inner .msgScrap {
  left: 2px;
  top: -23px;
  right: auto;
}
.col02List .inner .msgScrap:after {
  right: auto;
  left: 11px;
}
.col02List .inner .btArea .btnScrap {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -1px;
  left: 0;
  padding: 7px;
  width: 21px;
  height: 20px;
}
.col02List .inner .btArea .applyArea {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.col02List .inner .btArea .applyArea .date {
  display: inline-block;
  font-size: 0.786em;
  color: #666;
  vertical-align: middle;
  padding-top: 2px;
}
.col02List .inner .btArea .applyArea .btnApply {
  display: inline-block;
  height: 24px;
  padding: 5px 2px;
  font-size: 0.786em;
  line-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #d2d6dc;
  color: #898989;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  margin-left: 5px;
  min-width: 50px;
}
.col02List .inner .btArea .applyArea .btnJkApply {
  background-color: #fb9958;
  border: 1px solid #fb9958;
  color: #fff;
}
.col02List .inner .btArea .applyArea .btnRow2 {
  line-height: 9px;
  font-size: 0.714em;
  padding-top: 3px;
}

/* main title */
.mHdArea {
  margin-top: 30px;
}
.mHdArea:after {
  content: "";
  display: block;
  clear: both;
}
.mHdArea h2.h {
  float: left;
  padding-top: 0;
}
.mHdArea .prdInfoBtn {
  float: right;
  position: relative;
  font-size: 0.786em;
  color: #666;
  padding-right: 3px;
  top: 2px;
  margin-right: 10px;
}
.mHdArea .prdInfoBtn:before,
.mHdArea .prdInfoBtn:after {
  left: 100%;
  top: 6px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  background-clip: padding-box;
}
.mHdArea .prdInfoBtn:before {
  border-color: rgba(112, 112, 112, 0);
  border-left-color: #707070;
  border-width: 4px;
  margin-top: -4px;
}
.mHdArea .prdInfoBtn:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 3px;
  margin-top: -3px;
}

.mjobList .mHdArea {
  padding-right: 10px;
}
.mjobList .mHdArea .prdInfoBtn {
  float: right;
}

/* 2015. 즉시지원,결과내 검색 위치 수정 */
.hSortOpt_1 {
  position: relative;
  padding-bottom: 15px;
}
.hSortOpt_1:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.hSortOpt_1 .ipCustomItem label {
  top: 17px;
}
.hSortOpt_1 .sortBtn {
  position: absolute;
  right: 10px;
  top: 15px;
}
.hSortOpt_1 .bt10 {
  height: 32px;
  margin-left: 5px; /*margin-top:2px;*/
}

/* 결과내 검색 */
.content .ssResultS {
  position: relative;
}
.ssResultS .ipSpacerBox .ipCustomUI {
  vertical-align: middle;
  margin-top: -1px;
}
.ssResultS {
  margin-top: -2px;
  background: #fff;
  border-bottom: 2px solid #c0c0c0;
  position: relative;
}
.ssResultS fieldset {
  margin: 0px 10px 20px 10px;
  border: 1px solid #e0e3e6;
  border-bottom: 0;
}
.ssResultS .ssTit {
  position: absolute;
  left: 0px;
  top: -26px;
  color: #666;
  font-size: 1.214em;
}
.ssResultS p {
  padding: 11px 12px 9px 12px;
  border-bottom: 1px solid #edeef0;
}
.ssResultS select {
  width: 100%;
}
.ssResultS .part select:first-child {
  margin-bottom: 6px;
}
.ssResultS .area {
  overflow: hidden;
}
.ssResultS .area span {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.ssResultS .area span:last-child {
  margin-right: 0;
}
.ssResultS label {
  font-size: 0.9em;
  position: relative;
  top: 1px;
}
.ssResultS .act {
  text-align: center;
  background: #eef5fe;
}
.ssResultS .act button {
  margin: 0 1px;
  padding-right: 18px;
  padding-left: 18px;
}
.ssResultS .toggle {
  padding: 0;
}
.ssResultS .ipCustomItem {
  margin-right: 10px;
}

/* 업직종, 지역 */
.bGiPartList .ssHighlight,
.bGiAreaList .ssHighlight,
.bGiSubwayList .ssResentSubway {
  margin-bottom: 0;
}
.bGiAreaList .bt_nowLoc {
  position: absolute;
  top: 13px;
  right: 10px;
}

/* 자동완성 */
.jkAc {
  position: absolute;
  border: 1px solid #08080a;
  -webkit-box-sizing: border-box;
  background: #fff;
  z-index: 5;
  display: none;
}
.jkAc ul {
  padding-left: 1px;
}
.jkAc li,
.jkAc .jkAcAct {
  border-bottom: 1px solid #edeef0;
}
.jkAc li > a,
.jkAc .jkAcAct button {
  display: block;
  color: #000;
  font-size: 1.07em;
  padding: 11px 8px 8px 8px;
  width: 100%;
  text-align: left;
}
.jkAc .jkAcAct .bt_historyDel {
  display: none;
}
.jkAc li b {
  color: red;
}
.jkAc .jkAcAct {
  background: #eef5fe;
  overflow: hidden;
}
.jkAc .jkAcAct button {
  float: left;
  color: #8895a6;
  font-size: 0.9em;
  width: auto;
}
.jkAc .jkAcAct button:last-child {
  float: right;
  padding-left: 18px;
}
.jkAc .jkAcAct .ico_close2 {
  vertical-align: top;
  margin-top: 3px;
}
#scS .devSmartHistory .bt_historyDel {
  display: block;
}
#scS .jkAc {
  width: 100%;
}

/* 추천 검색어 */
.suggestSel {
  background: #f2f4f5;
  border-bottom: 1px solid #e7eaec;
  position: relative;
  padding: 8px 34px 5px 10px;
}
.suggestSel h3 {
  float: left;
  margin: 4px 11px -3px 0;
  color: #333;
  font-size: 13px;
  line-height: 1.3;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .suggestSel h3 {
    line-height: 1.4;
  }
}
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
  @media {
    .suggestSel h3 {
      line-height: 1.3;
    }
  }
}
.suggestSel .bt_suggest {
  font-size: 0.9em;
}
.suggestSel div {
  overflow: hidden;
  padding-top: 1px;
  height: 23px;
  line-height: 1.6;
}
.suggestSel div a {
  display: inline-block;
  font-size: 13px;
  color: #666;
}
.suggestSel .devExpand {
  height: auto;
  margin-bottom: 1px;
}
.suggestSel .btArrow {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 28px;
  height: 26px;
}
.suggestSel .btArrow .ico {
  vertical-align: top;
  margin-top: 4px;
}

/* 스마트 검색 */
.bSmart_All .act_resultSearch {
  margin: -2px 0 14px 0;
}
.ssNoSmartResult .listDash {
  padding-top: 20px;
  margin-bottom: -8px;
}

/* 기타 */
.coMngApp section,
.coMngAppAll section {
  margin-bottom: 0;
}
.coMngApp h2 {
  position: relative;
  padding-top: 5px;
  text-align: center;
  padding: 15px 0 15px 0;
}
.coMappInfo {
  position: relative;
}
.coMappInfo ul {
  overflow: hidden;
  height: 265px;
  width: 320px;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
}
.coMappInfo ul li {
  text-align: center;
  padding: 15px 0;
  float: left;
}
.coMappInfo .appimg {
  width: 320px;
  height: 245px;
}
.coMappInfo .pg {
  position: relative;
  width: 250px;
  margin: 0 auto;
  margin-top: 15px;
}
.coMappInfo .btPN_prev {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
}
.coMappInfo .btPN_next {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 105px;
}
.coMngAll div {
  clear: both;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0 12px 10px;
}
.coMngAll div a {
  color: #000;
  display: block;
}
.coMngAll ul {
  overflow: hidden;
  position: relative;
}
.coMngAll ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.coMngAll ul li {
  float: left;
}
.coMngAll .odd {
  display: block;
  overflow: hidden;
  clear: both;
  font-size: 0.93em;
  padding-top: 10px;
  line-height: 1.7;
}
.coMngAll .odd li a {
  color: #666;
  padding-left: 12px;
  background: url(/content/images/m/bg_member_1_v2.png?201603282000) no-repeat 0 -28px;
  background-size: 50px 250px;
}
.coSvcinfo h3 {
  border-top: 0 none;
}
.coSvcinfo .odd li a {
  padding-right: 30px;
}
.coSvcinfo .col3 > li:nth-child(1) {
  width: 35%;
}
.coSvcinfo .col3 > li:nth-child(2) {
  width: 33%;
}
.coSvcinfo .col3 > li:nth-child(3) {
  width: 32%;
}

.coMngAll .sns1 a,
.coMngAll .sns2 a,
.coMngAll .sns3 a,
.coMngAll .sns4 a {
  display: block;
  height: 20px;
  padding: 5px 0 0 30px;
  background: url(/content/images/m/bg_all_co.png?20170731) no-repeat;
  background-size: 50px 1500px;
}
.coMngAll .sns1 a {
  background-position: 0 -811px;
}
.coMngAll .sns2 a {
  background-position: 0 -866px;
}
.coMngAll .sns3 a {
  background-position: 0 -900px;
}
.coMngAll .sns4 a {
  background-position: 0 -953px;
}

/* 채용정보 신규상품 공통 */
.titTarget {
  padding: 20px 7px 2px 6px;
  color: #000;
  font-size: 1.143em;
}
.titTarget .m {
  color: #002aff;
}
.mjobList .mHdArea .h {
  border-bottom: none;
}
.mjobList > div:nth-of-type(1) {
  margin-top: -2px;
  padding-top: 21px;
  background: #fff;
}
.mjobList > div:nth-of-type(1) .titTarget {
  padding-top: 0;
  position: relative;
  margin-top: -2px;
  background: #fff;
}
.mjobList > div:nth-of-type(1) .mHdArea {
  margin-top: 0;
}
.mjobList img {
  background: #fff;
  border: 1px solid #fff;
}
.mjobList .dDay {
  color: #ed1d26;
}
.mjobList div:first-child.mBooth.mFree.mFreeP {
  padding-top: 0;
}
.icoScrap {
  display: block;
  width: 23px;
  height: 22px;
  background-position: -90px -20px;
  text-indent: -9999px;
  overflow: hidden;
}
.on .icoScrap {
  background-position: -115px -20px;
}
.msgScrap {
  position: absolute;
  right: 2px;
  top: -25px;
  padding: 3px 9px 2px 9px;
  background-color: #ff6600;
  color: #fff;
  white-space: nowrap;
  font-size: 13px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.msgScrap:after {
  position: absolute;
  right: 11px;
  bottom: -14px;
  content: "";
  border: 6px solid transparent;
  border-width: 7px 4px;
  border-top-color: #ff6600;
}

/* 채용정보 - M 그랜드 */
.mGrand {
  position: relative;
  margin-top: -2px;
  background: #fff;
}
.mGrand ul {
  margin: 0 7px;
}
.mGrand li {
  position: relative;
  border: 1px solid #002aff;
  border-bottom: 4px solid #002aff;
  margin-top: 10px;
}
.mGrand li:first-child {
  margin-top: 0;
}
.mGrand .link {
  display: block;
  height: 120px;
  background-color: #f5faff;
  overflow: hidden;
}
.mGrand .link:after {
  display: block;
  content: "";
  height: 57px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 1;
}
.mGrand .logo {
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  position: absolute;
  left: 7px;
  top: 6px;
  z-index: 2;
}
.mGrand .tit {
  padding: 20px 0 15px 0;
  margin: 0 10px 0 110px;
  color: #000;
  font-size: 1.3em;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  background-color: #fff;
  z-index: 2;
  position: relative;
}
.mGrand .txt {
  padding: 10px 70px 3px 40px;
  margin-bottom: 3px;

  font-size: 1.214em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.3;
  border-top: 1px solid #e1e6eb;
  min-height: 44px;
}
.mGrand .date {
  font-size: 0.9em;
}
.mGrand .btnScrap {
  position: absolute;
  top: 66px;
  left: 5px;
  width: 23px;
  height: 23px;
  padding: 5px;
  z-index: 3;
}
.mGrand .btnApply {
  position: absolute;
  top: 75px;
  right: 8px;
  height: 27px;
  padding: 6px 2px 0 2px;
  font-size: 12px;
  line-height: 14px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #d2d6dc;
  color: #898989;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
.mGrand .btnJkApply {
  background-color: #fb9958;
  border: 1px solid #fb9958;
  color: #fff;
  font-size: 13px;
  padding-top: 0px;
  line-height: 27px;
}
.mGrand .btnRow2 {
  top: 73px;
  height: 34px;
  padding-top: 3px;
}
.mGrand .msgScrap {
  right: auto;
  left: 3px;
  top: -23px;
}
.mGrand .msgScrap:after {
  right: auto;
  left: 11px;
}

/* 채용정보 - M 포커스 */
.mFocus ul {
  margin: 0 3px;
}
.mFocus ul:after {
  content: ".";
  height: 0;
  font-size: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.mFocus li {
  float: left;
  width: 50%;
  margin-bottom: 6px;
}
.mFocus .inner {
  position: relative;
  margin: 0 3px;
}
.mFocus .link {
  display: block;
  height: 150px;
  padding: 9px 7px 0 7px;
  border: 1px solid #686f6d;
}
.mFocus .logo {
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  width: 102px;
  height: 42px;
  margin: 0 auto;
}
.mFocus .tit {
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 7px 0 3px 0;
  color: #000;
  font-weight: bold;
  font-size: 1.214em;
}
.mFocus .txt {
  display: block;
  overflow: hidden;
  width: 100%;
  font-size: 1.1em;
  line-height: 1.3;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.3;
}
.mFocus .date {
  font-size: 0.9em;
}
.mFocus .btnScrap {
  position: absolute;
  top: 128px;
  left: 7px;
  width: 23px;
  height: 23px;
}
.mFocus .ico_up {
  position: absolute;
  left: 5px;
  top: 5px;
}
.mFocus .btnApply {
  position: absolute;
  top: 125px;
  right: 8px;
  height: 27px;
  padding: 6px 3px 0 2px;
  font-size: 12px;
  line-height: 14px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #d2d6dc;
  color: #898989;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
.mFocus .btnJkApply {
  background-color: #fb9958;
  border: 1px solid #fb9958;
  color: #fff;
  font-size: 13px;
  padding-top: 0px;
  line-height: 27px;
}
.mFocus .msgScrap {
  right: auto;
  left: 3px;
  top: -23px;
}
.mFocus .msgScrap:after {
  right: auto;
  left: 11px;
}
.mFocus li:nth-child(4n + 5),
.mFocus li:nth-child(4n + 6) {
  margin-top: 6px;
}
.mFocus li:nth-child(4n + 3) .inner,
.mFocus li:nth-child(4n + 4) .inner {
  border-bottom: 2px solid #568eff;
}
.mFocus .noDataFocus .link {
  display: block;
  height: 150px;
  background: #f4f4f4 url(/content/images/m/nodata.png?201603282000) no-repeat
    50% 50%;
  background-size: 118px 42px;
  text-indent: -9999px;
}

/* 채용정보 - M 포인트 */
.mPoint {
  border-bottom: 1px solid #c0c0c0;
}
.mPoint .titTarget {
  border-bottom: 2px solid #6699ff;
}
.mPoint ul {
  border-top: 1px solid #e2e7ec;
}
.mPoint li {
  position: relative;
  border-bottom: 1px solid #c9d1d7;
}
.mPoint li:nth-child(5n + 0) {
  border-bottom: 2px solid #c0c0c0;
}
.mPoint .logo {
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 75px;
  padding: 0 1px 0 0;
  background: url(/content/images/m/line_dot.png?201603282000) repeat-y 100% 0;
  background-size: 1px 4px;
}
.mPoint .logo img {
  position: relative;
  top: -15px;
}
.mPoint .tit {
  padding: 9px 0 5px 0;
  color: #000;
  font-size: 1em;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mPoint .ico_up {
  position: relative;
  top: -3px;
  margin-right: 4px;
}
.mPoint .txt {
  font-size: 1.071em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.3;
}
.mPoint .date {
  font-size: 0.9em;
}
.mPoint .btnScrap {
  position: absolute;
  top: 37px;
  left: 5px;
  width: 23px;
  height: 22px;
  padding: 5px;
}
.mPoint .link {
  display: block;
  position: relative;
  height: 73px;
  padding-left: 87px;
  margin-right: 70px;
}
.mPoint .btnApply {
  position: absolute;
  right: 10px;
  top: 23px;
  width: 54px;
  height: 27px;
  padding: 6px 2px 0 2px;
  font-size: 12px;
  line-height: 14px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #d2d6dc;
  color: #898989;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
.mPoint .btnJkApply {
  background-color: #fb9958;
  border: 1px solid #fb9958;
  color: #fff;
  font-size: 13px;
  padding-top: 0px;
  line-height: 27px;
}
.mPoint .btnRow2 {
  position: absolute;
  right: 10px;
  top: 20px;
  height: 34px;
  padding-top: 3px;
}
.mPoint .msgScrap {
  right: auto;
  left: 3px;
  top: -23px;
}
.mPoint .msgScrap:after {
  right: auto;
  left: 11px;
}

/* 채용정보 - 무료리스트(3줄) */
.mBooth li {
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
.mBooth ul li:last-child {
  border-bottom: 1px solid #c3c3c3;
}
.mBooth .logo {
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 75px;
  padding: 0 1px 0 0;
}
.mBooth .tit {
  padding: 0px 32px 5px 0;
  color: #000;
  font-size: 1em;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mBooth .ico_up {
  position: relative;
  top: -3px;
  margin-right: 4px;
}
.mBooth .txt {
  padding: 0 32px 0 0;
  color: #4d4d4d;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mBooth .btnScrap {
  position: absolute;
  top: 16px;
  right: 0;
  width: 23px;
  height: 22px;
  padding: 13px 0 0 13px;
}
.mBooth .link {
  display: block;
  position: relative;
  height: 77px;
  padding-left: 10px;
}

/* M TopLogo 플러스 */
.mLogoPlusSec {
  position: relative;
  background-color: #fff;
  margin-bottom: 30px;
}
.mLogoPlusSec .h {
  border-bottom: none;
}
.mLogoPlusSec .mTopLogoAct {
  box-sizing: border-box;
  padding: 6px 5px;
  background: #eff7ff;
  border-top: 2px solid #3ea3ff;
}
.mLogoPlusSec .listItem ul li {
  margin-top: 4px;
  border: 1px solid #d8e2eb;
}
.mLogoPlusSec .listItem ul li:first-child {
  margin-top: 0;
}
.mLogoPlusSec .listItem .tLink {
  display: block;
  text-align: center;
  padding: 2px 0 2px;
  background-color: #fff;
}
.mLogoPlusSec .listItem .itemBottom {
  position: relative;
  height: 57px;
  box-sizing: border-box;
  padding-top: 7px;
  background-color: #eff7ff;
}
.mLogoPlusSec .listItem .ico_up {
  position: absolute;
  left: 12px;
  top: 5px;
}
.mLogoPlusSec .listItem .txLink {
  display: block;
  margin: 0 70px 0 34px;
}
.mLogoPlusSec .listItem .txLink strong,
.mLogoPlusSec .listItem .txLink span {
  display: block;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.mLogoPlusSec .listItem .txLink strong {
  font-size: 1em;
  margin-top: 5px;
  color: #000;
}
.mLogoPlusSec .listItem .txLink span {
  font-size: 1.071em;
}
.mLogoPlusSec .listItem .btnScrap {
  position: absolute;
  top: 13px;
  right: auto;
  left: 0;
  padding: 7px;
  width: 21px;
  height: 20px;
}
.mLogoPlusSec .listItem .btnScrap .icoScrap {
  background-position: -90px -20px;
}
.mLogoPlusSec .listItem .btnScrap.on .icoScrap {
  background-position: -115px -20px;
}
.mLogoPlusSec .listItem .msgScrap {
  left: 2px;
  top: -23px;
  right: auto;
}
.mLogoPlusSec .listItem .msgScrap:after {
  right: auto;
  left: 11px;
}
.mLogoPlusSec .listItem .applyArea {
  position: absolute;
  right: 7px;
  top: 10px;
}
.mLogoPlusSec .listItem .applyArea .date {
  display: block;
  font-size: 0.786em;
  color: #666;
  vertical-align: middle;

  text-align: center;
}
.mLogoPlusSec .listItem .applyArea .btnApply {
  display: inline-block;
  height: 24px;
  padding: 5px 2px;
  font-size: 0.786em;
  line-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #d2d6dc;
  color: #898989;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  margin-left: 2px;
  min-width: 50px;
  margin-top: 2px;
}
.mLogoPlusSec .listItem .applyArea .btnJkApply {
  background-color: #fb9958;
  border: 1px solid #fb9958;
  color: #fff;
}
.mLogoPlusSec .listItem .applyArea .btnRow2 {
  line-height: 9px;
  font-size: 0.714em;
  padding-top: 3px;
}

/* M TopLogo */
.mTopLogoSec {
  position: relative;
  margin-bottom: 30px;
}
.mTopLogoSec .col02List li .inner {
  border: 1px solid #eae3dd;
}
.mTopLogoSec .col02List li:nth-child(4n + 3) .inner,
.mTopLogoSec .col02List li:nth-child(4n + 4) .inner {
  border-bottom: 2px solid #e4cdbe;
}
.mTopLogoSec .col02List .inner .btArea {
  background: #fffaef;
  height: 100px;
}

/*  M logo */
.mLogoSec {
  position: relative;
  margin-bottom: 30px;
}
.mLogoSec .col02List li .inner {
  border: 1px solid #e0e0e0;
}
.mLogoSec .col02List li:nth-child(4n + 3) .inner,
.mLogoSec .col02List li:nth-child(4n + 4) .inner {
  border-bottom: 2px solid #c5c5c5;
}
.mLogoSec .col02List .inner .btArea {
  background: #f7f7f7;
  height: 100px;
}

/* M TopLogo,  M logo */
.mTopLogoSec .col02List .inner .logoLink,
.mLogoSec .col02List .inner .logoLink {
  padding: 4px 5px 0 0;
  text-align: right;
}

.mTopLogoSec .col02List .inner .txLink span,
.mLogoSec .col02List .inner .txLink span {
  line-height: 1.2;
  padding-top: 3px;
}

.mTopLogoSec .col02List .inner .btArea .txLink,
.mLogoSec .col02List .inner .btArea .txLink {
  background-color: #fff;
  padding: 3px 8px 4px 11px;
  height: 59px;
}

.mTopLogoSec .col02List .inner .btArea .applyArea,
.mLogoSec .col02List .inner .btArea .applyArea {
  bottom: 4px;
  right: 6px;
}

.mTopLogoSec .col02List .inner .btArea .applyArea .btnApply,
.mLogoSec .col02List .inner .btArea .applyArea .btnApply {
  margin-left: 4px;
}

/* M Top */
.mTopSec {
  position: relative;
}
.mTopSec .listItem .mFree {
  padding: 5px;
  background-color: #f1f8ff;
  border-top: 1px solid #a9cff4;
}
.mTopSec .listItem .mFree li {
  border: 1px solid #d5dfe8;
  margin-top: 4px;
  background-color: #fff;
}
.mTopSec .listItem .mFree li:nth-child(5n) {
  border-bottom: 2px solid #a9cff4;
}
.mTopSec .listItem .mFree li:first-child {
  margin-top: 0;
}
.mTopSec .listItem .mFree .tit {
  color: #000;
  font-weight: bold;
}
.mTopSec .listItem .mFree .txt {
  color: #333;
}

/* M Plus */
.mPlusSec {
  position: relative;
}
.mPlusSec .listItem .mFree {
  padding: 5px;
  background-color: #fffbed;
  border-top: 1px solid #e4cdbe;
}
.mPlusSec .listItem .mFree li {
  border: 1px solid #eae3dd;
  margin-top: 4px;
  background-color: #fff;
}
.mPlusSec .listItem .mFree li:nth-child(5n) {
  border-bottom: 2px solid #e4cdbe;
}
.mPlusSec .listItem .mFree li:first-child {
  margin-top: 0;
}
.mPlusSec .listItem .mFree .tit {
  color: #000;
  font-weight: bold;
}
.mPlusSec .listItem .mFree .txt {
  color: #333;
}

/* 자리매꿈 */
.col02List .listTempBx {
  height: 152px;
  text-align: center;
  position: relative;
}
.col02List .listTempBx:before,
.col02List .listTempBx:after {
  content: "";
  display: block;
  position: absolute;
  background: url(/content/images/m/common/bg_all_2_v3.png?201604211000)
    no-repeat 0 -50px;
  background-size: 150px 150px;
}
.col02List .listTempBx:before {
  left: 0;
  bottom: 0;
  background-position: -26px -46px;
  width: 58px;
  height: 34px;
}
.col02List .listTempBx:after {
  right: 0;
  top: 0;
  background-position: -26px -82px;
  width: 85px;
  height: 69px;
}
.col02List .listTempBx p {
  color: #c2c2c2;
  font-size: 15px;
  padding-top: 52px;
  position: relative;
  z-index: 2;
}
.col02List .listTempBx p strong {
  font-size: 18px;
  display: block;
  padding-top: 2px;
  letter-spacing: -0.5px;
}

/* 무료공고 */
.mFreeWrap .mFree {
  border-top: 2px solid #c3c3c3;
}
/*.mFreeWrap .mFree li.hi{background-color:#f5ffea;}*/
.mjobList > div:nth-last-child(2) {
  margin-bottom: 0;
}
.mjobList > div:nth-of-type(1).mFreeWrap {
  padding-top: 0;
}
.mjobList > div:nth-of-type(1).mFreeWrap .mFree {
  border-top: none;
}

/* M 포인트 */
.ssBooth_point .devSwipe,
.ssBooth_point .boothPoint_all {
  margin-top: 3px;
}
.boothPoint a {
  display: block;
  padding: 8px 11px 0 102px;
  height: 45px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.boothPoint a > span:first-child {
  width: 82px;
  height: 32px;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 2px #f5f5f5;
  position: absolute;
  top: 7px;
  left: 10px;
}
.boothPoint a > span > .text {
  display: -webkit-inline-box;
  text-align: center;
  line-height: 11px;
  color: #000;
  font-size: 10px;
  height: 22px;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  margin: 4px 10px 0 10px;
  font-weight: normal;
}
.boothPoint .e,
.boothPoint .t {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  display: block;
}
.boothPoint .t {
  color: #666;
  padding-top: 0;
}

/* simple 채용정보 */
.booth1 {
}
.booth1 li {
  border-bottom: 1px solid #dfdfdf;
}
.booth1 a {
  font-size: 1em;
  padding: 0 10px 0 10px;
  height: 79px;
}
.ssCustomize .booth1 a {
  height: auto;
}
.booth1 a img {
  margin: -4px 6px 0 0;
}
.booth1 .t {
  font-size: 1.15em;
  line-height: 1.08em;
  color: #333;
  padding-top: 0;
  padding-bottom: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.booth1 .e {
  padding: 16px 0 0 0;
  color: #002aff;
  font-weight: normal;
}
.booth1 .ico_thumbUp {
  margin: -11px 4px -3px 0;
}
.booth1 .ico_up {
  position: absolute;
  bottom: 12px;
  right: 11px;
}
.booth1V2 li:first-child a {
  padding-top: 2px;
}
.booth1V2 .e {
  font-weight: bold;
  font-size: 1em;
  padding: 7px 10px 6px 10px;
}
.booth1V2 .t {
  display: inline;
  padding-left: 3px;
  font-size: inherit;
  font-weight: normal;
}
.booth1.boothPro {
  border-top: 2px solid #69f;
  border-bottom: 1px solid #c0c0c0;
  margin-top: -2px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}
.booth1.boothPro2 {
  border-bottom: 1px solid #b5c3d1;
}
.booth1.boothPro li {
  background-color: #f5faff;
  border-bottom-color: #bdcad7;
}
.booth1.boothPro li:first-child a {
  border-top-color: #e2e7ec;
}
.booth1.boothPro2 li:last-child {
  border-bottom: 0;
}
.booth1.boothPro .e {
  color: #1e2c47;
}
.booth1.boothPro .t {
  color: #5e697e;
}
.booth1.boothPro .meta .date,
.booth1.boothPro .meta .date span {
  color: #1e2c47;
}
.booth1_check li {
  position: relative;
  padding-left: 34px;
}
.booth1_check li > input[type="checkbox"],
.booth1_check li > .ipCustomItem {
  position: absolute;
  top: 13px;
  left: 12px;
}
.booth1_check li > a {
  padding-left: 0;
}

/* 30대 그룹사 */
.booth30g {
  display: inline-block;
  width: 100%;
  margin: 0 0 -3px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.booth30g.ct {
  padding: 0;
}
.booth30g .t {
  font-size: 11px;
  font-weight: normal;
  padding-top: 3px;
  line-height: 13px;
  overflow: hidden;
  height: 25px;
}
.booth30g li {
  float: left;
  -webkit-box-sizing: border-box;
  width: 33.3%;
  vertical-align: top;
  border-right: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
}
.booth30g li:nth-child(1),
.booth30g li:nth-child(2),
.booth30g li:nth-child(3) {
  border-top: none;
}
.booth30g li:nth-child(3n) {
  border-right: none;
}
.booth30g li:first-child {
  width: 33.3%;
}
.booth30g li a {
  height: 36px;
  padding: 8px 0 0 0;
}
.booth30g li .co30Push {
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -44px;
}
.booth30g li .co30Push {
  display: block;
  width: 90px;
  height: 30px;
  text-align: right;
}
.booth30g li .co30Push .coPush {
  border-radius: 10px;
  border: 1px solid #e33900;
  background-color: #ff6633;
  color: #ffffcc;
  padding: 0 6px 0 4px;
  font-size: 0.8em;
  text-align: center;
  font-family: "Apple SD Gothic Neo", Arial, sans-serif;
}

/* 30대 그룹사 swipe */
.group30Atc {
  position: relative;
}
.group30Atc > .hd {
  padding: 17px 0 7px 10px;
  font-size: 15px;
  color: #000;
}
.group30Atc > .hd strong {
  color: #002aff;
}
.group30Atc .swiper-wrapper .listThumb_30group {
  margin: 0;
  border-top: 2px solid #c3c3c3;
}
.group30Atc .swiper-wrapper .listThumb_30group li {
  width: 33.33%;
  padding-top: 11px;
  height: 76px;
  box-sizing: border-box;
  border-left: 1px solid #eaeaea;
  border-bottom: 1px solid #c3c3c3;
}
.group30Atc .swiper-wrapper .listThumb_30group li img {
  border: none;
  -webkit-box-shadow: none;
}
.group30Atc .swiper-wrapper .listThumb_30group li:nth-child(3n + 1) {
  width: 33.34%;
  border-left: none;
}
.group30Atc .swiper-wrapper .listThumb_30group li .co30Push {
  top: 4px;
}
.group30Atc .swiper-wrapper .listThumb_30group .te {
  padding: 4px 0 0 0;
}
.group30Atc .swiper-pagination {
  position: absolute;
  top: 19px;
  right: 0;
  text-align: right;
}
.group30Atc .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #d9dadf;
  margin: 0 0 0 8px;
  display: inline-block;
  opacity: 1;
}
.group30Atc .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 10px;
}
.group30Atc .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #75767c;
}

/* 30대 그룹사 상단 기업정보 */
.group30ListWrap .companyBox {
  position: relative;
  min-height: 189px;
  padding: 22px 0 0 0;
  text-align: center;
  background-position: 0 0;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.group30ListWrap .cLogo {
  display: inline-block;
  min-width: 130px;
  max-width: 260px;
  min-height: 38px;
  margin: 0 auto;
  padding: 4px 15px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.group30ListWrap .cLogo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.group30ListWrap .cLogo .cName {
  overflow: hidden;
  margin-top: 4px;
  font-size: 13px;
  font-weight: normal;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.group30ListWrap .cInfo {
  margin-top: 10px;
  padding: 0 35px 60px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.5px;

  line-height: 1.3;
  color: #fff;
}
.group30ListWrap .giGroupDescWrap:last-child {
  padding-bottom: 10px;
}
.group30ListWrap .giGroupDescWrap .descInner {
  width: 240px;
  margin: 0 auto;
}
.group30ListWrap .giGroupDescWrap .descInner:after {
  content: "";
  display: block;
  clear: both;
}
.group30ListWrap .giGroupDescWrap dl {
  display: inline-block;
  color: #fff;
}
.group30ListWrap .giGroupDescWrap dl dt {
  float: left;
  padding: 1px 6px 0;
  clear: left;
  font-size: 14px;
  position: relative;
}
.group30ListWrap .giGroupDescWrap dl dt:before {
  content: "";
  display: block;
  width: 1px;
  height: 11px;
  background-color: #ccc;
  position: absolute;
  right: 0;
  top: 3px;
}
.group30ListWrap .giGroupDescWrap dl dd {
  display: table;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  padding: 0 4px;
}

/* 업계1위 */
.booth2 {
  overflow: hidden;
  text-align: center;
  -webkit-box-sizing: border-box;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  padding: 8px 0 5px;
}
.booth2 a {
  padding: 44px 0 2px 0;
}
.booth2 .e > span {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -47px;
  width: 91px;
  height: 36px;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 2px #f6f6f6;
  text-align: center;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  overflow: hidden;
}
.booth2 .t {
  font-weight: normal;
  padding-top: 3px;
  overflow: hidden;
  height: 32px;
  text-align: left;
}
.booth2 li {
  display: inline-block;
  width: 32%;
  margin-right: 3px;
  vertical-align: top;
}
.booth2 li:last-child {
  margin-right: 0;
}

/* 1000대 기업 */
.coType .coTypeSearch {
  display: inline-block;
  margin-top: 7px;
  position: relative;
  width: 100%;
}
.coType .coTypeSearch input[type="search"] {
  width: 100%;
  min-height: 32px;
  height: 32px;
  box-sizing: border-box;
  padding: 5px 8px 2px;
  font-size: 14px;
  color: #000;
  vertical-align: top;
  border-color: #c0c3ca;
}
.coType .coTypeSearch input[type="search"]::-webkit-input-placeholder {
  color: #000;
}
.coType .coTypeSearch input[type="search"]:-moz-placeholder,
.coType .coTypeSearch input[type="search"]:-moz-placeholder {
  color: #000;
}
.coType .coTypeSearch .bt_reset {
  position: absolute;
  top: 8px;
  right: 6px;
}

/* 테마관 */
.boothMainTheme {
  text-align: center;
  padding: 0 0 10px;
  border-bottom: 1px solid #ebebeb;
}
.themeSec {
  margin-top: 0;
  position: relative;
}
.themeSec .h {
  padding-top: 0;
  margin-top: 23px;
}
.themeSec .themeHeadWrap {
  display: block;
  width: 100%;
  border-bottom: 1px solid #c3c3c3;
}
.themeSec .themeHeadBann {
  text-align: center;
  width: 100%;
  height: 75px;
  position: relative;
  text-align: right;
}
.themeSec .themeHeadBann img {
  width: 320px;
  height: 75px;
}
.themeSec .themeHeadBann .lyBnTx {
  position: absolute;
  left: 0;
  top: 7px;
  padding-left: 15px;
  text-align: left;

  width: 100%;
  box-sizing: border-box;
}
.themeSec .themeHeadBann .lyBnTx h3 {
  font-size: 16px;
  color: #fff;
}
.themeSec .themeHeadBann .lyBnTx p {
  font-size: 11px;
  color: #fff;
  opacity: 0.7;
  width: 50%;
  line-height: 12px;
  margin-top: 1px;
}
.themeSec .themeHeadBann dl {
  font-size: 0.786em;
  color: #fff;
  position: absolute;
  left: 15px;
  bottom: 4px;
  text-align: left;
}
.themeSec .themeHeadBann dl dt,
.themeSec .themeHeadBann dl dd {
  float: left;
}
.themeSec .themeHeadBann dl dd:before {
  content: ":";
  display: block;
  display: inline-block;
  margin: 0 4px;
}
.themeSec .themeHeadBann dl dd strong {
  font-weight: normal;
  text-decoration: underline;
}
.themeSec .devSwipe ul {
  border-bottom: 1px solid #c3c3c3;
}
.themeSec .devSwipe ul:after {
  content: "";
  display: block;
  clear: both;
}
.themeSec .devSwipe li {
  width: 33.33%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  border-left: 1px solid #eaeaea;
}
.themeSec .devSwipe li:first-child {
  width: 33.34%;
}
.themeSec .devSwipe li a {
  display: block;
  padding: 8px 0;
}
.themeSec .devSwipe li a img {
  height: 21px;
}
.themeSec .devSwipe li a strong {
  height: 29px;
  padding: 5px 18px 0;
  overflow: hidden;
  text-align: center;
  font-size: 0.893em;
  color: #000;
  line-height: 13px;
  word-break: keep-all;
  word-wrap: break-word;
  box-sizing: border-box;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.devSwipe li a .txLogo {
  display: inline-block;
  width: 51px;
  height: 21px;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  color: #ccc;
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
  vertical-align: top;
}

.themeListSec {
  margin-top: 27px;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #ddd;
}
.themeViewTit {
  margin: -7px 0 -9px;
}

.themaListBannWrap .bannAreaWrap {
  position: relative;
}
.themaListBannWrap .bannAreaWrap .lyViewTx {
  position: absolute;
  left: 15px;
  top: 24px;
  z-index: 2;
}
.themaListBannWrap .bannAreaWrap .lyViewTx h4 {
  font-size: 25px;
  color: #fff;
  line-height: 25px;
  letter-spacing: -0.5px;
}
.themaListBannWrap .bannAreaWrap .lyViewTx p {
  margin-top: 12px;
  font-size: 15px;
  color: #333;
  position: relative;
  left: 1px;
}
.themaListBannWrap .bannAreaWrap .lyViewTx p:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 1px;
  top: -4px;
}
.themaListBannWrap .bannArea {
  text-align: right;
  position: relative;
}
.themaListBannWrap .bannArea img {
  width: 320px;
  height: 211px;
}
.themaListBannWrap .bannArea .bannInfoWrap {
  position: absolute;
  left: 15px;
  bottom: 23px;
  text-align: center;
}
.themaListBannWrap .bannArea .numLlist,
.themaListBannWrap .bannArea .btnShare {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 32px;
  height: 31px;
  margin-right: 2px;
  padding: 5px 8px 5px 5px;
  border: 1px solid #fff;
  border-radius: 32px;
  color: #fff;
  vertical-align: top;
  line-height: 22px;
  position: relative;
}

.themeKeySelWrap .keywordList a {
  font-size: 0.857em;
}

.themaListBannWrap .bannArea .numLlist:before,
.themaListBannWrap .bannArea .btnShare:before {
  background: url(/content/images/m/theme/ico_theme.png?201603282000) no-repeat
    0 0;
  background-size: 100px 100px;
}

.themaListBannWrap .bannArea .numLlist {
  padding-left: 30px;
}
.themaListBannWrap .bannArea .numLlist:before {
  content: "채용공고수";
  display: inline-block;
  text-indent: -9999em;
  width: 15px;
  height: 13px;
  position: absolute;
  left: 11px;
  top: 8px;
  background-position: 0 0;
}
.themaListBannWrap .bannArea .btnShare:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-position: 0 -25px;
}

.themeDescList {
  position: relative;
  padding: 17px 5px 18px;
  overflow: hidden;
}
.themeDescList h4 {
  padding-left: 10px;
  font-size: 15px;
  color: #000;
}
.themeDescList h4 strong {
  color: #002aff;
}
.themeDescList .themeListItem {
  padding: 17px 10px 0;
  position: relative;
}
.themeDescList .themeListItem .img {
  position: absolute;
  left: 10px;
  top: 17px;
}
.themeDescList ul {
  margin-left: 70px;
}
.themeDescList ul li {
  position: relative;
  padding-left: 8px;
  font-size: 13px;
  line-height: 18px;
  color: #666;
}
.themeDescList ul li:before {
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background-color: #666;
  position: absolute;
  left: 0;
  top: 6px;
}
.pg + .themeDescList {
  margin-top: 17px;
}

.themaListItemWrap {
  padding: 0;
  margin: 6px 5px 4px 6px;
}
.themaListItemWrap .mFocus .inner {
  background-color: #fff;
  margin: 0;
}
.themaListItemWrap .mFocus .link {
  border: 1px solid #e3e3e5;
  height: 132px;
  margin-left: -1px;
  margin-top: -1px;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 48px;
}
.themaListItemWrap .mFocus .info {
  pointer-events: none;
}
.themaListItemWrap .mFocus .tit {
  text-align: left;
  font-size: 1em;
}
.themaListItemWrap .mFocus .txt {
  font-size: 1.071em;
  color: #333;
  padding-top: 2px;
}
.themaListItemWrap .mFocus .logo {
  height: 32px;
}
.themaListItemWrap .mFocus .logo .txLogo {
  display: inline-block;
  width: 80px;
  height: 32px;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  color: #000;
  border: 1px solid #d8dadb;
  box-sizing: border-box;
  padding: 5px 3px 0;
  overflow: hidden;
}
.themaListItemWrap .mFocus .btnScrap {
  top: 114px;
}
.themaListItemWrap .mFocus .btnApply {
  top: 111px;
  display: inline-block;
  height: 24px;
  padding: 5px 2px;
  font-size: 0.786em;
  line-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #d2d6dc;
  color: #898989;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  margin-left: 2px;
  min-width: 50px;
}
.themaListItemWrap .mFocus .btnJkApply {
  background-color: #fb9958;
  border: 1px solid #fb9958;
  color: #fff;
}
.themaListItemWrap .mFocus .btnRow2 {
  line-height: 9px;
  font-size: 0.714em;
  padding-top: 3px;
}
.themaListItemWrap .mFocus .msgScrap {
  left: -5px;
  top: -29px;
}
.themaListItemWrap .mFocus ul {
  margin: 0;
}
.themaListItemWrap .mFocus li {
  margin-bottom: 0;
}
/* 2016.11.14 추가 변경 */
.themaListItemWrap .mFocus li.none {
  height: 142px;
}
.themaListItemWrap .mFocus li.none .inner {
  position: relative;
  height: 141px;
  border: 1px solid #e3e3e5 !important;
  margin-top: -1px;
  margin-left: -1px;
  background: #fff url(/content/images/m/ver_1/img_li_default.png) no-repeat
    center center;
  background-size: 107.5px;
}
.themaListItemWrap .mFocus li.none .inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 69px;
  height: 45px;
  background: url(/content/images/m/ver_1/bg_li_default_1.png) no-repeat center
    center;
  background-size: 100%;
}
.themaListItemWrap .mFocus li.none .inner:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 41px;
  height: 31.5px;
  background: url(/content/images/m/ver_1/bg_li_default_2.png) no-repeat center
    center;
  background-size: 100%;
}
.themaListItemWrap .mFocus li.bannItem {
  text-align: center;
}
.themaListItemWrap .mFocus li.bannItem a {
  border: 1px solid #ececec;
  display: block;
  background-color: #f6f6f6;
}
.themaListItemWrap .mFocus li.bannItem img {
  height: 141px;
  width: 149px;
}
.themaListItemWrap .mFocus li.bannItem.themeBann a {
  border: none;
}
.themaListItemWrap .mFocus li.bannItem.themeBann a img {
  height: 143px;
  width: 151px;
}
.themaListItemWrap .mFocus li:nth-child(4n + 3) .inner,
.themaListItemWrap .mFocus li:nth-child(4n + 4) .inner {
  border: none;
}
.themaListItemWrap .mFocus li:nth-child(4n + 5),
.themaListItemWrap .mFocus li:nth-child(4n + 6) {
  margin-top: 0;
}

.lyThemeShare .lyShare {
  position: fixed;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 260px;
  height: 200px;
  margin: -100px 0 0 -130px;
  border-color: #002aff;
  z-index: 111;
}
.lyThemeShare .lyShare .list {
  padding: 7px 0 0 0;
  text-align: center;
}
.lyThemeShare .lyShare .list li {
  display: inline-block;
  margin: 0 0 20px 15px;
  border: 0;
}
.lyThemeShare .lyShare .list li:first-child,
.lyThemeShare .lyShare .list.count-4 li:nth-child(3) {
  margin-left: 0;
}
.lyThemeShare .lyShare .list li button {
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
  background: url("/content/images/m/bg_share.png?201603282000") no-repeat 0 0;
  background-size: 260px auto;
}
.lyThemeShare .lyShare .list li .twitter {
  background-position: 0 0;
}
.lyThemeShare .lyShare .list li .facebook {
  background-position: -52px 0;
}
.lyThemeShare .lyShare .list li .kakaotalk {
  background-position: -104px 0;
}
.lyThemeShare .lyShare .list li .mail {
  background-position: -156px 0;
}
.lyThemeShare .lyShare .list li .calendar {
  background-position: -208px 0;
}
.lyThemeShare .lyShare .list li button span {
  position: absolute;
  top: 54px;
  left: -10px;
  width: 72px;
  white-space: nowrap;
  font-size: 12px;
}

.lyThemeShare .lyShare .list.count-1,
.lyThemeShare .lyShare .list.count-2,
.lyThemeShare .lyShare .list.count-3 {
  padding: 45px 0 0 0;
}
.lyThemeShare .lyShare .list.count-4 {
  padding: 7px 40px 0 40px;
}
.lyThemeShare .lyShare .list.count-5 {
  padding: 7px 10px;
}
.lyThemeShare .lyShare .list.count-5 li:nth-child(4) {
  margin-left: 0;
}

/* 면접족보 */
.booth3 {
}
.booth3 li {
  border-bottom: 1px solid #ebebeb;
}
.booth3 a {
  font-size: 1.07em;
  padding: 6px 10px 10px 10px;
  border-top: 1px solid #fff;
}
.booth3 .e {
  padding: 2px 0 0 0;
}
.booth3 .meta {
  text-indent: 0;
  font-size: 0.94em;
}
.booth3 .meta span {
  color: #898989;
}
.booth3 .meta strong {
  color: #333;
}
.booth3 .meta .btJobType {
  color: #fff;
  position: relative;
  top: -1px;
}
.booth3 .meta .date {
  color: #666;
}

/* 최근본 채용정보, 스크랩한 공고  */
.booth4 li {
  position: relative;
}
.booth4 a {
  margin: 0 75px 0 36px;
  padding: 0;
  height: 79px;
}

.booth4 .btnApply {
  position: absolute;
  right: 12px;
  bottom: 17px;
  height: 24px;
  margin: 0;
  padding: 5px 2px;
  font-size: 0.786em;
  line-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #d2d6dc;
  color: #898989;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  margin-left: 2px;
  min-width: 50px;
}
.booth4 .btnJkApply {
  background-color: #fb9958;
  border: 1px solid #fb9958;
  color: #fff;
}
.booth4 .btnRow2 {
  line-height: 9px;
  font-size: 0.714em;
  padding-top: 3px;
}

.booth4 .btnScrap {
  position: absolute;
  top: 24px;
  left: 0px;
  padding: 7px;
  width: 23px;
  height: 22px;
  margin: 0;
  font-size: 1em;
  border-top: none;
}
.booth4 .msgScrap {
  right: auto;
  left: 3px;
  top: -23px;
}
.booth4 .msgScrap:after {
  right: auto;
  left: 11px;
}
.booth4 .date2 {
  position: absolute;
  right: 9px;
  top: 21px;
  font-size: 0.786em;
  width: 56px;
  text-align: center;
  color: #999;
}
.booth4 .dDay {
  color: #ed1d26;
}
.booth4.booth1_check a {
  margin: 0 75px 0 0;
}
.booth4.booth1_check .btnApply {
  margin: 0;
}

/* 서브 m top, m plus */
.mTopSec .mBooth .link,
.mPlusSec .mBooth .link {
  height: 75px;
}

.mBooth .fee .link {
  padding-left: 87px;
}
.mBooth .desc {
  color: #999;
  display: block;
  padding-right: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mBooth .date {
  color: #999;
}
.mBooth .dDay {
  color: #ed1d26;
}

/*.mFree .hi{background:#ffffd9;}*/
.mFree .ico_up {
  position: absolute;
  left: -24px;
  top: 15px;
}

/* 서브 m top, m plus */
.mTopSec .mFree .ico_up,
.mPlusSec .mFree .ico_up {
  top: 12px;
}

.mFree .bar {
  color: #dbdbdb;
  margin: 0 4px;
}
.mFree .line {
  border-top: 1px solid #c9d1d7;
}
.mFree .tit {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0;
  color: #002aff;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.3;
}

/* 서브 m top, m plus */
.mTopSec .mFree .tit,
.mPlusSec .mFree .tit {
  padding-top: 13px;
}

.mFree .txt {
  padding-top: 0;
  padding-bottom: 1px;
  padding-right: 0px;
  font-size: 1.15em;
  line-height: 1.08em;
  color: #333;
  line-height: 1.2;
  margin-top: 5px;
}

/* 서브 m top, m plus */
.mTopSec .mFree .txt,
.mPlusSec .mFree .txt {
  padding-top: 2px;
}

.mFree .link {
  margin: 0 75px 0 36px;
  padding: 17px 0px;
  box-sizing: border-box;
}
.mFree .desc {
  padding-right: 0px;
  font-size: 0.857em;
  padding-top: 1px;
  line-height: 1.3;
}

/* 서브 m top, m plus */
.mTopSec .mFree .desc,
.mPlusSec .mFree .desc {
  padding-top: 0;
}

.mFree .btnScrap {
  top: 24px;
  right: auto;
  left: 0;
  padding: 7px;
}

/* 서브 m top, m plus */
.mTopSec .mFree .btnScrap,
.mPlusSec .mFree .btnScrap {
  top: 21px;
}

.mFree .btnScrap .icoScrap {
  background-position: -90px -20px;
}
.mFree .btnScrap.on .icoScrap {
  background-position: -115px -20px;
}
.mFree .date {
  position: absolute;
  right: 9px;
  top: 21px;
  font-size: 0.786em;
  width: 56px;
  text-align: center;
}

/* 서브 m top, m plus */
.mTopSec .mFree .date,
.mPlusSec .mFree .date {
  top: 18px;
  right: 4px;
}

.mFree .btnApply {
  position: absolute;
  right: 12px;
  bottom: 17px;
  height: 24px;
  padding: 5px 2px;
  font-size: 0.786em;
  line-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #d2d6dc;
  color: #898989;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  margin-left: 2px;
  min-width: 50px;
}

/* 서브 m top, m plus */
.mTopSec .mFree .btnApply,
.mPlusSec .mFree .btnApply {
  right: 6px;
  bottom: 18px;
}

.mFree .btnJkApply {
  background-color: #fb9958;
  border: 1px solid #fb9958;
  color: #fff;
}
.mFree .btnRow2 {
  line-height: 9px;
  font-size: 0.714em;
  padding-top: 3px;
}
.mFree .msgScrap {
  right: auto;
  left: 3px;
  top: -23px;
}
.mFree .msgScrap:after {
  right: auto;
  left: 11px;
}
.mFreeP li:nth-child(6n + 0) {
  border-bottom: 2px solid #c9d1d7;
}

/* 채용정보 - 좋은예감, 여기도 입사지원..(일반 2줄 리스트) */
.boothBest .titTarget {
  border-bottom: 1px solid #ccc;
}
.boothBest li {
  position: relative;
  border-bottom: 1px solid #c9d1d7;
}
.boothBest .tit {
  padding: 11px 0 3px 0;
  color: #002aff;
  font-size: 1em;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.boothBest .txt {
  padding: 0 0 3px 0;
  color: #333;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.15em;
  line-height: 1.2em;
  font-weight: normal;
}
.boothBest .link {
  display: block;
  position: relative;
  height: 60px;
  margin: 0 75px 0 40px;
  padding-left: 0px;
}
.boothBest .btnScrap {
  position: absolute;
  top: 12px;
  right: auto;
  left: 3px;
  width: 23px;
  height: 22px;
  padding: 7px 7px 7px 7px;
}
.boothBest .btnApply {
  position: absolute;
  right: 6px;
  bottom: 17px;
  height: 24px;
  padding: 5px 2px;
  font-size: 0.786em;
  line-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #d2d6dc;
  color: #898989;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  margin-left: 2px;
  min-width: 50px;
}
.boothBest .btnJkApply {
  background-color: #fb9958;
  border: 1px solid #fb9958;
  color: #fff;
}
.boothBest .btnRow2 {
  line-height: 9px;
  font-size: 0.714em;
  padding-top: 3px;
}
.boothBest .msgScrap {
  right: auto;
  left: 3px;
  top: -23px;
}
.boothBest .msgScrap:after {
  right: auto;
  left: 11px;
}

/* 홈 Like 페이지, 최근 본 업/직종, 최근 본 지역  */
.boothNewest li {
  position: relative;
  overflow: hidden;
  padding: 9px 7px 7px 7px;
  border-bottom: 1px solid #eaeaea;
}
.boothNewest li.noData {
  padding: 11px 10px 8px 15px;
  background: #f5faff;
  border-bottom-color: #cad1d7;
  border-top: 1px solid #fff;
}
.boothNewest .part {
  display: block;
  margin-left: 4px;
  padding-right: 155px;
  font-weight: bold;
  font-size: 1.143em;
}
.boothNewest .part a {
  display: inline;
  color: #3299ff;
}
.boothNewest .linkView {
  position: absolute;
  right: 8px;
  top: 11px;
  color: #333;
  font-size: 0.857em;
}
.boothNewest .linkView:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #adadad;
  content: "";
}
.boothNewest .ingBox {
  margin-top: 3px;
  padding: 5px;
  background: #f9f9f9;
}
.boothNewest .ingBox .inner {
  display: block;
  position: relative;
  height: 70px;
  border: 1px solid #c7c7c7;
  background: #fff;
  padding: 0 0 0 110px;
}
.boothNewest .thumb {
  position: absolute;
  left: 5px;
  top: 0;
  width: 100px;
  height: 70px;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}
.boothNewest .ingBox .tit {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 9px 0 4px 0;
  color: #000;
  font-weight: normal;
}
.boothNewest .ingBox .txt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4d4d4d;
  margin-bottom: -2px;
}
.boothNewest .ingBox .date {
  color: #4d4d4d;
}
.boothNewest .ingBox .dDay {
  color: #ed1d26;
}
.boothNewest img {
  background: #fff;
  border: 1px solid #fff;
}

.ssPartList {
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: -1px;
  padding-bottom: 0;
}
.ssPartList .hS4 {
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
  margin-top: -1px;
}
.ssPartList .list {
  margin-bottom: -1px;
  line-height: 1.3;
  background-color: #fff;
}
.ssPartList .list:after {
  content: "";
  display: block;
  clear: both;
}
.ssPartList .list li {
  float: left;
  width: 50%;
  border-bottom: none;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  height: 39px;
  border-bottom: 1px solid #e8e8e8;
  line-height: 1.2;
  padding: 2px 10px 0 15px;
}
.ssPartList .list li:nth-child(1),
.ssPartList .list li:nth-child(2) {
  border-top: none;
}
.ssPartList .list li:nth-child(2n + 1) {
  border-right: 1px solid #e8e8e8;
}
.ssPartList .list li > a {
  width: 100%;
  font-size: 14px;
  color: #333;

  padding: 0;
}
.ssPartList .list li a span.num {
  font-size: 11px;
  color: #999;
  vertical-align: middle;
}

.ssPartList .list.col3 li {
  width: 33.33%;
  height: 39px;
  border-left: 1px solid #e8e8e8;
}
.ssPartList .list.col3 li:nth-child(1),
.ssPartList .list.col3 li:nth-child(2),
.ssPartList .list.col3 li:nth-child(3) {
  border-top: none;
}
.ssPartList .list.col3 li:nth-child(2n + 1) {
  border-right: none;
}
.ssPartList .list.col3 li:nth-child(3n + 1) {
  border-left: none;
  width: 33.34%;
}
.ssPartList .list.col3 li .gutter {
  float: left;
  width: 33.33%;
  height: 39px;
  border-left: 1px solid #e8e8e8;
}

/* 앱 리스트 */
.listApp li {
  position: relative;
  padding: 10px 10px 12px 92px;
  border-bottom: 1px solid #b5c3d1;
  background: #f5faff;
}
.listApp strong {
  display: block;
  color: #1e2c47;
  padding-bottom: 4px;
  padding-top: 3px;
  font-size: 1.14em;
}
.listApp strong img {
  position: absolute;
  left: 10px;
  top: 10px;
}
.listApp .t {
  color: #5e697e;
  display: block;
  font-size: 1.07em;
  margin-bottom: 8px;
  line-height: 1.2;
}
.listApp a {
  margin-right: 2px;
  font-weight: bold;
}

/* 이벤트 리스트 */
#wrap.eventListWrap .booth1 a {
  height: auto;
}

/* faq */
/* to-do:인사, 노무 faq style merge */
.listFaq {
}
.listFaq dt,
.listFaq dd {
  padding: 12px 10px 7px 34px;
  position: relative;
  color: #333;
}
.listFaq dt {
  font-weight: bold;
}
.listFaq dd {
  background: #f8f8f8;
  border-bottom: 1px solid #dcdcdc;
}
.listFaq .type {
  color: #666;
}
.listFaq .ico {
  position: absolute;
  top: 11px;
  left: 10px;
}

.listPrevNext {
  border-top: 1px solid #dfdfdf;
  background: #f7f7f7;
}
.listPrevNext a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 8px 10px 6px 20px;
  font-size: 1em;
  border-bottom: 1px solid #dfdfdf;
}
.listPrevNext span:first-child {
  font-size: 0.8em;
  color: #898989;
  position: relative;
  top: -1px;
  margin-right: 4px;
}
.listPrevNext span:first-child:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 5px;
  top: 3px;
  left: -7px;
  background: url(/content/images/m/bg_all_sprite_v3.png?201603282000?201603282000)
    no-repeat -25px -50px;
  background-size: 50px 1350px;
}
.listPrevNext .next span:after {
  background-position: -25px -55px;
}
.listPrevNext .ico {
  margin-top: -5px;
  margin-left: -1px;
}

/* 이벤트 */
.m_eventBanner {
  display: block;
  margin-top: 10px;
}
.m_eventBanner img {
  max-width: 100%;
}

/* 키워드 선택 */
.keywordSel .keyword {
  font-weight: normal;
  font-size: 1.07em;

  -webkit-box-shadow: inset 0 -1px #fff;
  padding-left: 9px;
  overflow: hidden;
  border-bottom: 1px solid #c3c3c3;
  background: #f3f5f7;
  color: #333;
}
.keywordSel .keyword .type,
.keywordSel .keyword button {
  height: 38px;
  line-height: 38px;
  padding-top: 1px;
}
.keywordSel .keyword .type {
  float: left;
  margin-right: 7px;
}
.keywordSel .keyword .arrow {
  overflow: hidden;
  display: block;
  padding-left: 20px;
  position: relative;
}
.keywordSel .keyword .arrow:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 39px;
  top: 0;
  left: 0;
  background-position: 100% -50px;
}
.keywordSel .keyword button {
  display: block;
  width: 100%;
  text-align: left;
  white-space: nowrap;
  background: transparent;

  font-weight: bold;
  color: #333;
}
.keywordSel .keyword button:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 17px;
  right: 0;
  top: 13px;
  background-position: 100% -650px;
  background-color: #f3f5f7;
}
.keywordSel .keyword .shadow {
  width: 12px;
  height: 39px;
  position: absolute;
  top: 0;
  right: 30px;
  background: -webkit-gradient(
    linear,
    0 0,
    100% 0,
    color-stop(0%, rgba(243, 245, 247, 0)),
    color-stop(70%, rgba(243, 245, 247, 0.3)),
    color-stop(100%, rgba(243, 245, 247, 1))
  );
}
.keywordSel .keyword button > span,
.keywordSel .keyword span.num {
  color: #f63;
  margin-left: 2px;
}
.keywordList {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.keywordList > span {
  display: table-row;
}
.keywordList a,
.keywordList span > span {
  width: 33.33%;
  -webkit-box-sizing: border-box;
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  display: table-cell;
  padding: 10px 7px 6px 8px;
  font-size: 0.9em;
  vertical-align: middle;
  color: #333;
}
.keywordList a em {
  font-size: 11px;
  color: #999;
}
.keywordList_area a,
.keywordList_area span > span {
  width: 50%;
}
.keywordList li:nth-child(3n),
.keywordList_area li:nth-child(2n) {
  border-right: 0;
}
.keywordList a > strong {
  color: #000;
}
.keywordList a > span {
  color: #999;
}

/* 키워드선택 리뉴얼 2015. 10. 13 */
.keywordSelWrap {
  line-height: 1.3;
}
.keywordSelWrap .keyBtnBx {
  border-bottom: 1px solid #e8e8e8;
  background-color: #f2f4f5;
  padding: 13px 14px 10px;
}
.keywordSelWrap .keyBtnBx h3 {
  color: #fff;
  font-size: 14px;

  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.keywordSelWrap .keyBtnBx button {
  color: #000;
  font-size: 13px;
  float: left;
  position: relative;
  margin-right: 21px;
  text-align: left;
  -webkit-box-flex: 1;
}
.keywordSelWrap .keyBtnBx button:last-child {
  margin-left: 0;
}
.keywordSelWrap .keyBtnBx button:before {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  background: url(/content/images/m/ico_key_arr.png?201603282000) 0 0 no-repeat;
  -webkit-background-size: 8px 15px;
  background-size: 8px 15px;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -8px;
}
.keywordSelWrap .keyBtnBx button.total,
.keywordSelWrap .keyBtnBx button.dep2 {
  font-weight: bold;
}
.keywordSelWrap .keyBtnBx button.dep2 em,
.keywordSelWrap .keyBtnBx button.total em {
  color: #ff6600;
}
.keywordSelWrap .keyBtnBx button.dep2:before,
.keywordSelWrap .keyBtnBx button.total:before {
  display: none;
}
.keywordSelWrap .keyBtnBx button.toggleBtn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -10px;
  top: 50%;
  margin: -15px 0 0 0;
  text-align: center;
}
.keywordSelWrap .keyBtnBx button.toggleBtn:before {
  display: none;
}
.keywordSelWrap .keyBtnBx button.toggleBtn .ico {
  display: block;
  margin: 0 auto;
}
.keywordSelWrap .keyBtnBx h3 .ico {
  /*position:absolute; right:0; top:16px;*/
}
.keywordSelWrap .keyBtnBx button:focus {
  outline: none !important;
}

/* 상품안내 레이어 */
.prdInfoLy {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}
.prdInfoLy .lyWrap {
  position: relative;
  z-index: 1000;
  width: 100%;
  border: 2px solid #002aff;
  background-color: #fff;

  box-sizing: border-box;
}
.prdInfoLy .lyWrap .prdLyTit {
  height: 42px;
  line-height: 46px;
  font-size: 18px;
  letter-spacing: -0.5px;
  color: #fff;
  padding-left: 13px;
  background-color: #002aff;
}
.prdInfoLy .lyWrap .btnPrdLyClose {
  position: absolute;
  right: 10px;
  top: 11px;
  width: 17px;
  height: 17px;
  background: url(/content/images/m/ly_btn_prd_close.png) no-repeat 0 0;
  -webkit-background-size: 17px 17px;
  background-size: 17px 17px;
}
.prdInfoLy .lyWrap .infoWrap {
  padding: 10px 10px 7px 13px;
  background-color: #f7fbff;
  border-bottom: 1px solid #ebeef2;
}
.prdInfoLy_general .lyWrap .infoWrap {
  position: relative;
}
.prdInfoLy .lyWrap .infoWrap:after {
  content: "";
  display: block;
  clear: both;
}
.prdInfoLy .lyWrap .infoWrap .locaTx {
  float: left;
  font-size: 14px;
  color: #333;
  padding-top: 2px;
}
.prdInfoLy_general .lyWrap .infoWrap .locaTx {
  float: none;
  position: absolute;
  left: 13px;
  top: 7px;
}
.prdInfoLy .lyWrap .infoWrap .locaTx em {
  color: #002aff;
}
.prdInfoLy .lyWrap .infoWrap .locaTx strong {
  color: #000;
}
.prdInfoLy .lyWrap .infoWrap .priceTx {
  float: right;
  font-size: 12px;
  color: #000;
}
.prdInfoLy_general .lyWrap .infoWrap .priceTx {
  float: none;
  font-size: 12px;
  color: #000;
}
.prdInfoLy .lyWrap .infoWrap .priceTx strong {
  color: #ff6600;
  font-size: 16px;
  vertical-align: middle;
}
.prdInfoLy .lyWrap .infoWrap .priceTx span {
  vertical-align: middle;
}
.prdInfoLy_general .lyWrap .infoWrap .priceTx {
  text-align: right;
}
.prdInfoLy .lyWrap .prdImg {
  text-align: center;
  padding: 20px 0 0;
}
.prdInfoLy .lyWrap .suppSerBx {
  padding: 0 18px 12px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(97%, #ffffff),
    color-stop(100%, #f1f1f1)
  );
  background: -webkit-linear-gradient(top, #ffffff 97%, #f1f1f1 100%);
}
.prdInfoLy .lyWrap .prdLyTits {
  font-size: 11px;
  color: #050505;
  margin-top: 16px;
}
.prdInfoLy .lyWrap .prdLyTits span {
  color: #002aff;
}
.prdInfoLy .lyWrap .prdLyList {
  font-size: 12px;
  color: #666;
  line-height: 18px;
  margin-top: 1px;
}
.prdInfoLy .lyWrap .prdLyList li {
  position: relative;
  padding-left: 7px;
}
.prdInfoLy .lyWrap .prdLyList li:after {
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #666;
}
.prdInfoLy .lyWrap .prdLyList li em {
  color: #ff6600;
}
.prdInfoLy .lyWrap .prdLyList .iconMLyJumpup {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 11px;
  margin: 0 3px;
  background: url("/content/images/m/icon_m_ly_jumpup.png") no-repeat;
  background-size: 9px 11px;
}
.prdInfoLy .lyWrap .lyBtnWrap {
  margin-top: 5px;
  display: table;
  padding: 0 5px 5px 15px;
  box-sizing: border-box;
  width: 100%;
}
.prdInfoLy .lyWrap .lyBtnWrap .lyInfoTx,
.prdInfoLy .lyWrap .lyBtnWrap .btnBx {
  display: table-cell;
  vertical-align: middle;
}
.prdInfoLy .lyWrap .lyBtnWrap .lyInfoTx {
  text-align: left;
  font-size: 12px;
  color: #333;
  font-weight: bold;
  padding-top: 4px;
}
.prdInfoLy .lyWrap .lyBtnWrap .lyInfoTx strong {
  color: #ff6600;
}
.prdInfoLy .lyWrap .lyBtnWrap .lyInfoTx a {
  font-size: 15px;
  color: #666;
  font-weight: normal;
}
.prdInfoLy .lyWrap .lyBtnWrap .btnBx {
  text-align: right;
}
.prdInfoLy .lyWrap .lyBtnWrap .btnBx button {
  width: 44px;
  height: 44px;
  margin-left: 2px;
}
.prdInfoLy .lyWrap .lyBtnWrap .btnBx button.btnPrdLyCall {
  background: url(/content/images/m/btn_prd_ly_call.png?201603282000) no-repeat
    0 0;
  -webkit-background-size: 44px 44px;
  background-size: 44px 44px;
}
.prdInfoLy .lyWrap .lyBtnWrap .btnBx button.btnPrdLyMail {
  background: url(/content/images/m/btn_prd_ly_mail.png?201603282000) no-repeat
    0 0;
  -webkit-background-size: 44px 44px;
  background-size: 44px 44px;
}

/* 해외지역 채용정보_2016.01.04~ */
.ovsPrmSec {
  position: relative;
}
.ovsPrmSec .mHdArea .hS4 {
  border-bottom: none;
  float: left;
  padding-top: 0;
}
.ovsPrmSec .mHdArea .hS4 strong {
  color: #002aff;
}
.ovsPrmSec .premiumAtc {
  box-sizing: border-box;
}
.ovsPrmSec .premiumAtc .listItem {
  box-sizing: border-box;
}
.ovsPrmSec .premiumAtc .swiper-slide {
  box-sizing: border-box;
  padding: 0 5px;
}
.ovsPrmSec .listItem ul li {
  margin-top: 4px;
  border: 1px solid #d8e2eb;
}
.ovsPrmSec .listItem ul li:first-child {
  margin-top: 0;
}
.ovsPrmSec .listItem .tLink {
  display: block;
  text-align: center;
  padding: 3px 0 3px;
}
.ovsPrmSec .listItem .itemBottom {
  position: relative;
  height: 80px;
  box-sizing: border-box;
  padding-top: 7px;
  background-color: #f7fbff;
}
.ovsPrmSec .listItem .txLink {
  display: block;
  margin: 0 70px 0 40px;
}
.ovsPrmSec .listItem .txLink strong,
.ovsPrmSec .listItem .txLink span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}
.ovsPrmSec .listItem .txLink strong {
  font-size: 1em;
  margin-top: 5px;
  color: #000;
}
.ovsPrmSec .listItem .txLink span {
  font-size: 1.071em;

  margin-top: 2px;
  color: #333;
}
.ovsPrmSec .listItem .txLink .desc {
  color: #999;
  font-size: 0.857em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ovsPrmSec .listItem .btnScrap {
  position: absolute;
  top: 10px;
  right: auto;
  left: 0;
  padding: 7px;
  width: 21px;
  height: 20px;
}
.ovsPrmSec .listItem .msgScrap {
  left: 2px;
  top: -23px;
  right: auto;
}
.ovsPrmSec .listItem .msgScrap:after {
  right: auto;
  left: 11px;
}
.ovsPrmSec .listItem .applyArea {
  position: absolute;
  right: 4px;
  top: 11px;
}
.ovsPrmSec .listItem .applyArea .date {
  display: block;
  font-size: 0.786em;
  color: #666;
  vertical-align: middle;

  text-align: center;
}
.ovsPrmSec .listItem .applyArea .btnApply {
  display: inline-block;
  height: 24px;
  padding: 5px 2px;
  font-size: 0.786em;
  line-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #d2d6dc;
  color: #898989;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  margin-left: 2px;
  min-width: 50px;
  margin-top: 2px;
}
.ovsPrmSec .listItem .applyArea .btnJkApply {
  background-color: #fb9958;
  border: 1px solid #fb9958;
  color: #fff;
}
.ovsPrmSec .listItem .applyArea .btnRow2 {
  line-height: 9px;
  font-size: 0.714em;
  padding-top: 3px;
}
.ovsPrmSec .listItem .lent {
  text-align: center;
  padding: 46px 0 20px 0;
  color: #bfbfbf;
}
.ovsPrmSec .listItem .lent .bt {
  height: 30px;
  font-size: 13px;
  background: #d9d9d9;
  color: #fff;
  margin-top: 10px;
  border: 1px solid #d9d9d9;
}

.ovsEntpSec {
  position: relative;
}
.ovsEntpSec .mHdArea .hS4 {
  border-bottom: none;
  float: left;
  padding-top: 0;
}
.ovsEntpSec .mHdArea .hS4 strong {
  color: #002aff;
}
.ovsEntpSec .col02List .inner .btArea {
  background-color: #f3f3f3;
  position: relative;
  height: 120px;
  box-sizing: border-box;
}
.ovsEntpSec .col02List .inner .btArea .txLink {
  display: block;
  padding: 13px 8px 2px 11px;
}
.ovsEntpSec .col02List .inner .btArea .txLink .tit,
.ovsEntpSec .col02List .inner .btArea .txLink .tx {
  display: block;
  color: #000;
  line-height: 1.3;
}
.ovsEntpSec .col02List .inner .btArea .txLink .tit {
  font-size: 1em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ovsEntpSec .col02List .inner .btArea .txLink .tx {
  font-size: 1.071em;
  line-height: 1.3;
  padding-top: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;

  color: #333;
}
.ovsEntpSec .col02List .inner .btArea .txLink .desc {
  display: block;
  font-size: 0.857em;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ovsEntpSec .col02List .lent {
  text-align: center;
}
.ovsEntpSec .col02List .lent a {
  display: inline-block;
  padding: 3.5em 0 3.2em 0;
  color: #bfbfbf;
  box-sizing: border-box;
  height: 172px;
}
.ovsEntpSec .col02List .lent .bt {
  height: 30px;
  font-size: 13px;
  background: #d9d9d9;
  color: #fff;
  margin-top: 10px;
  border: 1px solid #d9d9d9;
}

.ovsPrdLy .infoWrap {
  background: #f7fbff url(/content/images/m/ovs_prdly_bg.png?201603282000)
    no-repeat 30px 20px;
  -webkit-background-size: 34px 32px;
  background-size: 34px 32px;
}
.ovsPrdLy .infoWrap h3 {
  color: #333;
  font-weight: normal;
  padding: 8px 10px 5px 60px;
}
.ovsPrdLy .infoWrap h3 strong {
  display: block;
  color: #000;
  font-size: 1.28em;
}
.ovsPrdLy .time {
  margin: 0 30px;
  font-size: 1.07em;
  color: #333;
  margin-top: 17px;
}
.ovsPrdLy .time strong {
  display: block;
  color: #000;
}
.ovsPrdLy .free {
  margin: 0 30px;
  color: #f60;
  border: 2px solid #dfdfdf;
  text-align: center;
  margin-top: 10px;
  padding: 15px 0;
}
.ovsPrdLy .contact {
  margin: 0 30px;
  color: #333;
  font-size: 0.93em;

  margin-top: 10px;
  line-height: 1.7;
}
.ovsPrdLy .contact dt {
  float: left;
  display: inline-block;
  width: 50px;
  color: #000;
  font-weight: bold;
}
.ovsPrdLy .act {
  height: 44px !important;
  margin-top: 20px;
  margin: 15px 10px;
  box-sizing: border-box;
}
.ovsPrdLy button.btnMail {
  width: 100%;
  height: 44px;
  font-size: 1.07em;
  background-color: #70b7ff;
  color: #fff;
  text-align: center;
}
.ovsPrdLy button.btnMail .mail {
  display: inline-block;
  width: 44px;
  height: 44px;
  background: #70b7ff url(/content/images/m/btn_prd_ly_mail.png?201603282000)
    no-repeat 0 0;
  -webkit-background-size: 44px 44px;
  background-size: 44px 44px;
  vertical-align: middle;
}

.ovsMainLayer {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  z-index: 10000;
}
.ovsMainLayer .layer {
  text-align: center;
  margin: 0 15px;
}
.ovsMainLayer .tit {
  font-size: 1.07em;
  margin-top: 20px;
  color: #333;
}
.ovsMainLayer .tit strong {
  font-weight: bold;
}
.ovsMainLayer .btn {
  margin: 15px 0;
}
.ovsMainLayer .close {
  position: absolute;
  right: 10px;
  top: 11px;
  width: 17px;
  height: 17px;
  background: url(/content/images/m/btn_prd_ly_close.png?201603282000) no-repeat
    0 0;
  -webkit-background-size: 17px 17px;
  background-size: 17px 17px;
}

/* 맞춤채용정보 개편 작업(151026)
-------------------------------------------------------------------------------------------------------------------------------------------- */
/* 공통 */
.smartMatch {
  height: 100%;
  background-color: #fff;
}
.smartMatch #wrap {
  background: none;
}
.smartMatch .btmBt {
  padding: 20px 10px;
  text-align: center;
}
.smartMatch .btmBt .tbl {
  display: table;
  width: 100%;
}
.smartMatch .btmBt .cell {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  white-space: nowrap;
}
.smartMatch .btmBt .sp {
  display: inline-block;
  width: 5px;
}

.smtMatchCont p.tbl {
  display: table;
  width: 100%;
}
.smtMatchCont p.tbl select {
  width: 100%;
}
.smtMatchCont p.tbl .cell {
  display: table-cell;
  width: 50%;
}
.smtMatchCont p.tbl .cell:nth-child(2n) {
  padding-left: 5px;
}

/* 스마트검색 결과 하단  */
.matchLink {
  margin: 13px 10px 0 10px;
  background: #f1f2f5 url(/content/images/m/bg_match_link.png?201603282000)
    no-repeat right bottom;
  background-size: 129px 103px;
}
.matchLink a {
  display: block;
  padding: 20px 20px;
}
.matchLink a .tx {
  display: block;
  font-size: 0.79em;
}
.matchLink a .tx strong {
  font-size: 15px;
  color: #333;
}
.matchLink .btC14 {
  position: relative;
  font-size: 11px;
  color: #fff;
  font-weight: normal;
  height: 25px;
  padding: 0 20px 0 13px;
  text-align: left;
  margin-top: 12px;
}
.matchLink .btC14:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 12px;
  width: 5px;
  height: 8px;
  background: url(/content/images/m/bg_all_sprite_v3.png?201603282000?201603282000)
    no-repeat -45px -1258px;
  background-size: 50px 1350px;
}

/* 맞춤채용정보 설정 */
.smtMatchCont .tabM > li .ico_add {
  vertical-align: 0;
}

.smtMatchCont .smSet {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #dfe2e6;
  background-color: #fff;
}
.smtMatchCont .smSet dl {
  line-height: 19px;
  padding: 20px 10px;
  margin-top: -8px;
}
.smtMatchCont .smSet dl dt {
  float: left;
  color: #999;
  padding-top: 8px;
}
.smtMatchCont .smSet dl dd {
  margin-left: 70px;
  padding-top: 8px;
}
.smtMatchCont .smSet .bt_modify {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 0.86em;
}
.smtMatchCont .smSet .bt_modify .ico_set {
  margin-top: -0.3em;
}

.smtMatchCont .smList {
  margin-bottom: 20px;
}
.smtMatchCont .smList .sortOptBx {
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
}
.smtMatchCont .smList .hSortOpt {
  position: relative;
  overflow: visible;
  padding: 8px 10px 10px 10px;
  background-color: #fff;
}
.smtMatchCont .smList .hSortOpt:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.smtMatchCont .smList .hSortOpt .total {
  display: inline-block;
  font-size: 1.07em;
  color: #000;
  font-weight: bold;
  margin-top: 14px;
}
.smtMatchCont .smList .hSortOpt .total em {
  color: #002aff;
  font-weight: bold;
}
.smtMatchCont .smList .hSortOpt .r {
  margin-right: 46px;
}
.smtMatchCont .smList .hSortOpt .bt_detail {
  position: absolute;
  top: 15px;
  right: 10px;
  padding: 0 5px 0 10px;
  border-color: #e0e0e0;
}
.smtMatchCont .smList .hSortOpt .bt_detail_on {
  border-color: #2491ff;
  background: #002aff;
}
.smtMatchCont .smList .hSortOpt .bt_detail_on .ico_detail1 {
  background-position: -25px -1070px;
}
.smtMatchCont .smList .hSortOpt .ico_detail1 {
  margin: 0;
}

.smtMatchCont .smList .lyDetail {
  position: relative;
  margin-top: -13px;
  padding: 10px 10px;
  border-top: 2px solid #002aff;
  border-bottom: 2px solid #002aff;
  background-color: #fff;
  box-sizing: border-box;
}
.smtMatchCont .smList .lyDetail h3.hd {
  color: #333;
  margin: 7px 0 10px 0;
}
.smtMatchCont .smList .lyDetail .bt_reset {
  position: absolute;
  top: 19px;
  right: 10px;
  font-size: 0.86em;
  color: #999;
}
.smtMatchCont .smList .lyDetail .bt_reset .ico_reset {
  margin-top: -0.3em;
}
.smtMatchCont .smList .lyDetail p.tbl {
  padding-bottom: 10px;
}

.smtMatchCont .smList .setCont {
  position: relative;
  margin-top: -2px;
  padding: 10px 10px;
  border-top: 1px solid #ebebeb;
  border-bottom: 2px solid #c3c3c3;
  background-color: #f8f9fa;
}
.smtMatchCont .smList .setCont ul li {
  display: inline-block;
  margin-right: 6px;
}
.smtMatchCont .smList .setCont ul li button {
  vertical-align: 0;
}

/* 맞춤채용정보 미설정 */
.smtMatchCont .noSmRes {
  text-align: center;
  padding: 50px 0;
}
.smtMatchCont .noSmRes h2.hd {
  font-size: 1.71em;
  color: #000;
  margin-bottom: 14px;
}
.smtMatchCont .noSmRes .tx {
  color: #999;
  margin-bottom: 35px;
}

/* 맞춤채용정보 스마트매치가 없는 경우 */
/* .smtMatchCont .secMatch {background-color:#e9ecef;} */
.smtMatchCont .secMatch .noRlt p:last-child {
  margin: 15px 12px;
}

/* 스마트매치플러스 m 채용공고 */
.mFree .smChk .btnApply {
  top: 38px;
}
.mBooth li.smChk {
  border-top: 1px solid #565d79;
  border-bottom: 1px solid #565d79;
  margin-top: -1px;
}
.mBooth li.smChk .smPlusBx {
  background-color: #f6f7f9;
  padding: 15px 0 15px 0;
  position: relative;
}
.mBooth li.smChk .smPlusBx .swiper-container {
  padding: 0 0 0 10px;
}
.mBooth li.smChk .smPlusBx .smTit {
  display: block;
  padding-left: 12px;
  font-size: 12px;
  color: #999;
  font-weight: normal;
}
.mBooth li.smChk .smPlusBx .smLists {
  margin: 8px 0 0 -10px;
}
.mBooth li.smChk .smPlusBx .smLists:after {
  content: "";
  display: block;
  clear: both;
}
.mBooth li.smChk .smPlusBx .smLists li {
  float: left;
  box-sizing: border-box;
  width: 65%;
  padding-left: 10px;
  position: relative;
}
.mBooth li.smChk .smPlusBx .smLists li a {
  display: block;
  box-sizing: border-box;
  height: 110px;
  padding: 14px 10px 14px 10px;
  border: 1px solid #e6e7e9;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.mBooth li.smChk .smPlusBx .smLists li a .smCo {
  display: block;
  padding-left: 2px;
  font-size: 14px;
  color: #16a8f7;
  font-weight: bold;
}
.mBooth li.smChk .smPlusBx .smLists li a .smTx {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: #333;
  line-height: 18px;
  height: 38px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mBooth li.smChk .smPlusBx .smLists li a .smDate {
  display: block;
  font-size: 12px;
  color: #777;
  font-weight: bold;
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.mBooth li.smChk .smPlusBx .btnSmMore {
  display: inline-block;
  position: absolute;
  right: 13px;
  top: 15px;
  font-size: 12px;
  color: #999;
  padding-right: 10px;
}
.mBooth li.smChk .smPlusBx .btnSmMore strong {
  color: #002aff;
  font-weight: normal;
}
.mBooth li.smChk .smPlusBx .btnSmMore:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin: -2px 0 0 0;
  width: 4px;
  height: 4px;
  border-top: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mBooth li.smChk .smPlusBx li {
  border: none;
}
/* 맞춤채용설정 팝업 */
.popSmartMatch .secMatch .art {
  padding: 10px 10px;
  margin-top: 5px;
  border-bottom: 1px solid #dfe2e6;
}
.popSmartMatch .secMatch .smSet p.tbl {
  padding: 5px 0 5px 0;
}
.popSmartMatch .secMatch .smSet_1 {
  padding: 10px 10px 0 10px;
  border-bottom: 0;
}
.popSmartMatch .secMatch .smSet_1 ul li {
  color: #333;
  margin-top: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  line-height: 20px;
}
.popSmartMatch .secMatch .smSet_1 ul li:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.popSmartMatch .secMatch .smSet_1 ul li:first-child {
  margin-top: 0;
}
.popSmartMatch .secMatch .smSet_1 ul li.on {
  border-color: #aeaeae;
}
.popSmartMatch .secMatch .smSet_1 ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 10px 6px 10px;
  border-radius: 2px;
  box-sizing: border-box;
}
.popSmartMatch .secMatch .smSet_1 ul li a strong {
  font-weight: normal;
}
.popSmartMatch .secMatch .smSet_1 ul li a .tx {
  position: relative;
  font-size: 0.79em;
  color: #999;
  float: right;
  padding-right: 7px;
}
.popSmartMatch .secMatch .smSet_1 ul li a .tx:before {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 4px;
  height: 7px;
  background: url(/content/images/m/bg_all_sprite_v3.png?201603282000?201603282000)
    no-repeat -46px -1250px;
  background-size: 50px 1350px;
}
.popSmartMatch .secMatch .smSet_1 ul li a .ico {
  vertical-align: top;
}
.popSmartMatch .secMatch .smSet_1 ul li > ul,
.popSmartMatch .secMatch .smSet_1 ul li > p {
  overflow: hidden;
  padding: 14px 5px 14px 10px;
  border-top: 1px solid #eaeaea;
}
.popSmartMatch .secMatch .smSet_1 ul li ul li {
  display: inline-block;
  margin: 0 6px 0 0;
  border: 0;
  line-height: normal;
}

.popSmartMatch .secMatch .smSet_1 .list-part {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 14px 8px 14px 10px;
  border-top: 1px solid #eaeaea;
}
.popSmartMatch .secMatch .smSet_1 .list-part-item {
  position: relative;
  padding-left: 70px;
  min-height: 22px;
  line-height: 22px;
}
.popSmartMatch .secMatch .smSet_1 .list-part-item .part {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  color: #999;
}
.popSmartMatch .secMatch .smSet_1 .list-part-item li {
  display: block;
  margin: 0;
  border: 0;
  font-size: 13px;
  line-height: 22px;
}
.popSmartMatch .secMatch .smSet_1 .list-part-item .list-direct {
  font-size: 0;
}
.popSmartMatch .secMatch .smSet_1 .list-part-item .list-direct li {
  display: inline-block;
  vertical-align: top;
}
.popSmartMatch .secMatch .smSet_1 .list-part-item .list-direct li::after {
  content: ",";
  margin-right: 5px;
}
.popSmartMatch
  .secMatch
  .smSet_1
  .list-part-item
  .list-direct
  li:last-child::after {
  display: none;
}

/* 맞춤채용정보 업직종, 키워드 선택 팝업 */
.popSmartMatch .smOptList {
  width: 100%;
  border-bottom: 2px solid #c3c3c3;
  background-color: #fff;
  z-index: 99;
}
.popSmartMatch .smOptList h2.hd {
  color: #333;
  font-weight: normal;
  padding: 9px 0 7px 0;
  line-height: 20px;
  border-bottom: 1px solid #e8e8e8;
  background-color: #f2f4f5;
  text-align: center;
}
.popSmartMatch .smOptList h2.hd .num {
  color: #002aff;
  font-weight: bold;
}
.popSmartMatch .smOptList p.part {
  padding: 0 10px 10px 10px;
  background-color: #fff;
}
.popSmartMatch .smOptList p.part .btBx {
  display: inline-block;
  font-size: 0.93em;
  color: #002aff;
  padding: 11px 10px 9px 10px;
  margin-top: 10px;
  border: 1px solid #002aff;
  border-radius: 20px;
  box-sizing: border-box;
}
.popSmartMatch .smOptList p.part .btBx .ico_del3 {
  vertical-align: top;
}
.popSmartMatch .smOptList .btSave {
  padding: 0 10px 20px 10px;
}

.popSmartMatch .smOptList p.key {
  position: relative;
  margin: 10px 10px;
}
.popSmartMatch .smOptList p.key input {
  color: #333;
  width: 100%;
  padding: 2px 25px 0 8px;
  border-color: #e0e0e0;
}
.popSmartMatch .smOptList p.key .ico_del3 {
  position: absolute;
  top: 15px;
  right: 7px;
}
.popSmartMatch .smOptList ul.info {
  padding: 0 10px 10px 10px;
  background-color: #fff;
}
.popSmartMatch .smOptList ul.info li {
  position: relative;
  font-size: 0.86em;
  padding-left: 13px;
}
.popSmartMatch .smOptList ul.info li:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  width: 2px;
  height: 2px;
  background-color: #e5e5e5;
}

.popSmartMatch .ssPartList {
  border-bottom: 0;
}
.popSmartMatch .ssPartList .hS4,
.popSmartMatch .ssPartList .list li > a {
  border-top: 0;
  margin: 0;
}
.popSmartMatch .ssPartList .list li {
  padding: 0;
  line-height: 39px;
}
.popSmartMatch .ssPartList .list li > a {
  height: 100%;
  padding: 2px 10px 0 15px;
}
.popSmartMatch .ssPartList .list {
  margin: 0;
}
.popSmartMatch .ssPartList .list li.on {
  color: #333;
  font-weight: bold;
  background-color: #f2f9ff;
}

/* 맞춤채용정보 지역 선택 팝업 */
.popSmartMatch .ssAreaList:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.popSmartMatch .ssAreaList .area {
  overflow: hidden;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
}
.popSmartMatch .ssAreaList .area:nth-child(2) .list li {
  border-right: 1px solid #e8e8e8;
}
.popSmartMatch .ssAreaList .area .list li {
  float: none;
  width: 100%;
  border-right: 0;
}
.popSmartMatch .ssAreaList .area:nth-child(1) .list li,
.popSmartMatch .ssAreaList .area:nth-child(2n + 1) .list li {
  border-right: 0;
}

/* 맞춤채용정보 안내 팝업 */
.popSmartMatchInfo {
  position: absolute;
  left: 0;
  top: 122px;
  width: 100%;
  z-index: 111;
}
.popSmartMatchInfo .popCont {
  margin: 0 40px 0 40px;
  text-align: center;
  background: #fff;
}
.popSmartMatchInfo .hd {
  padding: 15px 0 77px 0;
  border-bottom: 1px solid #dbdbdb;
  background: #6689e3
    url("/content/images/m/popup/pop_sm_info_bg.png?201603282000") no-repeat 55%
    bottom;
  background-size: 185px 71px;
}
.popSmartMatchInfo .hd_1 {
  padding: 0 0 0 0;
  background: #6689e3;
}
.popSmartMatchInfo .eCnt {
  padding: 10px 0;
}
.popSmartMatchInfo .btn_1 button {
  color: #fff;
  background: #ff7575;
  border: 1px solid #ff7575;
}
.popSmartMatchInfo .tx {
  padding: 20px 0;
  background-color: #fff;
}

.popSmartMatchInfo .act {
  position: relative;
  height: 30px;
  -webkit-box-sizing: border-box;
  background-color: #373c41;
  font-size: 0.79em;
  color: #fff;
  vertical-align: middle;
  text-align: left;
}
.popSmartMatchInfo input[type="checkbox"] {
  border-radius: 0;
  -webkit-appearance: none;
  border: 0 none;
  width: 17px;
  height: 17px;
  margin: 6px 0 6px 10px;
  background: url(/content/images/m/popup/bg_popup_v1.png?201603282000) 100% -19px
    no-repeat;
  background-size: 17px 55px;
}
.popSmartMatchInfo input:checked {
  background-position: 100% 0;
}
.popSmartMatchInfo input::-webkit-input-placeholder {
  color: #fff;
}
.popSmartMatchInfo .act label {
  display: inline-block;
  padding-top: 3px;
}
.popSmartMatchInfo .close2 {
  color: #fff;
  text-align: left;
  -webkit-appearance: none;
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 36px;
  background: url(/content/images/m/popup/bg_popup_v1.png?201603282000)
    no-repeat 100% -39px;
  background-size: 17px 55px;
}

/* 퀵이력서 등록 > 알바몬 이력서 가져오기 문구 추가 */
.resumeImportTx {
  border-bottom: 1px solid #d2d2d2;
  padding: 7px;
  position: relative;
  line-height: 1.3;
}
.resumeImportTx .tx {
  border: 1px solid #eae9d6;
  background-color: #fffce2;
  height: 38px;
  line-height: 42px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.resumeImportTx .tx strong span {
  color: #ff8800;
}
.resumeImportTx .btnReTxClose {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 12px;
  top: 18px;
}
.resumeImportTx .btnReTxClose:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  background: url(/content/images/m/text_user/resume/sprites/res_tpl_btn.png?201603282000) -28px -113px
    no-repeat;
  background-size: 80px 500px;
}

/* JK-AL 시너지효과 공통로그사용 */
.logTopInfo {
  padding: 13px 0 10px 20px;
  text-align: left;
  background: #fffdf0;
  border-bottom: 1px solid #eae9d6;
  font-size: 12px;
}
.logTopInfo strong {
  color: #000;
}
.logTopInfo strong.num {
  color: #f60;
}
.memberJoin .bxMember .bxCont .inner .txInfo_blk {
  background: #f4f4f4;
  height: 4px;
  padding: 0;
}
.memberJoin .tabM {
  border-top: 0 none;
  background: #f2f4f5;
}

/* 신입공채 > 라이브 공채소식 
*/
/* 공핵자 리스트 검색 영역 */
.bGiPartList .content {
  margin-bottom: 0;
}
.ssJobfairLive .starSelTop {
  margin-top: 15px;
  border-bottom: 2px solid #c3c3c3;
  line-height: 1.3;
}
.ssJobfairLive .starSelTop .hWrap {
  padding: 0 10px 8px 10px;
}
.ssJobfairLive .starSelTop .hWrap:after {
  content: "";
  display: block;
  clear: both;
}
.ssJobfairLive .starSelTop .totalNum {
  font-size: 15px;
  color: #000;
  font-weight: bold;
  float: left;
  padding-top: 8px;
}
.ssJobfairLive .starSelTop .totalNum strong {
  color: #002aff;
}
.ssJobfairLive .starSelTop .schBx {
  float: right;
}
.ssJobfairLive .starSelTop .schBx .selWrap {
  position: relative;
  display: inline-block;
}
.ssJobfairLive .starSelTop .schBx .selWrap:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  border-top: 4px solid #adadad;
  margin-top: -2px;
}
.ssJobfairLive .starSelTop .schBx .starSel {
  color: #666;
  font-size: 12px;
  height: 34px;
  padding: 2px 22px 1px 5px;
  background: none;
  border: 1px solid #e0e0e0;
}
.ssJobfairLive .starSelTop .schBx .btnToggle {
  height: 34px;
  width: 39px;
  vertical-align: middle;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}
.ssJobfairLive .starSelTop .schBx .btnToggle:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 14px;
  background: url(/content/images/m/starter/star_ico.png?201603282000) no-repeat
    0 0;
  background-size: 150px 150px;
  margin-top: 6px;
}
.ssJobfairLive .starSelTop .schBx .btnToggle.on {
  border-color: #2491ff;
  background-color: #002aff;
}
.ssJobfairLive .starSelTop .schBx .btnToggle.on:after {
  background-position: -30px 0;
}

.ssJobfairLive .starSelTop .bt10 {
  border-radius: 2px;
  font-size: 12px;
  height: 34px;
  font-weight: normal;
  border: 1px solid #e0e0e0;
  padding: 0 7px 0 7px;
  background-color: #fff;
  color: #666;
  vertical-align: top;
}
.ssJobfairLive .starSelTop .bt10 .icoCo3 {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  background: url(/content/images/m/starter/star_ico.png?201603282000) no-repeat
    0 -35px;
  background-size: 150px 150px;
}
.ssJobfairLive .starSelTop .bt10 .icoCo3.ico_detailDwon {
  background-position: 0 -35px;
}
.ssJobfairLive .starSelTop .bt10 .icoCo3.ico_detailUp {
  background-position: -25px -35px;
}

/* 검색 toggle 영역 */
.ssJobfairLive .starSelTop .schInpBx {
  border-top: 1px solid #3997f5;
  border-bottom: 2px solid #3997f5;
  position: relative;
  padding: 10px;
  margin-bottom: -2px;
}
.ssJobfairLive .starSelTop .schInpBx .boxSearch {
  position: relative;
}
.ssJobfairLive .starSelTop .schInpBx .boxSearch .schInp {
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  margin-right: 108px;
  padding-right: 17px;
  position: relative;
  border-radius: 2px;
}
.ssJobfairLive .starSelTop .schInpBx .boxSearch input {
  border: none;
  height: 33px;
  min-height: 33px;
  width: 100%;
}
.ssJobfairLive .starSelTop .schInpBx .boxSearch .reSet {
  position: absolute;
  right: 0;
  top: 0;
  height: 33px;
  width: 18px;
}
.ssJobfairLive .starSelTop .schInpBx .boxSearch .reSet:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(/content/images/m/starter/star_ico.png?201603282000) no-repeat -60px
    0;
  background-size: 150px 150px;
}
.ssJobfairLive .starSelTop .schInpBx .schBtn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.ssJobfairLive .starSelTop .schInpBx .schBtn button {
  height: 35px;
  width: 50px;
  line-height: 36px;
  vertical-align: middle;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
}
.ssJobfairLive .starSelTop .schInpBx .schBtn button.sch {
  color: #fff;
  background-color: #002aff;
  border-color: #002aff;
}

/* 자동완성 */
.ssJobfairLive .starSelTop .jkAc {
  position: absolute;
  border: 1px solid #08080a;
  background: #fff;
  z-index: 5;
  display: none;
  width: 100%;
  box-sizing: border-box;
  display: none;
}
.ssJobfairLive .starSelTop .jkAc ul {
  padding-left: 1px;
  max-height: 195px;
  overflow-y: auto;
}
.ssJobfairLive .starSelTop .jkAc ul::-webkit-scrollbar {
  width: 4px;
  background-color: #f1f1f1;
}
.ssJobfairLive .starSelTop .jkAc ul::-webkit-scrollbar-thumb {
  background-color: #bcbcbc;
}
.ssJobfairLive .starSelTop .jkAc li,
.ssJobfairLive .starSelTop .jkAc .jkAcAct {
  border-bottom: 1px solid #edeef0;
}
.ssJobfairLive .starSelTop .jkAc .jkAcAct {
  border-top: 1px solid #edeef0;
}
.ssJobfairLive .starSelTop .jkAc li > a,
.ssJobfairLive .starSelTop .jkAc .jkAcAct button {
  display: block;
  color: #000;
  box-sizing: border-box;
  font-size: 1.07em;
  padding: 11px 8px 8px 8px;
  width: 100%;
  text-align: left;
}
.ssJobfairLive .starSelTop .jkAc .jkAcAct .bt_historyDel {
  display: none;
}
.ssJobfairLive .starSelTop .jkAc li b {
  color: red;
}
.ssJobfairLive .starSelTop .jkAc .jkAcAct {
  background: #eef5fe;
  overflow: hidden;
}
.ssJobfairLive .starSelTop .jkAc .jkAcAct button {
  float: left;
  color: #8895a6;
  font-size: 0.9em;
  width: auto;
}
.ssJobfairLive .starSelTop .jkAc .jkAcAct button:last-child {
  float: right;
  padding-left: 18px;
}
.ssJobfairLive .starSelTop .jkAc .jkAcAct .ico_close {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  width: 8px;
  height: 8px;
  background: url(/content/images/m/starter/star_ico.png?201603282000) no-repeat -60px
    0;
  background-size: 150px 150px;
}

/* 검색결과가 없을경우 */
.ssJobfairLive .scNoSelect {
  padding: 84px 0 81px;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
  font-size: 18px;
  color: #999;
  line-height: 22px;
  letter-spacing: -0.5px;
}
.ssJobfairLive .scNoSelect strong {
  color: #333;
}

.listThumb:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.listThumb li {
  float: left;
  text-align: center;
}
.listThumb_liveFair {
  border-bottom: 1px solid #e8e8e8;
  padding-top: 9px;
}
.listThumb_liveFair a {
  display: block;
  color: #898989;
  width: 86px;
  margin: 0 auto;
  position: relative;
  font-size: 0.83em;
}
.listThumb_liveFair a:before {
  content: "";
  width: 78px;
  height: 90px;
  border-bottom: 2px solid #f5f5f5;
  display: block;
  margin: 0 auto 7px auto;
  background: url(/content/images/m/bg_live_fair.png?201603282000) no-repeat 0 0;
  background-size: 78px 270px;
}
.listThumb_liveFair .thumb2:before {
  background-position-y: -90px;
}
.listThumb_liveFair .thumb3:before {
  background-position-y: -180px;
}
.ssJobfairLive .listThumb_liveFair a:before {
  display: none !important;
}
.listThumb_liveFairList {
  padding-top: 0;
  border-bottom: 0;
}
.listThumb_liveFairList li {
  float: none;
  text-align: left;
  border-bottom: 1px solid #dcdcdc;
}
/*.listThumb_liveFairList li:nth-child(2n) {background:#f7f7f7;}*/
.listThumb_liveFairList a {
  width: auto;
  margin: 0;
  padding: 13px 10px 12px 10px;
  font-size: 1em;
  color: #666;
}
/*.listThumb_liveFairList li > a {min-height:86px;}*/
/*.listThumb_liveFairList a:before {position:absolute; top:10px; left:10px; border-bottom-color:#ededed;}*/
.listThumb_liveFairList strong {
  font-size: 1.14em;
  color: #333;
}
.listThumb_liveFairList strong.notice,
.listThumb_liveFairList strong.hotIssue {
  display: inline-block;
  font-size: 0.688em;
  color: #fff;
  font-weight: normal;
  width: 39px;
  height: 20px;
  text-align: center;
  line-height: 22px;
  vertical-align: 2px;
}
.listThumb_liveFairList strong.notice {
  background-color: #002aff;
}
.listThumb_liveFairList strong.hotIssue {
  background-color: #ff7575;
}
.listThumb_liveFairList .ico {
  vertical-align: -0.1em;
}
.listThumb_liveFairList .ico_movie {
  vertical-align: 0.1em;
}
.listThumb_liveFairList .detail {
  display: block;
  padding: 6px 0 6px 0;
}
.listThumb_liveFairList .meta {
  color: #999;
  font-size: 0.9em;
}
.listThumb_liveFairList .meta span {
  color: #898989;
  margin: 0 3px;
}
.listThumb_liveFairList .meta span:first-child {
  margin-left: 0;
}
.listThumb_30group {
  margin: 22px 4px -20px 4px;
}
.listThumb_30group li {
  height: 78px;
  position: relative;
}
.listThumb_30group li .co30Push {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -44px;
}
.listThumb_30group li .co30Push {
  display: block;
  width: 88px;
  height: 30px;
  text-align: right;
}
.listThumb_30group li .co30Push:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.listThumb_30group li .co30Push .coPush {
  border-radius: 10px;
  border: 1px solid #e33900;
  background-color: #ff6633;
  color: #ffffcc;
  padding: 0 5px;
  font-size: 0.8em;
  text-align: center;
  font-family: "Apple SD Gothic Neo", Arial, sans-serif;
}
.listThumb_30group img {
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 1px #f5f5f5;
}
.listThumb_30group a {
  display: block;
  font-size: 15px;

  color: #333;
  font-weight: bold;
}
.listThumb_30group .te {
  padding: 7px 0 15px 0;
}

/* 맞춤채용 제거 사전 공지 레이어 */
.common-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2222;
  display: none;
}
.common-modal.attached {
  display: block;
}
.common-modal .modal-dimmed {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.common-modal .modal-contents {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 290px;
  height: 234px;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.common-modal .modal-contents .btnModalClose {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 7px;
  right: 7px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0D%0A%20%20%3Cg%20id%3D%22%EA%B7%B8%EB%A3%B9_2%22%20data-name%3D%22%EA%B7%B8%EB%A3%B9%202%22%20transform%3D%22translate%28-893%20-600%29%22%3E%0D%0A%20%20%20%20%3Crect%20id%3D%22%EC%82%AC%EA%B0%81%ED%98%95_3122%22%20data-name%3D%22%EC%82%AC%EA%B0%81%ED%98%95%203122%22%20width%3D%2232%22%20height%3D%2232%22%20transform%3D%22translate%28893%20600%29%22%20fill%3D%22%23fff%22%20opacity%3D%220.32%22%2F%3E%0D%0A%20%20%20%20%3Cpath%20id%3D%22close%22%20d%3D%22M10.627%2C9.675%2C17.98%2C2.321a.673.673%2C0%2C0%2C0-.952-.952L9.675%2C8.723%2C2.321%2C1.456a.673.673%2C0%2C0%2C0-.952.952L8.723%2C9.675%2C1.37%2C17.029a.679.679%2C0%2C0%2C0%2C0%2C.952.661.661%2C0%2C0%2C0%2C.433.173.661.661%2C0%2C0%2C0%2C.433-.173l7.354-7.354%2C7.354%2C7.354a.627.627%2C0%2C0%2C0%2C.865%2C0%2C.679.679%2C0%2C0%2C0%2C0-.952Z%22%20transform%3D%22translate%28899.325%20606.325%29%22%20fill%3D%22%23bbb%22%20stroke%3D%22%23bbb%22%20stroke-width%3D%220.5%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-size: inherit;
}
.common-modal .modal-contents .btnModalCheck {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -30px;
  right: 0;
  margin-right: 7px;
}
.common-modal .modal-contents .btnModalCheck input {
  width: 0;
  height: 0;
}
.common-modal .modal-contents .btnModalCheck input:checked + label::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%3E%0D%0A%20%20%3Cg%20id%3D%22icon_check_on%22%20transform%3D%22translate%280.5%20-0.25%29%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22%ED%83%80%EC%9B%90_6%22%20data-name%3D%22%ED%83%80%EC%9B%90%206%22%20transform%3D%22translate%28-0.5%200.25%29%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.6%22%3E%0D%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2210.5%22%20r%3D%2210.5%22%20stroke%3D%22none%22%2F%3E%0D%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2210.5%22%20r%3D%229.7%22%20fill%3D%22none%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3Cpath%20id%3D%22%ED%95%A9%EC%B9%98%EA%B8%B0_3%22%20data-name%3D%22%ED%95%A9%EC%B9%98%EA%B8%B0%203%22%20d%3D%22M3.519%2C7.673.3%2C4.567a.993.993%2C0%2C0%2C1%2C1.38-1.429L4.2%2C5.572%2C9.293.3a.993.993%2C0%2C0%2C1%2C1.429%2C1.38L5.2%2C7.4A.993.993%2C0%2C0%2C1%2C5%2C7.563a1%2C1%2C0%2C0%2C1-.073.084.993.993%2C0%2C0%2C1-1.4.025Z%22%20transform%3D%22translate%284.5%207.25%29%22%20fill%3D%22%23fff%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.common-modal .modal-contents .btnModalCheck label {
  font-size: 13px;
  color: #ffffff;
  display: flex;
  align-items: center;
  user-select: none;
}
.common-modal .modal-contents .btnModalCheck label::before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221%22%20viewBox%3D%220%200%2021%2021%22%3E%0D%0A%20%20%3Cg%20id%3D%22icon_check_off%22%20transform%3D%22translate%280.5%20-0.25%29%22%3E%0D%0A%20%20%20%20%3Cg%20id%3D%22%ED%83%80%EC%9B%90_6%22%20data-name%3D%22%ED%83%80%EC%9B%90%206%22%20transform%3D%22translate%28-0.5%200.25%29%22%20fill%3D%22none%22%20stroke%3D%22%23ddd%22%20stroke-width%3D%221.6%22%3E%0D%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2210.5%22%20r%3D%2210.5%22%20stroke%3D%22none%22%2F%3E%0D%0A%20%20%20%20%20%20%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2210.5%22%20r%3D%229.7%22%20fill%3D%22none%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%20%20%20%20%3Cpath%20id%3D%22%ED%95%A9%EC%B9%98%EA%B8%B0_3%22%20data-name%3D%22%ED%95%A9%EC%B9%98%EA%B8%B0%203%22%20d%3D%22M3.519%2C7.673.3%2C4.567a.993.993%2C0%2C0%2C1%2C1.38-1.429L4.2%2C5.572%2C9.293.3a.993.993%2C0%2C0%2C1%2C1.429%2C1.38L5.2%2C7.4A.993.993%2C0%2C0%2C1%2C5%2C7.563a1%2C1%2C0%2C0%2C1-.073.084.993.993%2C0%2C0%2C1-1.4.025Z%22%20transform%3D%22translate%284.5%207.25%29%22%20fill%3D%22%23ddd%22%2F%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
  margin-right: 8px;
}
.common-modal .modal-contents .modalContent {
  width: 100%;
  height: 100%;
}
.common-modal .modal-contents .modalContent div {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.common-modal .modal-contents .modalContent h3 {
  color: #000;
  font-size: 18px;
  letter-spacing: -0.5px;

  margin-bottom: 20px;
}
.common-modal .modal-contents .modalContent p {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
  line-height: 20px;
}
.common-modal .modal-contents .modalContent p em {
  color: #009cff;
}
.common-modal .modal-contents .modalContent p b {
  color: #333333;
}
.common-modal .modal-contents .modalContent a {
  width: 100%;
  height: 50px;
  display: block;
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22250%22%20height%3D%2250%22%20viewBox%3D%220%200%20250%2050%22%3E%0D%0A%20%20%3Cg%20id%3D%22btn%22%20transform%3D%22translate%28-535%20-191%29%22%3E%0D%0A%20%20%20%20%3Crect%20id%3D%22%EC%82%AC%EA%B0%81%ED%98%95_1621%22%20data-name%3D%22%EC%82%AC%EA%B0%81%ED%98%95%201621%22%20width%3D%22250%22%20height%3D%2250%22%20transform%3D%22translate%28535%20191%29%22%20fill%3D%22%2339f%22%2F%3E%0D%0A%20%20%20%20%3Ctext%20id%3D%22%EB%82%B4%EC%9A%A9_%ED%99%95%EC%9D%B8%ED%95%98%EA%B8%B0%22%20data-name%3D%22%EB%82%B4%EC%9A%A9%20%ED%99%95%EC%9D%B8%ED%95%98%EA%B8%B0%22%20transform%3D%22translate%28660.894%20222%29%22%20fill%3D%22%23fff%22%20font-size%3D%2215%22%20font-family%3D%22NotoSansCJKkr-Regular%2C%20Noto%20Sans%20CJK%20KR%22%20letter-spacing%3D%22-0.05em%22%3E%3Ctspan%20x%3D%22-40%22%20y%3D%220%22%3E%EB%82%B4%EC%9A%A9%20%ED%99%95%EC%9D%B8%ED%95%98%EA%B8%B0%3C%2Ftspan%3E%3C%2Ftext%3E%0D%0A%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: center;
  background-size: inherit;
}
