/* BASIC css start */
#footer {clear: both; margin-top: 30px; padding: 30px 0 0 0; background: #3e3e3e;}
#footer .footer_wrap{border-top: 1px solid #5b5b5b; }

.bd_wrap {
  width:93%;
  margin:0 auto;
}
.bd_wrap .con {
}
.bd_wrap .con .txt {
  color:#aaa;
  font-size:12px;
  width:47%;
  display:inline-block;
  text-align:left;
  background: url(http://codlab06.img15.kr/backspace/img/foot_bot_bdcon_dot.png);
  padding-left:2%;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
}
.bd_wrap .con .date {
  color:#aaa;
  font-size:12px;
  width:49%;
  display:inline-block;
  text-align:right;
}
.bd_wrap .title {
    color:#fff;
  font-weight: 100;
  font-size: 20px;
  padding: 15px 0;
  position:relative;
}
.bd_wrap .title .bold {
  font-weight:500;
  font-size:20px;
}
.bd_wrap .title .more_btn {
  position:absolute;
  bottom:10px;
  right:0px;
}




.info_line {border-bottom: 1px solid #5b5b5b;}
.info_line ul {}
.info_line ul:after {
  content: "";
  display: block;
  clear: both;
}
.info_line ul li {
    width: 25%;
    float: left;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #5b5b5b;
}
.info_line ul li a {color:#999;}



.cs_wrap {background:#252525;}
.cs_wrap:after {
  content: "";
  display: block;
  clear: both;
}
.cs_wrap .left {
    float: left;
    width: 42%;
    padding: 4%;
}
.cs_wrap .left .title {
    color: #9e9e9e;
    font-size: 15px;
    margin: 10px 0;
}
.cs_wrap .left .num{
    color: #ffd736;
    font-size: 18px;
    margin-bottom: 10px;
}
.cs_wrap .left .txt {}
.cs_wrap .left .txt p {color:#777;}
.cs_wrap .right {
    float: left;
    width: 42%;
    padding: 4%;
}
.cs_wrap .right .title {
    color: #9e9e9e;
    font-size: 15px;
    margin: 10px 0;
}
.cs_wrap .right .num{
    color: #ffd736;
    font-size: 18px;
    margin-bottom: 10px;
}
.cs_wrap .right .txt {}
.cs_wrap .right .txt p {color:#777;}


.info_wrap {
    padding: 1% 4% 4% 4%;
    background: #252525;
}
.info_wrap .tit {
    color: #9e9e9e;
    font-size: 15px;
    margin: 10px 0;
}
.info_wrap .txt p {color:#777;}
.mdl {
    padding: 0 15px 40px 15px;
    background: #252525;
}
.mdl img {height:15px;}

/* 하단 고정 버튼 */
.section_fixedFooter {position:fixed; bottom:3%; right:5%; z-index: 10;}
.section_fixedFooter .btn_toggle_area {width: 93px; position: relative;}
.section_fixedFooter .btn_toggle_area a{display: inline-block; margin-left: 5px; -webkit-tap-highlight-color: rgba(0,0,0,0); outline: none;}
.section_fixedFooter .btn_toggle_area a img{width: 40px;}
.section_fixedFooter .btn_toggle_area a.up img{background: #252525;}
.section_fixedFooter .btn_toggle_area .btn_fixedFooter {width:33px; height:33px; line-height:33px; display: block; border:2px solid rgba(88, 86, 86, 0.59); background-color:rgba(104, 108, 111, 0.8); text-align:center; border-radius:30px; color:#fff; position: absolute; top:0; left:10px;}
/* 하단 고정 버튼 */
/* BASIC css end */

