@charset "UTF-8";

.wrap.series {
  width: 1036px;
  position: relative;
  margin: 0 auto;
}

.mn-series {
  overflow: hidden;
  margin-top: 40px;
  margin-left: 33px;
  height: 256px;
}

.mn-series li {
  float: left;
  width: 210px;
  margin-right: 51px;
}

/* .mn-series li:first-child { margin-left:10px;} */
.mn-series li a {
  display: block;
  text-align: center;
  color: #313030;
  font-size: 17px;
  font-weight: 400;
}

.mn-series li a:hover {
  color: #f86d72;
}

.mn-series li a figure {
  box-sizing: border-box;
  width: 210px;
  height: 210px;
  overflow: hidden;
}

.mn-series li a figure:hover {
  border: 6px solid #f86d72;
}

.mn-series li a figure span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  transition: all ease-out .3s;
}

.mn-series li a figure span:hover {
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
}

.mn-series li a figcaption {
  width: 210px;
  margin-top: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mn-series-wrap {
  width: 100%;
  position: relative;
}

.mn-series-wrap .remote-prev, .mn-series-wrap .remote-next {
  position: absolute;
  top: 50%;
  margin-top: -31px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  transition: transform 1s, opacity .2s;
  opacity: 1;
}

.mn-series-wrap .remote-prev {
  left: -18px;
  background: url(/assets/images/user/series/left.png) no-repeat 50%;
  transform: translateX(-50px);
}

.mn-series-wrap .remote-next {
  right: -10px;
  background: url(/assets/images/user/series/right.png) no-repeat 50%;
  transform: translateX(50px);
}

.mn-series-wrap .remote-prev:hover, .mn-series-wrap .remote-next:hover {
  opacity: .5;
}

.mn-series-wrap .bx-viewport {
  height: 300px !important;
}

.mn-series-wrap .remote-prev a,
.mn-series-wrap .remote-next a {
  opacity: 0;
}

/* 학습중인 콘텐츠 */
.mn-row-gray3 {
  padding: 30px 0 25px;
  margin: 0 auto;
  width: 1098px;
  background: #eae8e8;
}

.wrap.event figure {
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin-left: 30px;
  width: 208px;
  height: 116px;
}

.wrap.event figure img {
  position: absolute;
  display: inline-block;
  width: 100%;
}

.wrap.event .recom-tit {
  display: inline-block;
  position: absolute;
  margin: 8px 0 0 42px;
  font-size: 0;
}

.wrap.event .recom-tit h4 {
  line-height: 1;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #6b6a6a;
}

.wrap.event .recom-tit h4 span {
  font-weight: 500;
  color: #4067a8;
}

.wrap.event .recom-tit p {
  font-weight: 500;
  font-size: 20px;
  color: #282728;
  line-height: 1.2em;
  margin-bottom: 5px;
}

.wrap.event .recom-tit span.fred {
  font-weight: 400;
  font-size: 18px;
  color: #625f5f;
}

.wrap.event a.learning {
  display: inline-block;
  position: absolute;
  width: 184px;
  height: 40px;
  font-size: 17px;
  line-height: 40px;
  text-align: center;
  bottom: 2px;
  right: 32px;
  background: #7e7d7f;
  color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.wrap.event a.learning span {
  padding-left: 30px;
}

.wrap.event a.learning:before {
  position: absolute;
  content: "";
  width: 26px;
  height: 21px;
  background: url(/assets/images/user/common/ico_listen.png);
  top: 8px;
  left: 14px;
}

.wrap.event a.learning:hover {
  background: #979696;
  color: #fff;
}

.mn-row-gray4 {
  padding: 43px 0 60px;
  margin: 20px auto 0;
  background: #dce1e1;
}

.mn-row-gray7 {
  padding-top: 43px;
  padding-bottom: 50px;
  background: #ece7e7;
}

/*200304-hri report add*/
.mn-tit p.hri {
  font-size: 14px;
  color: #888;
  padding-top: 8px;
}

span.hri-btn-all {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: 0 0 1px 8px;
  vertical-align: bottom;
  background: url(/assets/images/user/main/btn_hri_all.png) no-repeat;
}

span.hri-btn-all a {
  display: block;
  width: 23px;
  height: 23px;
  overflow: hidden;
  text-indent: -999px;
}

/* .mn-row.hri{
  border-top: 1px solid #ccc;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 40px;
} */
.mn-hri-report {
  height: 240px;
  margin-top: 15px;
}

ul.hri-report,
ul.hri-book {
  /* overflow: hidden; */
  width: 1098px;
  height: 240px;
  padding-top: 76px;
}

ul.hri-report li,
ul.hri-book li{
  position: relative;
  display: inline-block;
  background: #f1f0f0;
  width: 354px;
  height: 145px;
  margin-right: 14px;
}

ul.hri-report li:nth-child(3),
ul.hri-book li:nth-child(3)
 {
  margin-right: 0;
}

ul.hri-report li figure,
ul.hri-book li figure {
  display: inline-block;
  margin: -36px 0 22px 22px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

ul.hri-report li figure a,
ul.hri-book li figure a {
  display: block;
  width: 122px;
  height: 158px;
}
ul.hri-report li figure img,
ul.hri-book li figure img {
  width: 122px;
  height: 158px;
}

ul.hri-report li figure a:hover .over_area,
ul.hri-book li figure a:hover .over_area {
  opacity: 1;
}

/* ul.hri-report li figure a:hover{
  background-color:rgba(0,0,0,.35);
} */
ul.hri-report li figure .over_area,
ul.hri-book li figure .over_area {
  position: absolute;
  background: rgba(0, 0, 0, .4);
  top: -36px;
  left: 22px;
  width: 122px;
  height: 89px;
  box-sizing: content-box;
  opacity: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding-top: 70px;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
}

ul.hri-report li div,
ul.hri-book li div {
  position: absolute;
  display: inline-block;
  margin-left: 20px;
  width: 175px;
}

ul.hri-report li div span.label-hri,
ul.hri-book li div span.label-hri {
  display: block;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  margin-top: -36px;
  background: #ee6a77;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  padding: 15px 0 0 8px;
}

ul.hri-report li div span.label-hri.r2,
ul.hri-book li div span.label-hri.r2 {
  background: #53aba0;
}

ul.hri-report li div span.label-hri.r3,
ul.hri-book li div span.label-hri.r3  {
  background: #af83c4;
}
ul.hri-report li div span.label-hri.r4,
ul.hri-book li div span.label-hri.r4  {
  background: #6386d2;
  padding: 24px 0 0 14px;
}

ul.hri-report li div cite,
ul.hri-book li div cite {
  display: block;
  padding-top: 18px;
  font-weight: 400;
}

ul.hri-report li div p,
ul.hri-book li div p {
  display: block;
  overflow: hidden;
  width: 175px;
  height: 48px;
  /* word-break: keep-all;*/
  word-wrap: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
}

ul.hri-report li div p span,
ul.hri-book li div p span {
  display: block;
  padding-top: 8px;
  font-weight: 400;
  line-height: 15px;
}

.btn-hri {
  position: absolute;
  display: inline-block;
  top: inherit;
  /* top: 141px; */
  right: -40px;
  bottom: 81px;
}

.btn-hri #hri-prev {
  display: block;
  width: 38px;
  height: 38px;
  background: #b9b9b9 url(/assets/images/user/main/arrow_hri_left.png) no-repeat 50% 50%;
  margin-bottom: 6px;
}

.btn-hri #hri-next {
  display: block;
  width: 38px;
  height: 38px;
  background: #b9b9b9 url(/assets/images/user/main/arrow_hri_right.png) no-repeat 50% 50%;
}

.mn-tit .btn-more {
  display: block;
  width: 80px;
  height: 30px;
  border: 1px solid #b9b9b9;
  line-height: 24px;
  margin-left: 1007px;
}

.mn-tit .btn-more a {
  line-height: 24px;
  font-size: 13px;
  color: #666;
  display: inline-block;
  padding-top: 3px;
  letter-spacing: 0.5px;
  font-weight: 300;
}

/* .hide {overflow: hidden; display:block; position:absolute; border: 0; width: 1px; height: 1px; clip: rect(1px, 1px, 1px, 1px);} */
.btn-hri #hri-prev a,
.btn-hri #hri-next a {
  display: block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  text-indent: -999px;
  /* transition: background-color .3s; */
}

.btn-hri #hri-prev a:hover,
.btn-hri #hri-next a:hover {
  border: 1px solid #989696;
  box-sizing: border-box;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
}

/* Todays news -01*/
/* .td-news {
  position: absolute;
  display: block;
  top: 26px;
  width: 440px;
  word-wrap: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.td-news a {
  font-weight: 300;
  color: #444;
}

.td-news span {
  color: #f86d72;
  margin-right: 10px;
  font-weight: 500;
}

.mn-hri-report .bx-viewport {
  height: 240px !important;
} */
/* Todays news -02*/
.mn-td-news {
  position: relative;
  display: block;
  width: 1100px;
  height: 45px;
  margin: 30px auto 0px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  font-size: 0;
}

.mn-td-news span.tit {
  color: #f93f46;
  margin-right: 20px;
  font-weight: 500;
  font-size: 17px;
  display: inline-block;
  margin-top: 10px;
  margin-left: 12px;
}

.mn-td-news .tdcon-01,
.mn-td-news .tdcon-02 {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}

.mn-td-news .tdcon-01 {
  margin-left: 20px;
}

.mn-td-news .tdcon-02 {
  position: absolute;
  top: 10px;
  right: 10px;
}

.mn-td-news span.con {
  display: inline-block;
  width: 360px;
  margin-bottom: 5px;
}

.mn-td-news span.con a {
  display: inline-block;
  width: 360px;
  font-weight: 400;
  overflow: hidden;
  word-wrap: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  font-size: 16px;
}

.mn-td-news span.nt {
  display: inline-block;
  width: 80px;
  font-size: 13px;
  margin-left: 10px;
  vertical-align: top;
  overflow: hidden;
  word-wrap: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mn-hri-report .bx-viewport {
  height: 230px !important;
}

.mn-tit .more {
  position: absolute;
  top: -7px;
  right: 438px;
  font-size: 32px;
  color: #333;
  font-weight: 200;
}

.mn-row.bt .mn-tit.hri {
  position: relative;
  top: -14px;
}

.mn-row.bt .mn-tit.hri h3 {
  display: inline-block;
  padding: 0 60px 0 35px;
  background: #fff;
}

.mn-row.bgrey {
  padding-top: 50px;
  padding-bottom: 60px;
  background: #f5f5f5;
}

.mn-row .mn-tit.hri {
  position: relative;
}

.mn-row .hr {
  border-top: 1px solid #ccc;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 1px;
  width: 1098px;
  margin-top: 8px;
  z-index: -9999;
}

.mn-tit.hri h3.hri {
  font-size: 27px;
  font-weight: 400;
  margin-top: -15px;
  background: #fff;
  display: inline-block;
  padding: 0 60px 0 35px;
}

/* 열린강좌 */
.mn-openlec-wrap {
  width: 100%;
  position: relative;
}

.mn-openlec {
  overflow: hidden;
  margin-top: 50px;
  margin-left: 0;
  height: 210px;
}

.mn-openlec li {
  float: left;
  width: 246px;
  margin-right: 28px;
}

.mn-openlec li a {
  display: block;
  text-align: center;
  color: #313030;
  font-size: 17px;
  font-weight: 400;
}

.mn-openlec li a:hover figcaption{
  color: #f86d72;
}

.mn-openlec li a figure {
  box-sizing: border-box;
  width: 246px;
  height: 138px;
  overflow: hidden;
}

.mn-openlec li a figure span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  transition: all ease-out .3s;
}

.mn-openlec li a figure span:hover {
  transform: scale(1.1);
}

.mn-openlec li a figure span:hover .over_area2 {
    position: absolute;
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    width: 246px;
    height: 138px;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    background: url(/assets/images/user/main/btn_play.png) no-repeat 50% 50%;
    background-size: 60px 60px;
}
/*.mn-openlec li a:hover figure .over_area2 {
    opacity: 1;
} */

.mn-openlec li a figcaption {
  width: 246px;
  margin-top: 38px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}
.mn-openlec li .tit-openlec {
  font-size: 18px;
  font-weight: 500;
  width: 246px;
  margin-top: 4px;
  position: absolute;
  display: inline-block;
  top: 145px;
  color:#f93f46
}

/* 전자책추가 */
.mn-tit .more.m2 {
    top: -6px;
    right: 488px;
}
.mn-row.b0 {
    padding-top: 50px;
    padding-bottom: 0px;
}
.mn-bnn-mid.woori {
    margin: 10px auto 30px;

}
.btn-book{
  position: absolute;
  display: inline-block;
  top: inherit;
  /* top: 141px; */
  right: -40px;
  bottom: 81px;
}
.btn-book #book-prev {
  display: block;
  width: 38px;
  height: 38px;
  background: #b9b9b9 url(/assets/images/user/main/arrow_hri_left.png) no-repeat 50% 50%;
  margin-bottom: 6px;
}

.btn-book  #book-next {
  display: block;
  width: 38px;
  height: 38px;
  background: #b9b9b9 url(/assets/images/user/main/arrow_hri_right.png) no-repeat 50% 50%;
}
.btn-book  #book-prev a,
.btn-book  #book-next a {
  display: block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  text-indent: -999px;
  /* transition: background-color .3s; */
}

.btn-book  #book-prev a:hover,
.btn-book  #book-next a:hover {
  border: 1px solid #989696;
  box-sizing: border-box;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
}
.mn-row.pt20 {
    padding-top: 20px;
}
