@charset "utf-8";
/****************************************/
/* Name: 사상평생학습관
/* PART: CONTENTS STYLE 
/* Version: 1.0 / day: 2016-09-29
/* Author: imtec 
/****************************************/

/*
================================================================================
메인콘텐츠
================================================================================
*/
.mTopCon {
  position: relative;
  padding: 60px 20px 55px;
  background: #adabaa url("/upload_data/board_data/BBS_0000264/175333716058034.bmp") no-repeat center center;
  background-size: cover;
}
.mTopCon::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("/img/common/main_visual_dot.png") repeat;
}
.mTopCon .conBox {
  position: relative;
  margin: 0 auto;
  max-width: 1215px;
}
.mTopCon .conBox::after {
  display: block;
  clear: both;
  content: "";
}
.mTopCon .conBox .txt {
  position: absolute;
  bottom: 180px;
  left: 0;
}
.mTopCon .conBox .conWrap {
  position: relative;
  float: right;
  width: 786px;
}
.mTopCon .conBox .conWrap::after {
  display: block;
  clear: both;
  content: "";
}

/* 링크 */
.mConBox1 {
  position: relative;
  float: left;
  margin-bottom: 10px;
  width: 320px;
  height: 300px;
  color: #fff;
  background: url("/img/lll/main/search_bg.jpg") no-repeat center bottom;
}
.mConBox1 ul::after {
  display: block;
  clear: both;
  content: "";
}
.mConBox1 ul li {
  float: left;
  width: 50%;
  text-align: center;
}
.mConBox1 ul li a {
  display: block;
  padding-top: 105px;
  height: 150px;
  font-size: 16px;
  color: #fff;
  text-shadow: 0.5px 0.5px 0.5px #666;
  font-weight: bold;
  /* background-color: #164f7a; */
  background-repeat: no-repeat;
  background-position: center 25px;
  transition: all 0.2s;
}
.mConBox1 ul li.ic1 a {
  background-image: url("/img/lll/main/ic_link1.png");
  border-bottom: 1px solid #fff;
}
.mConBox1 ul li.ic2 a {
  background-image: url("/img/lll/main/ic_link2.png");
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-top-right-radius: 15px;
  background-color: #b1d3c5;
}
.mConBox1 ul li.ic3 a {
  background-image: url("/img/lll/main/ic_link3.png");
  border-bottom-left-radius: 15px;
  background-color: #cfdd8e;
}
.mConBox1 ul li.ic4 a {
  background-image: url("/img/lll/main/ic_link4.png");
  border-left: 1px solid #fff;
  border-bottom-right-radius: 15px;
  background-color: #e4beb3;
}
.mConBox1 ul li.ic5 a {
  background-image: url("/img/lll/main/ic_link5.png");
  border-bottom: 1px solid #fff;
  border-top-left-radius: 15px;
  background-color: #e1f1e7;
}
.mConBox1 ul li a:hover {
  color: #555;
  background-color: #fff;
  text-shadow: 0 0 0;
}

/* 팝업존 */
.mConBox2 {
  position: relative;
  float: right;
  width: 455px;
  height: 300px;
}
.mConBox2 img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.mConBox2 .popSlide li a:focus {
  border: 2px dotted #000;
} /*접근성 포커스 크롬*/
.mConBox2 .control {
  position: absolute;
  top: 5px;
  right: 10px;
}
.mConBox2 .control button {
  margin-left: -1px;
  width: 29px;
  height: 27px;
  text-indent: -999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: rgba(178, 172, 165, 0.7);
  background-position: center center;
  border: 1px solid #e6e7ec;
}
.mConBox2 .control .next-slide {
  background-image: url("/img/lll/main/ic_p_next.png");
}
.mConBox2 .control .prev-slide {
  background-image: url("/img/lll/main/ic_p_before.png");
}
.mConBox2 .control .stop-slide {
  background-image: url("/img/lll/main/ic_p_stop.png");
}
.mConBox2 .control .start-slide {
  background-image: url("/img/lll/main/ic_p_play.png");
}
.mConBox2 .bx-pager {
  position: absolute;
  top: 5px;
  right: 100px;
  font-size: 13px;
  letter-spacing: 0;
}

/* 공지사항 */
.mConBox3 {
  position: relative;
  clear: both;
  padding-left: 120px;
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
}
.mConBox3 button {
  position: absolute;
  left: 0;
  width: 120px;
  height: 120px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-color: #69738c;
  z-index: 1;
}
.mConBox3 button span {
  display: block;
  padding-top: 60px;
  background-position: center 10px;
  background-repeat: no-repeat;
}
.mConBox3 button.on {
  color: #585858;
  background-color: #fff;
}
.mConBox3 button.btn1 {
  top: 0;
  border-top-left-radius: 15px;
}
.mConBox3 button.btn1 span {
  background-image: url("/img/lll/main/ic_not1_off.png");
}
.mConBox3 button.btn1.on span {
  background-image: url("/img/lll/main/ic_not1_on.png");
}
.mConBox3 button.btn2 {
  top: 120px;
  border-bottom-left-radius: 15px;
}
.mConBox3 button.btn2 span {
  background-image: url("/img/lll/main/ic_not2_off.png");
}
.mConBox3 button.btn2.on span {
  background-image: url("/img/lll/main/ic_not2_on.png");
}
.mConBox3 .tabCon {
  position: relative;
  padding: 40px;
  height: 240px;
}
.mConBox3 .con1 .con {
  font-size: 13px;
  min-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 88px;
} /* white-space:nowrap;*/
.mConBox3 .con1 .con .tit {
  display: block;
  margin-bottom: 10px;
  padding-right: 40px;
  font-size: 18px;
}
.mConBox3 .con1 .con .tit a {
  display: block;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mConBox3 .con1 ul {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #13b0bf;
}
.mConBox3 .con1 ul li {
  position: relative;
  margin-bottom: 5px;
  font-size: 13px;
  background: url("/img/lll/main/ic_dot.png") no-repeat left center;
}
.mConBox3 .con1 ul li a {
  display: block;
  padding: 0 80px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mConBox3 .con1 ul li .data {
  position: absolute;
  top: 0;
  right: 0;
}
.mConBox3 .con1 .btnMore {
  position: absolute;
  top: 38px;
  right: 40px;
}
.mConBox3 .con1 .btnMore a {
  display: block;
  width: 26px;
  height: 26px;
  text-indent: -999px;
  overflow: hidden;
  background: url("/img/lll/main/ic_more.png") no-repeat center center;
  border: 1px solid #ebebea;
}
.mConBox3 .con2 {
  padding: 40px;
  background: url("/img/lll/main/search_bg.gif") no-repeat center bottom;
}
.mConBox3 .con2 ul::after {
  display: block;
  clear: both;
  content: "";
}
.mConBox3 .con2 > ul {
  margin-bottom: 40px;
}
.mConBox3 .con2 > ul > li {
  position: relative;
  float: left;
  padding-left: 100px;
  width: 50%;
}
.mConBox3 .con2 > ul > li .name {
  position: absolute;
  top: 5px;
  left: 0;
  padding-left: 20px;
  width: 80px;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  background-repeat: no-repeat;
  background-position: left center;
}
.mConBox3 .con2 > ul li.ic1 .name {
  background-image: url("/img/lll/main/ic_nam1.png");
}
.mConBox3 .con2 > ul li.ic2 .name {
  background-image: url("/img/lll/main/ic_nam2.png");
  background-position: 30px center;
}
.mConBox3 .con2 .DivSelectyze {
}
.mConBox3 .con2 .DivSelectyze > a {
  display: block;
  padding: 8px 35px 8px 5px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #237ab2 url("/img/lll/main/ic_arrow.png") no-repeat right center;
  border-radius: 4px;
}
.mConBox3 .con2 .DivSelectyze .UlSelectize {
  width: 100%;
  background: #4b92c0;
  border-radius: 4px;
}
.mConBox3 .con2 .DivSelectyze .UlSelectize li a {
  padding: 5px 20px;
  color: #fff;
  border-top: 1px dashed #5da5d4;
}
.mConBox3 .con2 .DivSelectyze .UlSelectize li:first-child a {
  border-top: 0;
}
.mConBox3 .con2 input[type="submit"] {
  display: block;
  margin: 0 auto;
  width: 165px;
  height: 40px;
  font-size: 16px;
  color: #164f7a;
  font-weight: bold;
  text-indent: -10px;
  background: #fff url("/img/lll/main/ic_search.png") no-repeat 130px center;
  border: 1px solid #164f7a;
  border-radius: 5px;
}

/* 퀵링크 */
.mConBox4 {
  position: relative;
  margin-top: 55px;
  padding: 0 60px;
  float: left;
  clear: both;
  width: 100%;
}
.mQuickSlide li {
  float: left;
  text-align: center;
}
.mQuickSlide li a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 1px #333;
}
.mQuickSlide li span {
  display: block;
  margin: 0 auto 5px;
  width: 90px;
  height: 90px;
  opacity: 0.7;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  transition: all 0.2s;
}
.mQuickSlide li.ic1 span {
  background-image: url("/img/lll/main/ic_quick1.png");
}
.mQuickSlide li.ic2 span {
  background-image: url("/img/lll/main/ic_quick2.png");
}
.mQuickSlide li.ic3 span {
  background-image: url("/img/lll/main/ic_quick3.png");
}
.mQuickSlide li.ic4 span {
  background-image: url("/img/lll/main/ic_quick4.png");
}
.mQuickSlide li.ic5 span {
  background-image: url("/img/lll/main/ic_quick5.png");
}
.mQuickSlide li.ic6 span {
  background-image: url("/img/lll/main/ic_quick6.png");
}
.mQuickSlide li.ic7 span {
  background-image: url("/img/lll/main/ic_quick7.png");
}
.mQuickSlide li.ic8 span {
  background-image: url("/img/lll/main/ic_quick8.png");
}
.mQuickSlide li.ic9 span {
  background-image: url("/img/lll/main/ic_quick9.png");
}
.mQuickSlide li a:hover span {
  background-color: #ff4200;
  background-position: center 45%;
  opacity: 0.9;
}
.mConBox4 .bx-controls {
  margin-top: 30px;
  text-align: center;
}
.mConBox4 .bx-controls .bx-pager-item {
  display: inline-block;
  margin: 0 2px;
  width: 12px;
  height: 12px;
  text-indent: -999px;
  overflow: hidden;
  background: #4f6cbf;
  border-radius: 50%;
}
.mConBox4 .bx-controls .bx-pager-item a {
  display: block;
}
.mConBox4 .bx-controls .bx-pager-item .active {
  background: #fff;
}
.mConBox4 .control button {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 20%;
  width: 60px;
  height: 70px;
  text-indent: -999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
}
.mConBox4 .control button:focus,
.mConBox4 .control button:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.mConBox4 .control .prev-slide {
  left: 0;
  background-image: url("/img/lll/main/ic_q_before.png");
}
.mConBox4 .control .next-slide {
  right: 0;
  background-image: url("/img/lll/main/ic_q_next.png");
}

/* 맞춤정보, 패밀리사이트 */
.mBottomCon {
  background: #fff;
  z-index: 1;
  transition: all 0.5s ease;
}
/* 패밀리링크/배너 */
.famBanZone {
  position: relative;
  padding: 0 20px;
  width: 100%;
  height: 61px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
.famBanZone .fzBottom {
  margin: 0 auto;
  max-width: 1225px;
}
.famBanZone .fzBottom::after {
  display: block;
  clear: both;
  content: "";
}
.famBanZone .fzBottom .famCon {
  float: left;
  width: 60%;
}
.famBanZone .fzBottom .famCon > li {
  position: relative;
  float: left;
  width: 33.3%;
  border-right: 1px solid #e5e5e5;
}
.famBanZone .fzBottom .famCon > li:first-child {
  border-left: 1px solid #e5e5e5;
}
.famBanZone .fzBottom .famCon > li button {
  width: 100%;
  height: 60px;
  text-align: left;
  text-indent: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url("/img/common/ic_view2.png") no-repeat right center;
}
.famBanZone .fzBottom > .famCon > li dl {
  position: absolute;
  bottom: 61px;
  left: -1px;
  padding: 20px;
  width: 260px;
  background: #fff;
  border-right: 1px solid #dadada;
  border-left: 1px solid #dadada;
  z-index: 1;
}
.famBanZone .fzBottom > .famCon > li dl dt {
  margin: -20px -21px 10px;
  padding: 20px 0 0 20px;
  font-size: 15px;
  font-weight: bold;
  border-top: 5px solid #676d75;
}
.famBanZone .fzBottom > .famCon > li dl dd.list ul::after {
  display: block;
  clear: both;
  content: "";
}
.famBanZone .fzBottom > .famCon > li dl dd.list ul li {
  float: left;
  margin: 2px 0;
  width: 50%;
}
.famBanZone .fzBottom > .famCon > li dl dd.list ul li a {
  display: block;
  padding: 1px 5px 1px 8px;
  line-height: 18px;
  background: url("/img/sasang/main/ic_dot4.png") no-repeat left 9px;
  font-size: 13px;
}
.famBanZone .fzBottom > .famCon > li dl dd.btnCose {
  position: absolute;
  top: 0;
  right: -1px;
  width: 65px;
  height: 55px;
  background: url("/img/sasang/main/order_close_bg.png") no-repeat left bottom;
}
.famBanZone .fzBottom > .famCon > li dl dd.btnCose button {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 30px;
  text-indent: -999px;
  overflow: hidden;
  background-image: url("/img/common/ic_close.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.famBanZone .fzBottom .bannCon {
  position: relative;
  float: left;
  padding: 10px 20px 0 170px;
  width: 40%;
  height: 60px;
  border-right: 1px solid #e5e5e5;
}
.famBanZone .fzBottom .bannCon dt {
  position: absolute;
  top: 18px;
  left: 20px;
  color: #666e78;
  font-weight: bold;
}
.famBanZone .fzBottom .bannCon .control {
  position: absolute;
  top: 18px;
  left: 80px;
}

.icMouse {
  position: fixed;
  left: 50%;
  bottom: 20px;
  margin-left: -12px;
  width: 23px;
  height: 57px;
  text-indent: -999px;
  overflow: hidden;
  background-repeat: no-repeat;
  transition: all 0.2s;
  z-index: 10;
}
.icMouse.bg1 {
  background-image: url("/img/common/mous.png");
}
.shake {
  animation-duration: 8s;
  animation-iteration-count: infinite;
  animation-name: shake;
}
@keyframes shake {
  0%,
  100% {
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateY(-5px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateY(5px);
  }
}
/*
================================================================================
반응형 콘텐츠(메인콘텐츠)
================================================================================
*/

/* PC Device */
@media all and (min-width: 980px) {
}

/* PC Device 1024 */
@media all and (max-width: 1213px) {
}

/* Tablet Device */
@media all and (max-width: 979px) {
  .mTopCon {
    padding: 50px 20px;
    background-position: 20% top;
    background-size: 170%;
  }
  .mTopCon .conBox .txt {
    position: relative;
    bottom: 0;
    margin-bottom: 100px;
    text-align: right;
  }
  .mTopCon .conBox .txt img {
    height: 100px;
  }
  .mTopCon .conBox .conWrap {
    float: none;
    margin: 0 auto;
    max-width: 808px;
    width: auto;
  }

  .mConBox1 {
    margin-right: 1%;
    width: 40%;
  }
  .mConBox2 {
    width: 59%;
  }
  .mConBox2 img {
    height: 300px;
  }
  .mConBox4 {
    margin-top: 30px;
    padding: 0 25px;
  }
  .mConBox4 .control button {
    width: 20px;
    background-size: 100%;
  }

  .mConBox5 dl {
    padding-left: 170px;
  }
  .mConBox5 dl dt {
    top: 25px;
    left: 40px;
  }
  .mConBox5 dl dd ul li {
    margin: 5px 0;
    width: 50%;
  }

  .famBanZone .fzBottom .famCon {
    float: none;
    width: 100%;
  }
  .famBanZone .fzBottom .bannCon {
    display: none;
  }
}

/* Mobile Device */
@media all and (max-width: 640px) {
  .mTopCon {
    padding: 30px 10px 20px;
    background-size: 170%;
  }
  .mTopCon .conBox .txt {
    margin-bottom: 40px;
    padding-top: 30px;
    text-align: right;
  }
  .mTopCon .conBox .txt img {
    height: 50px;
  }
  .mConBox1 {
    float: none;
    margin-right: 0;
    width: auto;
    height: auto;
  }
  .mConBox1 ul li {
    width: 25%;
  }
  .mConBox1 ul li.ic1 a {
    border-bottom: 0;
  }
  .mConBox1 ul li.ic2 a {
    border-bottom: 0;
    border-right: 1px solid #6c9ab1;
  }

  .mConBox1 ul li.ic2 a,
  .mConBox1 ul li.ic3 a,
  .mConBox1 ul li.ic4 a,
  .mConBox1 ul li.ic5 a {
    border-radius: 0;
  }
  .mConBox2 {
    float: none;
    margin-bottom: 10px;
    width: auto;
    height: auto;
  }
  .mConBox2 {
    position: relative;
    width: auto;
    height: auto;
  }
  .mConBox2 img {
    height: auto;
    border-radius: 0;
  }
  .mConBox3,
  .mConBox3 button.btn1,
  .mConBox3 button.btn2 {
    border-radius: 0;
  }
  .mConBox3 .tabCon {
    padding: 20px;
  }
  .mConBox3 .con2 > ul > li {
    float: none;
    margin-bottom: 5px;
    padding-left: 80px;
    width: 100%;
  }
  .mConBox3 .con2 > ul > li .name {
    padding-left: 15px;
    text-align: left;
  }
  .mConBox3 .con2 > ul li.ic2 .name {
    background-position: left center;
  }
  .mConBox3 .tabCon {
    min-height: 240px;
    height: auto;
  }
  .mConBox3 .con1 .btnMore {
    top: 18px;
    right: 20px;
  }
  .mConBox4 {
    margin-top: 20px;
    padding: 0 20px;
  }
  .mConBox4 .control button {
    top: 40%;
    width: 15px;
    height: 30px;
    background-size: 100%;
  }

  .famBanZone {
    padding: 0;
    height: 40px;
  }
  .famBanZone .fzBottom .famCon {
    width: 100%;
  }
  .famBanZone .fzBottom .bannCon {
    display: none;
  }
  .famBanZone .fzBottom .famCon > li button {
    height: 40px;
    font-size: 13px;
    text-indent: 10px;
    background-size: 25px;
  }
  .famBanZone .fzBottom .famCon > li:first-child {
    border-left: 0;
  }
  .famBanZone .fzBottom .famCon > li:last-child {
    border-right: 0;
  }
  .famBanZone .fzBottom .famCon > li dl {
    bottom: 40px;
    width: 240px;
  }
  .famBanZone .fzBottom .famCon > li dl dd.btnCose button {
    background-size: 10px;
  }
  .famBanZone .fzBottom .famCon > li:nth-child(3) dl {
    left: auto;
    right: 0;
  }
  .famBanZone .fzBottom .famCon > li dl dd.list ul li a {
    font-size: 13px;
  }
}

/* Mobile Device */
@media all and (max-width: 500px) {
  .mConBox1 ul li a {
    padding-top: 70px;
    height: 110px;
    font-size: 13px;
    background-position: center 15px;
    background-size: 50px;
  }
  .mConBox3 {
    padding-left: 90px;
  }
  .mConBox3 button {
    width: 90px;
  }
  .mConBox3 .con1 .con {
    max-height: 100px;
    overflow: hidden;
  }
}
/* Mobile Device */
@media all and (max-width: 320px) {
}

/*
================================================================================
서브콘텐츠
================================================================================
*/

/* 평생학습도시사상 */
.s1_1_txt {
  margin-top: 35px;
  padding-right: 40%;
  background: url("/img/lll/sub/s1_1_bg.jpg") no-repeat right center;
}
.s1_1_txt .txt1 {
  font-size: 16px;
  line-height: 28px;
}
.s1_1_txt .txt2 {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}

.s1_2_2_box {
  overflow: hidden;
}
.s1_2_2_box > li {
  width: 50%;
  text-align: center;
  float: left;
}
.s1_2_2_box ol {
  display: inline-block;
  margin: 0;
}
.s1_2_2_box ol li {
  padding: 0;
  margin: 0;
}
.s1_2_2_box li span.num {
  position: relative;
  display: inline-block;
  top: -2px;
  left: -5px;
}
.s1_2_2_box div {
  width: 100%;
  height: 100%;
  padding-top: 210px;
  padding-bottom: 40px;
}
.s1_2_2_box div.bd1 {
  border-right: 1px dotted #ddd;
}
.s1_2_2_box div.bd2 {
  border-bottom: 1px dotted #ddd;
}
.s1_2_2_box div.ic1 {
  background: url("/img/lll/sub/s1_2_2_img01.jpg") center 40px no-repeat;
}
.s1_2_2_box div.ic2 {
  background: url("/img/lll/sub/s1_2_2_img02.jpg") center 40px no-repeat;
}
.s1_2_2_box div.ic3 {
  background: url("/img/lll/sub/s1_2_2_img03.jpg") center 40px no-repeat;
}
.s1_2_2_box div.ic4 {
  background: url("/img/lll/sub/s1_2_2_img04.jpg") center 40px no-repeat;
}

.s1_2_3_box {
  padding: 60px 0 0 290px;
  text-align: left;
  background: url("/img/lll/sub/s1_2_3_img01.jpg") 55px 55px no-repeat;
}
.s1_2_3_box h2 {
  font-size: 26px;
  color: #d84583;
}
.s1_2_3_box > ul > li {
  display: block;
  position: relative;
  padding: 33px 0 33px 60px;
  border-bottom: 1px dotted #ddd;
}
.s1_2_3_box > ul > li h3 {
  position: absolute;
  top: 31px;
  left: 0;
  font-size: 14px;
  color: #6c3f9a;
}
.s1_2_3_box .li_dot2 {
  margin: 0;
}

.s1_3_1_box {
  overflow: hidden;
}
.s1_3_1_box ul li {
  width: 18%;
  float: left;
  margin-right: 2.5%;
  padding: 29px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}
.s1_3_1_box ul li.last {
  margin-right: 0;
}
.s1_3_1_box2 {
  background: url("/img/lll/sub/s1_3_1_img02.jpg") 420px top no-repeat;
  margin-top: 40px;
}

.s1_3_2_box {
  background: url("/img/lll/sub/s1_3_2_img01.jpg") 95% 10px no-repeat;
}

.s1_3_3_box {
  position: relative;
}
.s1_3_3_box img {
  width: calc(50% - 7px);
  margin-right: 10px;
}
.s1_3_3_box img:last-child {
  margin-right: 0;
}

.s1_4_box {
  width: 100%;
}
.s1_4_box > li {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  padding: 35px 0;
}
.s1_4_box h3 {
  margin: 0 0 10px 0;
}
.s1_4_box .img_box {
  float: left;
  margin: 0 20px 0 10px;
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
}
.s1_4_box .img_box img {
  max-width: 65px;
}
.s1_4_box .img_box span {
  display: block;
  line-height: 18px;
  margin-top: 5px;
}
.s1_4_box .content {
  float: left;
}
.s1_4_box .content h4 {
  margin: 3px 0 5px 0;
}

.s1_5_box {
  border: 4px solid #ededed;
  width: 100%;
  padding: 30px;
  overflow: hidden;
}
.s1_5_box .txt_box {
  overflow: hidden;
}
.s1_5_box .txt {
  display: inline-block;
  float: left;
}
.s1_5_box .txt h3 {
  margin: 0;
}
.s1_5_box .img_box {
  width: 100%;
  text-align: center;
}
.s1_5_box .img_box h3 {
  text-align: left;
}

.s2_1_box {
  overflow: hidden;
}
.s2_1_box > li {
  width: 49%;
  margin: 0.5%;
  float: left;
  height: 300px;
  border-radius: 5px;
  position: relative;
  text-align: center;
  border: 1px solid #fff;
}
.s2_1_box > li .tit {
  width: 100%;
  text-align: center;
  display: table;
  height: 50px;
}
.s2_1_box > li .tit h3 {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
}
.s2_1_box > li .content {
  position: relative;
  margin-top: 145px;
  padding: 0 20px;
  display: inline-block;
  text-align: left;
  line-height: 20px;
}
.s2_1_box > li.ic01 {
  background: url("/img/lll/sub/s2_1_img01.png") center 75px no-repeat;
  border-color: #4982c3;
}
.s2_1_box > li.ic02 {
  background: url("/img/lll/sub/s2_1_img02.png") center 75px no-repeat;
  border-color: #45b9b5;
}
.s2_1_box > li.ic03 {
  background: url("/img/lll/sub/s2_1_img03.png") center 75px no-repeat;
  border-color: #46b846;
}
.s2_1_box > li.ic04 {
  background: url("/img/lll/sub/s2_1_img04.png") center 75px no-repeat;
  border-color: #e47955;
}
.s2_1_box > li.ic01 .tit {
  background: #4982c3;
}
.s2_1_box > li.ic02 .tit {
  background: #28a29d;
}
.s2_1_box > li.ic03 .tit {
  background: #1e991e;
}
.s2_1_box > li.ic04 .tit {
  background: #e2734e;
}

.s2_2_1_box {
  width: 100%;
  background: url("/img/lll/sub/s2_2_1_img01.jpg") 98% 96% no-repeat;
}

.s4_2_1_box {
  width: 100%;
  padding-top: 240px;
  background: url("/img/lll/sub/s4_2_1_img01.jpg") center 36px no-repeat;
}

.s5_3_1_box .content {
  padding-left: 170px;
}
.s5_3_1_ic {
  background: url("/img/lll/sub/s5_3_1_img01.jpg") no-repeat;
}
.s5_3_1_box .content h4 {
  margin: 0 0 5px 0;
}
.s5_3_1_box .btn03.logout {
  display: none;
}

.s5_3_1_ic2 {
  background: url("/img/lll/sub/s5_3_1_img02.jpg") no-repeat;
}
.s5_3_1_ic3 {
  background: url("/img/lll/sub/s5_3_1_img03.jpg") no-repeat;
}

.lll_edu_pop {
  width: 100%;
}
.lll_edu_pop .top_box {
  width: 100%;
  float: left;
  overflow: hidden;
}
.lll_edu_pop .top_box .logo_box {
  width: 30%;
  height: 55px;
  text-align: center;
  float: left;
}
.lll_edu_pop .top_box .tit_box {
  width: 70%;
  height: 55px;
  background: url("/img/lll/sub/s5_3_p_bg.jpg") left center repeat-x;
  text-align: center;
  display: table;
  float: left;
}
.lll_edu_pop .top_box .tit_box h2 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
.lll_edu_pop .bottom_box {
  width: 100%;
  background: #f5f5f5;
  overflow: hidden;
}
.lll_edu_pop .bottom_box .content {
  width: 30%;
  padding: 20px;
  height: 100%;
  float: left;
}
.lll_edu_pop .bottom_box .content h3 {
  padding-left: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 20px;
  background: url("/img/lll/sub/s5_3_p_bl.jpg") left center no-repeat;
}
.lll_edu_pop .bottom_box .video_box {
  width: 70%;
  float: left;
}

/*
================================================================================
반응형 콘텐츠(서브콘텐츠)
================================================================================
*/

/* Tablet Device */
@media all and (max-width: 979px) {
  .s2_2_1_box {
    background: none;
  }
}

/* Mobile Device */
@media all and (max-width: 640px) {
  .s1_1_txt {
    padding: 0 0 40% 0;
    background-position: right bottom;
    background-size: 50%;
  }
  .s1_1_txt .txt2 {
    text-align: left;
  }
  .s1_1_txt .txt2 img {
    height: 30px;
  }

  .s1_2_2_box > li {
    width: 100%;
    float: none;
  }
  .s1_2_2_box div.bd1,
  .s1_2_2_box div.bd2 {
    border-bottom: 1px dotted #ddd;
    border-right: none;
  }

  .s1_2_3_box {
    padding: 30px 0 0 20px;
    background: none;
  }

  .s2_1_box > li {
    width: 100%;
    margin: 0 0 10px 0;
    height: auto;
  }

  .s1_3_1_box ul li {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 20px 0;
  }
  .s1_3_1_box2 {
    background: none;
  }

  .s1_3_2_box {
    background: none;
  }

  .s1_4_box .img_box {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }

  .s4_2_1_box {
    background-size: 350px;
    padding-top: 200px;
  }

  .lll_edu_pop .logo_box,
  .lll_edu_pop .tit_box,
  .lll_edu_pop .content,
  .lll_edu_pop .video_box {
    width: 100% !important;
  }
}
                          