@charset "euc-kr";

/* °øÅë CSS ÆÄÀÏ(css.css)Àº include/include_header.asp¿¡¼­ ·ÎµåµÇ°í ÀÖÀ¸´Ï
CSS ¼öÁ¤/Ãß°¡´Â css.css ÆÄÀÏ¿¡¼­¸¸ ÁøÇàÇØ ÁÖ¼¼¿ä. */
html, body {margin:0px;padding:0px;letter-spacing:-0.085em;}
a:link {
  text-decoration:none;
  color:#676767
}
.w20pp { width:20%; }
.w22pp { width:22%; }
.w23pp { width:23%; }
.w24pp { width:24%; }
.w25pp { width:25%; }
.w30pp { width:30%; }
.w31pp { width:31%; }
.w32pp { width:32%; }
.w33pp { width:33%; }
.w34pp { width:33.22223333%; }
.w90pp { width:90%; }
.w95pp { width:95%; }
.w100pp { width:100%; }

.w70px { width:70px;min-width:70px; }
.w80px { width:80px;min-width:80px; }
.w90px { width:90px;min-width:90px; }
.w100px { width:100px;min-width:100px; }
.w110px { width:110px;min-width:110px; }
.w119px { width:119px;min-width:119px; }
.w120px { width:120px;min-width:120px; }
.w130px { width:130px;min-width:130px; }
.w140px { width:140px;min-width:140px; }
.w150px { width:150px;min-width:150px; }
.w160px { width:160px;min-width:160px; }
.w170px { width:170px;min-width:170px; }
.w180px { width:180px;min-width:180px; }
.w190px { width:190px;min-width:190px; }
.w200px { width:200px;min-width:200px; }
.w210px { width:210px;min-width:210px; }
.w220px { width:220px;min-width:220px; }
.w230px { width:230px;min-width:230px; }
.w240px { width:240px;min-width:240px; }
.w250px { width:250px;min-width:250px; }
.w260px { width:260px;min-width:260px; }
.w270px { width:270px;min-width:270px; }
.w280px { width:280px;min-width:280px; }
.w290px { width:290px;min-width:290px; }
.w300px { width:300px;min-width:300px; }
.w310px { width:310px;min-width:310px; }
.w320px { width:320px;min-width:320px; }
.w330px { width:330px;min-width:330px; }
.w340px { width:340px;min-width:340px; }
.w350px { width:350px;min-width:350px; }
.w360px { width:360px;min-width:360px; }
.w370px { width:370px;min-width:370px; }
.w380px { width:380px;min-width:380px; }
.w390px { width:390px;min-width:390px; }
.w400px { width:400px;min-width:400px; }
.w410px { width:410px;min-width:410px; }
.w420px { width:420px;min-width:420px; }
.w430px { width:430px;min-width:430px; }
.w440px { width:440px;min-width:440px; }
.w450px { width:450px;min-width:450px; }
.w460px { width:460px;min-width:460px; }
.w470px { width:470px;min-width:470px; }
.w480px { width:480px;min-width:480px; }
.w490px { width:490px;min-width:490px; }
.w500px { width:500px;min-width:500px; }
.w1068px {width:1068px;}

.fs6p {font-size:6px;}
.fs7p {font-size:7px;}
.fs8p {font-size:8px;}
.fs9p {font-size:9px;}
.fs10p {font-size:10px;}
.fs11p {font-size:11px;}
.fs12p {font-size:12px;}
.fs13p {font-size:13px;}
.fs14p {font-size:14px;}
.fs15p {font-size:15px;}
.fs16p {font-size:16px;}
.fs17p {font-size:17px;}
.fs18p {font-size:18px;}
.fs19p {font-size:19px;}
.fs20p {font-size:20px;}
.fs21p {font-size:21px;}
.fs22p {font-size:22px;}
.fs23p {font-size:23px;}
.fs24p {font-size:24px;}

.flt-l {float:left;}

.paddingNo {padding:0px;}
.paddingT-10 {padding-top:10px;}
.paddingT-20 {padding-top:20px;}

.marginAT {margin:auto;}
.marginT-10 {margin-top:10px;}
.marginT-20 {margin-top:20px;}
.marginT-30 {margin-top:30px;}
.marginT-50 {margin-top:50px;}
.marginB-20 {margin-bottom:20px;}
.marginB-50 {margin-bottom:50px;}
.marginL-10 {margin-left:10px;}
.marginL-20 {margin-left:20px;}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.col {
  height:100%;
}

.bg-light-gray {background-color:#e1e1e1;}

.bd-tb-1-d3d3d3 {border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3;}

input[type=text], input[type=password], textarea {
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -ms-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  outline: none;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}

#login_pop_up {
  display:none;
  width:500px;
  height:300px;
  z-index:100;
  color:#000;
/*		background-color:#ffffff;		*/
  top:100px;
  -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
  border-radius:5px;
  overflow:hidden;
}
.login_pop_up_tit {
  background-color:#4e73df;
  color:#fff;
  font-weight:bold;
  padding:20px;
  font-size:20px;
}

.login-body {
  padding:30px;
  color:#000;
  width:440px;
  height:100%;
  background-color:#ffffff;
}
.login-body div {margin-bottom:5px;}
.inp-login {
  width:320px;
  height:40px;
  padding:0 10px 0 10px;
  border:1px solid #b5b5b5;
  border-radius:3px;
}
.login-lb {
  display:inline-block;
  width:80px;
}
.pop-login-btn {
  display:inline-block;
  margin-top:20px;
  width:79px;
  background-color:#6c8dee;
  color:#fff;
  padding:10px;
  border-radius:4px;
  cursor:pointer;
}
.pop-login-btn2 {
  display:inline-block;
  margin-top:20px;
  width:78px;
  background-color:#a3a3a3;
  color:#fff;
  padding:10px;
  border-radius:4px;
  cursor:pointer;
}
.pop-login-btn3 {
  display:inline-block;
  margin-top:20px;
  width:120px;
  background-color:#a3a3a3;
  color:#fff;
  padding:10px;
  border-radius:4px;
  cursor:pointer;
}
.login-close {
  display:inline-block;
  float:right;
  font-size:30px;
  margin-top:-12px;
  font-weight:normal;
  cursor:pointer;
}
.search-span {
  display:inline-block;
  text-align:center;
  margin-left:140px;
  margin-top:30px;
}
#search_inp {
  width:284px;
  border:0px;
  border-radius:20px;
  height:30px;
  padding:0 20px 0 20px;
  background:#ececec;
  font-size:14px;
}
.top-header {
  position:absolute;
  width:100%;
  height:110px;
  background:rgba(81,83,104,0) url('');
  color:#fff;
  text-shadow: 1px 1px 2px #404040;
}

.top-header a:link {color:none;}
.top-header a:visited {color:#fff;}

.top-header-dw {
  z-index:10;
  animation: fadein 0.5s;
  -moz-animation: fadein 0.5s; /* Firefox */
  -webkit-animation: fadein 0.5s; /* Safari and Chrome */
  -o-animation: fadein 0.5s; /* Opera */
  position:fixed;
  width:100%;
  height:110px;
  background:rgba(255,255,255,1) url('');
  color:#000;
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
.top-header-dw a:link {color:none;}
.top-header-dw a:visited {color:#000;}
.top-header-dw ul.t-mnu1 li {color:#9a9a9a;}
.top-menu {
  margin:auto;
  width:1140px;
  height:80px;
}
@keyframes fadein {
  from {
    opacity:0;
  } to {
    opacity:1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
    opacity:0;
  } to {
    opacity:1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
    opacity:0;
  } to {
    opacity:1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
    opacity:0;
  } to {
    opacity: 1;
  }
}

.main-top {
  width:100%;
  height:420px;
  background:-webkit-gradient(linear,left top,left bottom,from(rgba(81,83,104,.6)),to(rgba(81,83,104,.6))),url('/images/main_bg.jpg');
  background:linear-gradient(to bottom,rgba(81,83,104,.6) 0,rgba(81,83,104,.6) 100%),url('/images/main_bg.jpg');
  background-position:center;
  background-repeat:no-repeat;
  background-attachment:scroll;
  background-size:cover;
}
.contents-warp {
  float:left;
  position:relative;
  width:100%;
  height:auto;
  padding:90px 0 90px 0;
}
.section-1 {
  margin:auto;
  width:1140px;
  height:auto;
  background-color:#ffffff;
}
.contents-warp2{
  float:left;
  position:relative;
  width:100%;
  height:auto;
  padding:90px 0 90px 0;
  background-color:#f4f4f4;
}
.section-2 {
  margin:auto;
  width:1140px;
  height:auto;
}

.t-logo {display:inline-block;padding-top:14px;float:left;}
.t-logo img {width:180px;}

.top-menu ul.t-mnu1{float:right;display:inline-block;list-style: none;}
.top-menu ul.t-mnu1 li {
  float:left;
  margin-left:15px;
  font-size:12px;
  font-weight:normal;
  cursor:pointer;
  text-shadow: 0px 0px 0px #404040;
}
.top-menu ul.t-mnu1 a:link {color:#ffffff;}
.top-menu ul.t-mnu1 li:hover {color: #383838;}

.top-menu ul.t-mnu2{float:right;display:inline-block;list-style: none;}
.top-menu ul.t-mnu2 li {
  float:left;
  margin-left:15px;
  font-size:14px;
  font-weight:bold;
  cursor:pointer;
}
.top-menu ul.t-mnu2 li:hover {color: #f4623a;}

.top-menu ul.t-mnu2 ul {
  position:absolute;clear:both;display:none;background-color:#fff;margin:10px 0 0 0;padding:10px 40px 10px 40px;
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
.top-menu ul.t-mnu2 ul li {clear:both;display:block;margin:0;padding:5;text-shadow:none;color:#000;font-weight:normal;line-height:160%;}

.main-top-in {
  margin:auto;
  width:1140px;
  height:500px;
  color:#ffffff;
  text-align:center;
}
.main-c-title {
  display:inline-block;
  margin-top:15%;
  width:60%;
  text-align:center;
  font-size:50px;
  font-weight:bold;
  line-height:120%;
  color:#f4e69a;
  letter-spacing:-0.085em;
  text-shadow: 4px 2px 4px #404040;
  text-align:center;
}
.sub-c-title {
  display:inline-block;
  margin-top:1%;
  width:60%;
  font-size:22px;
  line-height:120%;
  font-weight:bold;
  letter-spacing:-0.085em;
  color:#fff;
  text-align:center;
  text-shadow: 4px 2px 4px #404040;
  text-align:center;
}


.sub-top-in {
  margin:auto;
  width:1140px;
  color:#ffffff;
  text-align:center;
}

.sub-sub-c-title {
  display:inline-block;
  width:75%;
  margin-top:6%;
  padding-bottom:5px;
  font-size:44px;
  line-height:125%;
  font-weight:bold;
  letter-spacing:-0.085em;
  color:#f4e69a;
  text-align:center;
  text-shadow: 4px 2px 4px #404040;
  word-wrap: break-word;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;

}
.sub-sub-c-title2 {
  display:inline-block;
  width:60%;
  margin-top:1%;
  color:#ffffff;
  font-size:20px;
  letter-spacing:-0.085em;
  text-align:center;
  text-shadow: 4px 2px 4px #404040;
  line-height:120%;
  word-wrap: break-word;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.s-title {
  /*
  display:inline-block;
  width:auto;
  */
  padding:0 15px 0 15px;
  font-size:28px;
  font-weight:bold;
  color: #3a4659;
}
.s-title2 {
  padding:0 15px 15px 15px;
  font-size:15px;
  font-weight:normal;
  color: #768082;
}
.cnt-box1 {
  float:left;
  border:1px solid #f0f0f0;
  border-radius:4px;
  width:348px;
  height:495px;
  margin:0 15px 30px 15px;
  cursor:pointer;
  background-color:#ffffff;
}
.cnt-box1:hover .img_area1, .cnt-box1:focus .img_area1 {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.cnt-box1.last {margin-right:0px;}

.cnt-box-interview {
  float:left;
  border:1px solid #f0f0f0;
  border-radius:4px;
  width:348px;
  height:450px;
  margin:0 15px 30px 15px;
  cursor:pointer;
  background-color:#ffffff;
}

.cnt-box-interview:hover .img_area1, .cnt-box-interview:focus .img_area1 {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.cnt-box1 a:link {
  text-decoration:none;
}

.img_area-box {
  height:220px;
  overflow:hidden;
}
.img_area1 {
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  width:100%;
  height:220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;

  -webkit-transition: transform .3s ease-out;
  -moz-transition: transform .3s ease-out;
  -ms-transition: transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;

}
.cnt-box1-body {
  padding:0 20px;
}
.cnt-box1-body-title {
  font-size:20px;
  line-height:100%;
  height:40px;
  overflow:hidden;
  text-align:left;
  color:#000000;
  word-break:break-all;
}
.cnt-box1-body-title p a:link {color:#000000;}
.cnt-box1-body-txt {
  color:#969d9f;
  text-align:justify;
  word-break:break-all;
  height:60px;
  overflow:hidden;
}
.cnt-box1-body p.cnt-box1-body-info {color:#969d9f;font-size:12px;}
.cnt-box1-body a:link {
  text-decoration:none;
}
.cateSty1 {
  z-index:1;position:absolute;display:inline;font-size:12px;margin:10px 10px 0;background-color:#E5274F;color:#ffffff;border-radius:3px;padding:1px 10px 1px 10px;
}
.author_img {
  display:inline-block;
  float:left;
  margin-top:0px;
  width:38px;
  height:38px;
  border:1px solid #f2f2f2;
  border-radius:20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;

  -moz-box-shadow: 1px 1px 6px 0px #aaacb3;
  -webkit-box-shadow: 1px 1px 6px 0px #aaacb3;
  box-shadow: 1px 1px 6px 0px #aaacb3;
}
.author_info {
  display:inline-block;max-width:210px;height:16px;vertical-align:bottom;margin-left:10px;margin-top:10px;color:#3a4659;font-size:12px;overflow:hidden;
  padding-right:2px;
}
.share_list {
  margin-top:0px;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  float: right;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url('/ja_data/hrinsight/new_img/unitshare.png');
  background-position: 7px 8px;
  border: 1px solid #eef3f6;
}
.share_list:hover {
  background-position: -16px 8px;
}

.dropdown-menu{
  position:absolute;
  top:-132px;
  left:-121px;
  z-index:1000;
  display:none;
  float:left;
  min-width:160px;
  padding:5px 0;
  margin:2px 0 0;
  font-size:14px;
  text-align:left;
  list-style:none;
  background-color:#fff;
  -webkit-background-clip:padding-box;
  background-clip:padding-box;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,.15);
  border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
  box-shadow:0 6px 12px rgba(0,0,0,.175)
}

.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}
.open>.dropdown-toggle.btn-primary{background-image:none}

.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}
.open>.dropdown-toggle.btn-success{background-image:none}
.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}
.open>.dropdown-toggle.btn-info{background-image:none}
.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}
.open>.dropdown-toggle.btn-warning{background-image:none}
.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}
.open>.dropdown-toggle.btn-danger{background-image:none}
.dropdown{position:relative;float:right;}
.dropdown-toggle:focus{outline:0}

.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}
.open>.dropdown-toggle.btn-default{background-image:none}

.dropdown-menu.pull-right{right:0;left:auto}
.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}
.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}
.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{
  text-decoration:none;
  cursor:not-allowed;
  background-color:transparent;
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.dropdown-menu li img {width:20px;height:20px;vertical-align:middle;border-radius:2px;margin-right:5px;}
.open>.dropdown-menu{display:block}
.open>a{outline:0}

.cnt-cardnews {
  z-index:1;
  float:left;
  width:222px;
  height:285px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;

  -webkit-transition: transform .3s ease-out;
  -moz-transition: transform .3s ease-out;
  -ms-transition: transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
}
.cnt-cardnews:hover {
  z-index:2;
  -moz-box-shadow: 1px 1px 6px 0px #000000;
  -webkit-box-shadow: 1px 1px 6px 0px #000000;
  box-shadow: 1px 1px 6px 0px #000000;

  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  cursor:pointer;
}

.footer {
  float:left;
  position:relative;
  width:100%;
  height:auto;
  padding:40px 0 40px 0;
  background-color:#7e7e7e;
}
.footer-1 {
  margin:auto;
  width:1140px;
  height:auto;
  color:#e6dddd;
}

.sub-top {
  display:inline-block;
  float:left;
  margin-top:110px;
  width:100%;
  height:240px;
  background:-webkit-gradient(linear,left top,left bottom,from(rgba(81,83,104,.6)),to(rgba(81,83,104,.6))),url('/images/main_bg.jpg');
  background:linear-gradient(to bottom,rgba(81,83,104,.6) 0,rgba(81,83,104,.6) 100%),url('/images/main_bg.jpg');
  background-position:center;
  background-repeat:no-repeat;
  background-attachment:scroll;
  background-size:cover;
}

.paging {float:left;width:1140px;margin-top:50px;text-align:center;}
.paging .pg-more {
  font-size:16px;
  padding-right:25px;
  background-image: url('/ja_data/hrinsight/new_img/btn_more_st1.png');
  background-repeat: no-repeat;
  background-position:right center;
  cursor:pointer;
  font-weight:normal;
}

.paging_s {float:left;width:100%;margin-bottom:40px;text-align:center;}
.paging_s span img {vertical-align:middle;margin:0 6px 0 6px;cursor:pointer;}
.paging_s span.pageNm {padding:0 6px 0 6px;cursor:pointer;font-size:12px;}
.paging_s span.pageNm.on {color:#0ba350;font-weight:bold;}

.paging_s2 {float:left;width:100%;margin-bottom:40px;text-align:center;}
.paging_s2 span img {vertical-align:middle;margin:0 6px 0 6px;cursor:pointer;}
.paging_s2 span.pageNm {padding:0 6px 0 6px;cursor:pointer;font-size:14px;}
.paging_s2 span.pageNm.on {color:#0ba350;font-weight:bold;}

.list-tbl {font-size:14px;margin-bottom:30px;}
.list-tbl th {border-top:2px solid #51bcb4;border-bottom:1px solid #51bcb4;padding:5px;}
.list-tbl td {border-bottom:1px solid #ceeae8;padding:5px;color:#39a59d;line-height:130%;padding:10px 5px 10px 5px;}

.view-L {
  float:left;
  width:800px;
  max-width:800px;
  height:auto;
  padding:0 10px;
  font-size:130%;
  line-height:180%;
  text-align:justify;
  color:#676767;
}
.view-R {
  float:left;
  margin-left:60px;
  margin-top:10px;
  width:260px;
  max-width:260px;
  height:auto;
  overflow-x:hidden;
}
.view-R-tit {
  font-size:19px;
  border-bottom:1px solid #e7e7e7;
  padding-bottom:10px;
}

ul.R-s-list {
  list-style:none;
  padding-left:0px;

}
ul.R-s-list a:link {text-decoration:none;}
ul.R-s-list li {
  word-wrap: break-word;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  line-height:160%;
  color:#606060;
  cursor:pointer;
  margin-bottom:5px;
}
ul.R-s-list li.on {
/*	font-weight:bold;	*/
  color:#f4623a;
}
ul.R-s-list li:hover {
  color:#000000;
}
.R-s-list-ico {
  display:inline-block;
  width:14px;
  height:14px;
  text-align:center;
  font-size:10px;
  background-color:#b8b8b8;
  color:#ffffff;
  line-height:130%;
  margin-right:6px;
  border-radius:1px;
  border:1px solid #b8b8b8;
  padding-right:2px;
}
.sns-ico {
  position:absolute;
  margin-left:-60px;
}
.sns-ico ul {
  list-style:none;
  padding-left:0px;
}
.sns-ico ul li {
  padding:0px;
  margin:0px;
  line-height:100%;
}
.sns-ico ul li img {display:block;cursor:pointer;}

.view-L-tsBtn {
  display:inline-block;
  float:right;
  margin-top:-26px;
  margin-right:-14px;
}
.view-L-tsBtn ul {
  list-style:none;
  padding-left:0px;
}
.view-L-tsBtn ul li {
  float:left;
  padding:0px;
  margin:0px;
  border-top:1px solid #dfdfdf;
  border-bottom:1px solid #dfdfdf;
  border-left:1px solid #dfdfdf;
  border-right:0px solid #dfdfdf;
}
.view-L-tsBtn ul li:last-child {border-right:1px solid #dfdfdf;}
.view-L-tsBtn ul li img {display:block;cursor:pointer;}

.view-B-tsBtn {
  display:inline-block;
  margin-top:-26px;
  margin-right:-14px;
}
.view-B-tsBtn ul {
  list-style:none;
  padding-left:0px;
}
.view-B-tsBtn ul li {
  float:left;
  padding:0px;
  margin:0px;
  border-top:1px solid #dfdfdf;
  border-bottom:1px solid #dfdfdf;
  border-left:1px solid #dfdfdf;
  border-right:0px solid #dfdfdf;
}
.view-B-tsBtn ul li.textMnu {
  font-size:14px;
  line-height:100%;
  padding:7px 10px 7px 10px;
  cursor:pointer;
  background-color:#7d7d7d;
  color:#fff;
  border-top:1px solid #6a6a6a;
  border-bottom:1px solid #6a6a6a;
  border-left:1px solid #6a6a6a;
  border-right:0px solid #6a6a6a;
}
.view-B-tsBtn ul li:last-child {border-right:1px solid #dfdfdf;}
.view-B-tsBtn ul li img {display:block;cursor:pointer;}

.R-ad {
  float:left;
  margin-bottom:30px;
  width:172px;
  height:auto;
  padding:38px 44px 30px 44px;
  background-color:#f7f7f7;
  color:#333333;
  cursor:pointer;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.R-ad-ico {
  position:absolute;
  width:54px;
  height:22px;
  margin-top:-28px;
  margin-left:-28px;
  font-size:11px;
  color:#fff;
  background-color:#d7d7d7;
  border-radius:11px;
  text-align:center;
  line-height:22px;
  text-shadow: 0px 0px 2px #333333;
}
.R-ad-mainTit {
  font-size:20px;
  font-weight:bold;
  text-align:justify;
}
.R-ad-subTit {
  text-align:justify;
}

.R-ad2 {
  float:left;
  margin-top:0px;
  width:172px;
  height:172px;
  padding:38px 44px 30px 44px;
  background-color:#f7f7f7;
  color:#333333;
  cursor:pointer;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-size:100% 100%;
  background-repeat : no-repeat;
}
.R-ad-ico2 {
  position:absolute;
  width:54px;
  height:22px;
  margin-top:-28px;
  margin-left:-28px;
  font-size:11px;
  color:#fff;
  background-color:#d7d7d7;
  border-radius:11px;
  text-align:center;
  line-height:22px;
  text-shadow: 0px 0px 2px #333333;
}

.detail-contents img{
  margin:20px 0 20px 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.detail-contents img:hover {
  -moz-box-shadow: 1px 1px 6px 0px #000000;
  -webkit-box-shadow: 1px 1px 6px 0px #000000;
  box-shadow: 1px 1px 6px 0px #000000;
/*
  zoom: 1.1;
*/
  -ms-transition: all .3s ease-out;
  -ms-transform: scale(1.2);
  -moz-transition: all .3s ease-out;
  -moz-transform: scale(1.2);
  -webkit-transition: all .3s ease-out;
  -webkit-transform: scale(1.2);
  -o-transition: all .3s ease-out;
  -o-transform: scale(1.2);
  transition: all .3s ease-out;
  transform: scale(1.2);

  transform-origin: center left;
}
.v-bottom {
  float:left;
  width:100%;
  border-top:1px solid #e7e7e7;
  padding-top:30px;
  text-align:center;
}
.grade-chk {
  background-color: #f8585b;
  border: none;
  color:#fff;
  padding: 6px 20px 6px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px;
}
.v-login {
  display:inline;
  margin-left:20px;
  background-color:#000;
  font-size:12px;
  padding:2px 10px 2px 10px;
  cursor: pointer;
}
.ico-my-mnu {
  display:inline-block
  width:14px;
  height:14px;
  padding:7px;
  background-image:url('/ja_data/hrinsight/new_img/ico_my_mnu.png');
  background-repeat:no-repeat;
  background-position:left 11px;
}

.basket-list input[type="checkbox"] {
  display: none;
}
.basket-list input[type="checkbox"]:checked + label:before {
  background: url(/ja_data/elabor/new_img/join_check2_on.png) no-repeat 0 0;
  color:red;
}
.basket-list input[type="checkbox"] + label {cursor:pointer;}
.basket-list input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  line-height: 19px;
  vertical-align: middle;
  background: url(/ja_data/elabor/new_img/join_check2_off.png) no-repeat 0 0;
  padding-bottom:4px;
  cursor:pointer;
}

.join-warp {
  width:700px;
  margin:auto;
}
.join-body {
  width:500px;
  margin:auto;
  padding-top:30px;
}
hr {border:0px;border-bottom:1px solid #dddddd;margin-bottom:20px;margin-top:20px;}

.txtAl-C {text-align:center;}
.txtAl-L {text-align:left;}
.txtAl-R {text-align:right;}

.mrg-t-10 {margin-top:10px;}
.mrg-t-20 {margin-top:20px;}
.mrg-t-30 {margin-top:30px;}
.mrg-t-40 {margin-top:40px;}
.mrg-t-50 {margin-top:50px;}

.mrg-b-10 {margin-bottom:10px;}
.mrg-b-20 {margin-bottom:20px;}
.mrg-b-30 {margin-bottom:30px;}
.mrg-b-40 {margin-bottom:40px;}
.mrg-b-50 {margin-bottom:50px;}

.mrg-l-10 {margin-left:10px;}
.mrg-l-20 {margin-left:20px;}
.mrg-l-30 {margin-left:30px;}
.mrg-l-40 {margin-left:40px;}
.mrg-l-50 {margin-left:50px;}

.rdo input[type="radio"] {
  display: none;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0px;
  background-color: #ffffff;
}
.rdo input[type="radio"] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size:14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  vertical-align:middle;
}
.rdo input[type="radio"]:checked + label:before {
  background: url(/ja_data/hrinsight/new_img/rdo_2.png) no-repeat 0 0;
}
.rdo input[type="radio"] + label:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  background: url(/ja_data/hrinsight/new_img/rdo_1.png) no-repeat 0 0;
}

.join-check input[type="checkbox"] {
  display: none;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0px;
  background-color: #ffffff;
}
.join-check input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size:18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  vertical-align:middle;
}
.join-check input[type="checkbox"]:checked + label:before {
  background: url(/ja_data/hrinsight/new_img/join_check1_on.png) no-repeat 0 0;
}
.join-check input[type="checkbox"] + label:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  background: url(/ja_data/hrinsight/new_img/join_check1_off.png) no-repeat 0 0;
}

.join-btn {
  background-color:#0ba350;
  color:#ffffff;
  padding:5px 20px 8px 20px;
  font-size:18px;
  border-radius:3px;
  cursor:pointer;
}

.join-btn2 {
  background-color:#8c8c8c;
  color:#ffffff;
  padding:5px 20px 8px 20px;
  font-size:18px;
  border-radius:3px;
  cursor:pointer;
}
select.inp-sel {
  display:inline-block;
  padding:5px;
  border:1px solid #b8b8b8;
  border-radius:2px;
  vertical-align:middle;
}
input[type="text"].join-inp-txt {
  display:inline-block;
  margin-bottom:2px;
  height:18px;
  padding:10px;
  background-color:#ffffff;
  border:1px solid #b8b8b8;
  color:#616161;
  font-size:14px;
  vertical-align:middle;
}
input[type="password"].join-inp-txt {
  display:inline-block;
  margin-bottom:2px;
  height:18px;
  padding:10px;
  background-color:#ffffff;
  border:1px solid #b8b8b8;
  color:#616161;
  font-size:14px;
  vertical-align:middle;
}
select.join-inp-txt {
  display:inline-block;
  margin-bottom:2px;
  padding:10px;
  background-color:#ffffff;
  border:1px solid #b8b8b8;
  color:#616161;
  font-size:14px;
  vertical-align:middle;
}
.mag-L10 {margin-left:10px;}
.mag-R10 {margin-right:10px;}
.btn-join-st1 {
  display:inline-block;
  margin-top:-1px;
  height:40px;
  line-height:40px;
  background-color:#ababab;
  color:#ffffff;
  padding:0 20px 0 20px;
  vertical-align:middle;
  cursor:pointer;
}
.join-lb {font-weight:bold;padding:0px;margin:10px 0 5px 0;}
.join-lb .star {color:#0ba350;}

#mBanner {
  list-style:none;
  padding-left:0px;
  float:left;margin:auto;width:1122px;height:102px;background:#efefef;margin-bottom:30px;margin-left:15px;text-align:center;line-height:100px;
  overflow:hidden;
  z-index:10;
}


.search-body p.title {font-size:20px;color:#000000;line-height:100%;}
.search-body p.text {font-size:14px;color:#676767;line-height:140%;}
.search-body p.tag {font-size:12px;color:#a6a6a6;line-height:100%;}
.search-body p.tag span.separ {font-size:10px;}
.search-body dl {margin-bottom:30px;margin-top:30px;}


/* ¡å¡å¡å °Ë»ö¿É¼Ç¹Ú½º ¡å¡å¡å */
.SearchOpt {float:left;width:100%;margin-bottom:25px; padding:0em; border:0px solid #f2f2ef; background-color:#ffffff;font-size:14px;line-height:130%; }
.SearchOpt ul li {float:left;padding:0;font-size:16px;cursor:pointer;}
.SearchOpt .on {font-weight:700; color:#0ca350;}
#SearchOptDiv {width:100%;}
.SearchOptTbl {width:100%;border-top:2px solid #cccccc;border-spacing:0px;}
.SearchOptTbl th,td {padding:20px;border-spacing:0px;border-bottom:1px solid #e0e0e0;}
.SearchOptTbl th {background-color:#f0f0f0;}
.SearchOptTbl .srch_inp_txt {font-family: "Noto Sans KR", sans-serif, "Nanum Gothic Coding", "Nanum Gothic", serif, µ¸¿ò, Dotum;height:14px;padding:10px 16px 10px 16px;letter-spacing:-0.085em;border:1px solid #aaaaaa;font-size:14px;}

.SearchOptTbl td span {color:#5a5a5a;font-size:14px;}
.SearchOpt input[type="checkbox"]{display:none;}
.SearchOpt input[type="checkbox"] + label {
  display:inline-block;
  position:relative;
  cursor:pointer;
}
.SearchOpt input[type="checkbox"] + label:before {
  content:"";
  display:inline-block;
  width:17px;
  height:17px;
  line-height: 17px;
  vertical-align: middle;
  background: url('/ja_data/elabor/new_img/uncheck.png') no-repeat 0 0;
}
.SearchOpt input[type="checkbox"]:checked + label:before {
  background: url('/ja_data/elabor/new_img/check.png') no-repeat 0 0;
}

.SearchOpt input[type="radio"]{display:none;}
.SearchOpt input[type="radio"] + label {
  display:inline-block;
  position:relative;
  cursor:pointer;
}
.SearchOpt input[type="radio"] + label:before {
  content:"";
  display:inline-block;
  width:18px;
  height:18px;
  line-height: 18px;
  margin-right:4px;
  vertical-align: middle;
  background: url('/ja_data/elabor/new_img/join_check2_off.png') no-repeat 0 0;
}
.SearchOpt input[type="radio"]:checked + label:before {
  background: url('/ja_data/elabor/new_img/join_check2_on.png') no-repeat 0 0;
}

.SearchOptTbl li {width:100px;padding:0px;margin:0px;}

.btn-detail-search {
  display:inline-block;
  margin-left:20px;
  font-weight:normal;
  font-size:14px;
  background-color:#e1f7eb;
  line-height:220%;
  padding:0 25px 0 15px;
  background-image:url('/ja_data/elabor/new_img/search/detail_search_arrow2.png');
  background-repeat: no-repeat;
  background-position: 90px 8px;
  cursor:pointer;
}

.search-pg-tit {
  padding-bottom:20px;font-size:34px;line-height:120%;letter-spacing:-0.085em;
}
.search-opt-btn {
  float:right;font-weight:normal;font-size:14px;margin-top:20px;background-color:#0ba350;color:#ffffff;line-height:100%;padding:4px 10px 6px 10px;border-radius:2px;
  cursor:pointer;
}

.div_research {float:left;margin-top:30px;margin-bottom:30px;width:100%;text-align:center;}
.btn_research {background-color:#0ba350;color:#ffffff;font-size:16px;padding:7px 55px 7px 55px;cursor:pointer;}
.div_sort_opt {float:left;width:100%;border-bottom:1px solid #e0e0e0;margin-bottom:30px;padding:0px;}
.div_sort_opt ul {display:inline-block;list-style: none;margin:5px 0px 0px 0px;padding:0px;}
td ul {display:inline-block;list-style: none;margin:0px;padding:0px;}
.div_sort_opt ul li {font-size:14px;padding:6px 10px 10px 10px;}
.div_sort_opt li.separ {color:#e9e9e9;}
.div_sort_opt li.on {
  padding-left:18px;
  font-weight:bold;
  color:#000000;
  background: url('/ja_data/elabor/new_img/img_research_order_sel.jpg') no-repeat 0 0;
  background-position: 0 9px;
}

/*ie10~11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-detail-search {
    background-position: 97px 8px;		/*ieºê¶ó¿ìÀú¿¡¼­ Æ÷Áö¼Ç°ªÀÌ Æ²¾îÁö´Â ¹®Á¦·Î media screen »ç¿ë*/
  }
  .cw_1079 ul li {letter-spacing:-0.085em;}
}
/* ¡ã¡ã¡ã °Ë»ö¿É¼Ç¹Ú½º ¡ã¡ã¡ã */


.contents-cate {
  float:left;
  width:800px;
  font-size:26px;
  font-weight:bold;
  color:#3a4659;
  border-bottom:1px solid #f1f1f1;
  margin-bottom:20px;
  padding-bottom:10px;
  margin-top:20px;
}
.contents-title {
  float:left;
  width:580px;
  height:30px;
  font-size:20px;
  color:#000;
  margin-bottom:10px;
  overflow:hidden;
}
.contents-title span.tit-f{
  display:inline-block;
  border-left:3px solid #859299;
  padding-right:10px;
  height:20px;
  line-height:90%;
}
.contents-img {
  float:left;
  width:198px;
  height:150px;
  margin-right:20px;
  border:1px solid #f1f1f1;
  background-size:cover;
}
.contents-cont {
  float:left;
  width:580px;
  height:70px;
  font-size:16px;
  color:#676767;
  line-height:140%;
  overflow:hidden;
}
.contents-box {
  float:left;
  width:800px;
  margin-bottom:60px;
}

.author_info_d {
  display:none;
  position:absolute;
  width:170px;
  max-width:170px;
  height:100px;
  padding:10px 20px 10px 20px;
  border:1px solid #dddddd;
  background-color:#ffffff;
  border-radius:4px;
  margin-top:-30px;
  margin-left:100px;
  font-size:13px;
  overflow-y:scroll;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
[data-role] {
  display:none;
  position:absolute;
  width:170px;
  max-width:170px;
  height:100px;
  padding:10px 20px 10px 20px;
  border:1px solid #dddddd;
  background-color:#ffffff;
  border-radius:4px;
  margin-top:-30px;
  margin-left:50px;
  font-size:13px;
  overflow-y:scroll;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.author_area {
  width:265px;float:left;
}
.triangle {
  display:none;
  position:absolute;
  width:0;
  height:0;
  border-style:solid;
  border-width:7px;
  margin-left:37px;
  margin-top:45px;
  /*
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  */
}
.triangle.test_1 {border-color:#7d1919 transparent transparent transparent;}
.triangle.test_2 {border-color:transparent transparent #7d1919 transparent;}
.triangle.test_3 {border-color:transparent #dddddd transparent transparent;}
.triangle.test_4 {border-color:transparent transparent transparent #7d1919;}

span.right {
  background-image: url('/ja_data/elabor/new_img/sp_nav.png');
  background-repeat: no-repeat;
  background-position: -478px -43px;
}

.contents-warp-np {
  float: left;
  position: relative;
  width: 100%;
  height: 550px;
  margin-top:110px;
  padding:0px;
  background: rgba(0,0,0,0.4);
}
.contents-bottom {
  clear:both;
  width:1120px;
  margin:auto;
  height:auto;
  padding:100px 0 100px 0;
}
.contents-bottom-sv {
  float: left;
  position: relative;
  width: 100%;
  margin-top:110px;
  padding:0px;
}
.contents-bottom-sv-in {
  width:1120px;
  margin:auto;
  height:auto;
  padding:50px 0 100px 0;
}

.contents-warp-none {width:100%;height:110px;}
.mnuST-1 {
  display:inline-block;
  color:#616161;
  background:#ffffff;
  border:1px solid #d3d3d3;
  border-radius:50px;
  padding:10px 20px 10px 20px;
  cursor:pointer;
}
.mnuST-1:first-child {margin-right:10px;}
.mnuST-1 span.ar-dw {
  display:inline-block;
  width:15px;
  height:10px;
  background-image:url('/ja_data/hrinsight/new_img/ico_arrow_dw.png');
  background-size:15px 10px;
  background-repeat:no-repeat;
  margin-left:10px;
}
.mnuST-1 span.ar-up {
  display:inline-block;
  width:15px;
  height:10px;
  background-image:url('/ja_data/hrinsight/new_img/ico_arrow_up.png');
  background-size:15px 10px;
  background-repeat:no-repeat;
  margin-left:10px;
}
.m-semi-tit {
  display:inline-block;
  width:auto;
  height:25px;
  background-image:url('/ja_data/hrinsight/new_img/ico_arrow_dw2.png');
  background-size:25px 25px;
  background-repeat:no-repeat;
  background-position:left 4px;
  padding-left:35px;
  padding-bottom:5px;
  font-size:20px;
  margin-left:28px;
}
.m-semi-r {display:inline-block;margin-right:30px;float:right;background:#ff6043;padding:8px 20px 8px 20px;color:#ffffff;cursor:pointer;border-radius:50px;}
.m-semi-tit span {color:#a0a0a0;}
.semi-contents {display:none;}
.semi-contents div.in {padding:40px 0 40px 0; font-size:18px;}
.semi-contents .t-contents {
  border-top:0px solid #d3d3d3;
  border-style:dashed;
  border-bottom:0px;
  border-left:0px;
  border-right:0px;
  padding-top:0px;
}

.semi-contents span.lb {
  display:inline-block;
  width:auto;
  height:25px;
  background-image:url('/ja_data/hrinsight/new_img/ico_arrow_l.png');
  background-size:15px 15px;
  background-repeat:no-repeat;
  background-position:left 7px;
  padding-left:20px;
}
.btn-apply {
  display: inline-block;
  width:150px;
  background:#ff6043;
  padding:8px 20px 8px 20px;
  color:#ffffff;
  cursor:pointer;
  margin-top:20px;
  border-radius:50px;
}

/* HR¶óÀÌºêÅå */
.list-sub-catemnu {display:inline-block;width:auto;float:right;font-weight:normal;}
.list-sub-catemnu span {display:inline-block;background-color:#fff;border:1px solid darkgray;color:darkgray;padding:4px 10px 4px 10px;font-size:12px;border-radius:2px;cursor:pointer;}
.list-sub-catemnu span:hover {background-color:#f4623a;border:1px solid #f4623a;color:#fff;}
.list-sub-catemnu span.on {background-color:#f4623a;border:1px solid #f4623a;color:#fff;}

.hr_talk_wrap{width:1140px; margin:0 auto 40px; padding:24px 28px; border:1px solid #e5e5e5; border-radius:12px; background:#fff; box-sizing: border-box;}
.hr_talk_wrap .hr_talk_header{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.hr_talk_wrap .hr_talk_badge{background:#f4623a;color:#fff;font-size:12px;font-weight:600;padding:4px 8px;border-radius:6px}
.hr_talk_wrap .hr_talk_header h3{font-size:20px;margin:0}
.hr_talk_wrap .hr_talk_date{font-size:15px;color:#333;margin-bottom:18px}
.hr_talk_wrap a.hr_talk_btn{display:inline-block;padding:12px 20px;background:#dd5e53;color:#fff;font-size:15px;font-weight:600;border-radius:8px;text-decoration:none;margin-bottom:24px; transition: .3s;}
.hr_talk_wrap a.hr_talk_btn:hover{background:#af2e23; transition: .3s;}
.hr_talk_wrap .hr_talk_desc{border-top:1px solid #eee;font-size:14px;line-height:1.7;color:#666;}
.hr_talk_wrap .hr_talk_desc .title{font-weight:700;margin-bottom:8px}
.hr_talk_wrap .hr_talk_desc p.txt {margin:0; line-height: 1.5;}
.hr_talk_wrap .hr_talk_desc p.txt span {display:block;}
.hr_question_btn {display: inline-block; padding:12px 20px; font-size: 15px; font-weight: 500; border-radius: 8px; text-decoration: none; color: #fff; white-space: nowrap; margin-left: 10px;}
.hr_question_btn {background-color: #4f7cf5; transition: background-color 0.2s ease, box-shadow 0.2s ease;}
.hr_question_btn:hover {background-color: #3f6ae0;	box-shadow: 0 4px 10px rgba(79,124,245,0.25);}
