@charset "EUC-KR";
html.fix {
  overflow-y: hidden;
}
/*skip-navigation*/
#skipnav li a:link,
#skipnav li a:visited {
  display: block;
  width: 100%;
  background: #247acd;
  color: #fff;
  padding: 10px;
  position: absolute;
  top: -1000px;
  left: 0;
  z-index: 1000;
}
#skipnav li a:focus,
#skipnav li a:active {
  top: 0;
}
/* input tag */
input[type="text"],
input[type="password"],
input[type="file"],
select {
  height: 29px;
  text-align: left;
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 0 10px;
  color: #666;
}
input[type="file"] {
  width: 100%;
  padding: 0;
  line-height: normal;
  color: #666;
}
textarea {
  background: #f9f9f9;
  border: 1px solid #e8e7e4;
  padding: 5px;
  width: 99%;
  color: #666;
}
input[type="file"] {
  background: #fafafa;
  height: auto;
  padding: 4px 0;
}
select {
  height: 28px;
}
img {
  max-width: 100%;
}
/*IE 8 : max-width error */
.btn_search img,
.btn_mypage1 img,
.share_list img {
  max-width: none;
}
.layer_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #222;
  display: none;
  z-index: 100;
  zoom: 1;
  *z-index: -1;
  opacity: 0.7;
  filter: alpha(opacity, "70");
}
#wrap {
  position: relative;
  left: 0;
  width: 100%;
  min-height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.layer_bg2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #222;
  display: none;
  z-index: 999;
  zoom: 1;
  *z-index: -1;
  opacity: 0.7;
  filter: alpha(opacity, "70");
}
#wrap {
  position: relative;
  left: 0;
  width: 100%;
  min-height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#wrap > h2 {
  width: 0;
  height: 0;
  font-size: 0px;
  text-indent: -9999px;
  overflow: hidden;
}

/* header */
.stock_bar,
.stock_bar * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Arial", "malgun gothic" !important;
}
.stock_bar {
  width: 100%;
  height: 30px;
  background: #3f3f3f;
}
.stock_bar > div {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.stock_bar_go {
  display: block;
  width: 122px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #494949;
  border-right: 1px solid #7c7c7c;
  border-left: 1px solid #7c7c7c;
}
.stock_bar_go > span {
  display: inline-block;
  padding-left: 16px;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  position: relative;
}
.stock_bar_go > span:after {
  display: block;
  content: "";
  width: 14px;
  height: 13px;
  position: absolute;
  top: 7px;
  left: -2px;
  background: url("http://img.dt.co.kr/news/skin/stock_12.svg")
    no-repeat;
  background-size: 14px 13px;
}
.stock_bar_con {
  width: 100%;
  height: 100%;
  padding: 0 5px 0 152px;
}
.stock_bar_con li {
  width: 25%;
  height: 100%;
  float: left;
}
.stock_bar_con li > a {
  display: block;
  text-align: left;
}
.stock_bar_con li > a > * {
  letter-spacing: 0;
  display: inline-block;
}
.sbc_s1 {
  font-size: 14px;
  color: #fff;
  position: relative;
  line-height: 29px;
  margin-right: 4px;
}
.sbc_s1:after {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  top: 13px;
  left: -8px;
  background: url("http://img.dt.co.kr/news/skin/stock_13.png")
    no-repeat;
  background-size: 100%;
}
.sbc_s3 {
  display: none;
}
.stock_bar_con li > a strong,
.stock_bar_con li > a span:nth-child(3),
.stock_bar_con li > a span:nth-child(4) {
  font-size: 13px;
  line-height: 30px;
  padding-left: 3px;
}
.stock_bar .up {
  color: #ff3535;
}
.stock_bar .down {
  color: #0374ff;
}
.stock_bar_con li > a span:nth-child(3) {
  position: relative;
  padding-left: 8px;
  margin-left: 5px;
}
.stock_bar_con li > a span.up:nth-child(3):after {
  display: block;
  content: "";
  width: 7px;
  height: 5px;
  position: absolute;
  top: 12px;
  left: 0;
  background: url("http://img.dt.co.kr/news/skin/triangle_red.svg")
    no-repeat;
  background-size: 100%;
}
.stock_bar_con li > a span.down:nth-child(3):after {
  display: block;
  content: "";
  width: 7px;
  height: 5px;
  position: absolute;
  top: 12px;
  left: 0;
  background: url("http://img.dt.co.kr/news/skin/triangle_blue.svg")
    no-repeat;
  background-size: 100%;
}
.sbc_s2 {
  display: inline-block;
  line-height: 29px;
  padding-left: 2px;
}
.sbc_s22 {
  display: none;
}

.header_bar {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #e1e1e1;
  display: block;
}
.header_bar .header_bar_conbox {
  max-width: 1280px;
  height: 30px;
  position: relative;
  margin: 0 auto;
}
.header_bar .header_bar_conbox ul.header_bar_sec1 {
  width: 200px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.header_bar .header_bar_conbox ul.header_bar_sec2 {
  width: auto;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0px;
}
.header_bar .header_bar_conbox ul li {
  float: left;
  height: 30px;
  line-height: 30px;
}
.header_bar .header_bar_conbox ul li a:link,
.header_bar .header_bar_conbox ul li a:visited {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
}
.header_bar .header_bar_conbox ul li a:hover,
.header_bar .header_bar_conbox ul li a:focus {
  color: black;
}
.header_bar .header_bar_conbox ul li.bar_cen_line {
  display: block;
  content: "";
  width: 1px;
  height: 30px;
  background: url("http://img.dt.co.kr/news/skin/bar_bl.png") no-repeat;
  margin: 0 15px;
}
/*¼­°æ now*/
.header_bar .header_bar_conbox .sed_now_pop {
  width: 350px;
  height: 393px;
  position: absolute;
  top: 30px;
  right: 11px;
  z-index: 150;
  border: 1px solid #727272;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.35);
}
.header_bar .header_bar_conbox .sed_now_pop.menuclick {
  z-index: 200;
}
.header_bar .header_bar_conbox .sed_now_pop h2 {
  width: 100%;
  height: 50px;
  line-height: 49px;
  position: relative;
  border-radius: 10px 10px 0 0;
  background: #e9e9e9;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #727272;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}
.header_bar .header_bar_conbox .sed_now_pop h2:after {
  display: block;
  content: "";
  width: 19px;
  height: 10px;
  position: absolute;
  top: -10px;
  right: 25px;
  background: url("http://img.dt.co.kr/news/skin/sed_now_03.png")
    no-repeat;
}
.header_bar .header_bar_conbox .sed_now_pop > a {
  display: block;
  width: 18px;
  height: 17px;
  position: absolute;
  top: 15px;
  right: 17px;
}
.header_bar .header_bar_conbox .sed_now_pop .sednow_con {
  width: 350px;
  height: 311px;
  overflow: hidden;
}
.header_bar .header_bar_conbox .sed_now_pop .sednow_con > ul {
  width: 200%;
}
.header_bar .header_bar_conbox .sed_now_pop .sednow_con > ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  height: 309px;
  float: left;
}
.header_bar .header_bar_conbox .sed_now_pop ul li ul {
  width: 100%;
  height: auto;
}
.header_bar .header_bar_conbox .sed_now_pop ul li ul li:first-child {
  margin-top: 5px;
}
.header_bar .header_bar_conbox .sed_now_pop ul li ul li {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e1e1e1;
  background: #fff;
}
.header_bar .header_bar_conbox .sed_now_pop ul li ul li a {
  display: block;
  height: 100%;
  position: relative;
}
.header_bar .header_bar_conbox .sed_now_pop ul li ul li a img.sednow_imgwrap {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  left: 15px;
}
.header_bar .header_bar_conbox .sed_now_pop ul li ul li a:after {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0px;
  left: 10px;
  background: url("http://img.dt.co.kr/news/skin/sed_now_01_2.png")
    no-repeat;
}
.header_bar .header_bar_conbox .sed_now_pop ul li ul li a > span {
  display: block;
  width: 100%;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 80px;
  text-align: left;
  padding-top: 8px;
}
.header_bar
  .header_bar_conbox
  .sed_now_pop
  ul
  li
  ul
  li
  a
  > span
  span:first-child {
  display: block;
  width: 38px;
  height: 14px;
  line-height: 12px;
  background: #aeaeae;
  color: #fff;
  font-size: 11px;
  text-align: center;
}
.header_bar
  .header_bar_conbox
  .sed_now_pop
  ul
  li
  ul
  li
  a
  > span
  span:nth-child(2) {
  display: block;
  font-size: 13px;
  color: #666;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 5px;
}
.header_bar
  .header_bar_conbox
  .sed_now_pop
  ul
  li
  ul
  li
  a
  > span
  span:nth-child(3) {
  display: block;
  font-size: 11px;
  color: #999;
  line-height: 11px;
  letter-spacing: 0;
}
/*on*/
.header_bar
  .header_bar_conbox
  .sed_now_pop
  ul
  li
  ul
  li
  a
  > span.sednow_ing
  span:first-child {
  background: #247acd;
}
.header_bar
  .header_bar_conbox
  .sed_now_pop
  ul
  li
  ul
  li
  a
  > span.sednow_ing
  span:nth-child(2) {
  color: #247acd;
}
.header_bar
  .header_bar_conbox
  .sed_now_pop
  ul
  li
  ul
  li
  a
  > span.sednow_coming
  span:first-child {
  background: #383838;
}
.header_bar
  .header_bar_conbox
  .sed_now_pop
  ul
  li
  ul
  li
  a
  > span.sednow_coming
  span:nth-child(2) {
  color: #414141;
}
.header_bar .header_bar_conbox .sed_now_pop .sednow_rbtn {
  width: 100%;
  position: relative;
}
.header_bar .header_bar_conbox .sed_now_pop .sednow_rbtn ul {
  height: 30px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.header_bar .header_bar_conbox .sed_now_pop .sednow_rbtn ul li {
  width: 10px;
  height: 10px;
  border: 1px solid #b1b1b1;
  border-radius: 50%;
  background: #fff;
  margin-top: 10px;
  margin-right: 3px;
}
.header_bar .header_bar_conbox .sed_now_pop .sednow_rbtn ul li.now_on {
  background: #ffa800 !important;
}
.header_bar .header_bar_conbox .sed_now_pop .sednow_rbtn ul li.now_arrow1 {
  border: 0 none;
  position: absolute;
  top: 0;
  left: 15px;
}
.header_bar .header_bar_conbox .sed_now_pop .sednow_rbtn ul li img {
  height: 13px;
  margin-top: -1px;
}
.header_bar .header_bar_conbox .sed_now_pop .sednow_rbtn ul li.now_arrow2 {
  border: 0 none;
  position: absolute;
  top: 0;
  right: 15px;
}
.header_bar .header_bar_conbox .sed_now_pop .sednow_rbtn ul li a {
  display: block;
  height: 100%;
}
.header_bar .header_bar_conbox .sed_now_pop .sednow_rbtn ul li span {
  display: block;
  width: 0;
  height: 0;
  text-indent: -9999px;
  font-size: 0px;
}

#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
}
#header.on {
  position: fixed;
  top: -81px;
  left: 0;
  z-index: 201;
  *top: -99px;
}
#header.on .header_bg {
  width: 1280px;
  margin: 0 auto;
  padding-bottom: 9px;
  background: url("http://img.dt.co.kr/news/skin/bg_header_03.png")
    repeat-x left bottom;
}
#header .header_wrap {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  background: #fff;
}
#header.depth .header_wrap {
  padding-bottom: 50px;
}
#header .header_wrap .header_top {
  position: relative;
  margin-bottom: 15px;
  z-index: 99;
}
#pdfview {
  width: 1280px;
  height: 3200px;
}
#pdfview iframe {
  width: 100%;
  height: 3200px;
  border: none;
}
#header .header_wrap .header_top .header_banner {
  width: 250px;
  height: 75px;
  position: absolute;
  top: -25px;
  left: 0;
}
#header .header_wrap .header_top .header_banner .header_roll {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#header .header_wrap .header_top .header_banner .header_roll > a {
  display: block;
  width: 100%;
  height: 100%;
}
#header .header_wrap .header_top .header_banner .header_roll > a > img {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
#header
  .header_wrap
  .header_top
  .header_banner
  .header_roll
  > a:first-child
  > img {
  display: block;
}
#header .header_wrap .header_top .share_list {
  position: absolute;
  right: 0;
  bottom: 0;
}
#header .header_wrap .header_top .share_list li {
  float: left;
}
#header .header_wrap .header_top .share_list li a {
  padding: 0 10px;
}
#header .header_wrap .header_top .share_list li a img {
  vertical-align: middle;
}
#header .header_wrap .header_top .share_list li a.btn_tel img {
  width: 19px;
}
#header .header_wrap .header_bottom {
  position: relative;
  border: solid 1px #ced2d7;
  z-index: 100;
}
#header .header_wrap .header_bottom .btn_sitemap {
  position: absolute;
  left: 0;
  top: 0;
  border-right: solid 1px #ced2d7;
  z-index: 100;
}
#header .header_wrap .header_bottom .btn_other {
  position: absolute;
  right: 0;
  top: 0;
}
#header .header_wrap .header_bottom .btn_other li {
  float: left;
  border-left: solid 1px #ced2d7;
}
#header .header_wrap .header_bottom.view_title {
  display: none;
  border: none;
  border: solid 1px #ced2d7;
}
#header .header_wrap .header_bottom.view_title h1 {
  position: absolute;
  left: 75px;
  top: 10px;
}
#header .header_wrap .header_bottom.view_title h1 img {
  width: 101px;
}
#header .header_wrap .header_bottom.view_title h2 {
  display: block;
  line-height: 53px;
  font-family: "notokr-bold";
  font-weight: 700;
  font-size: 16px;
  color: #454545;
  height: 53px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 130px 0 245px;
}
#header .gnb {
  position: relative;
  background: #fff;
  position: relative;
}
#header .gnb > ul {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#header .gnb > ul {
  margin-left: -60px;
}
#header .gnb > ul > li {
  float: left;
}
#header .gnb > ul > li > a {
  padding: 0 14px;
  line-height: 53px;
  font-size: 16px;
  color: #454545;
  font-family: "notokr-bold";
  font-weight: 700;
  letter-spacing: 0;
}
#header .gnb > ul > li.on > a,
#header .gnb > ul > li > a:hover,
#header .gnb > ul > li > a:focus {
  color: #136fbd;
}
#header .gnb > ul > li ul {
  position: absolute;
  left: 0;
  top: 53px;
  display: none;
}
#header .gnb > ul > li ul li {
  float: left;
  background: url("http://img.dt.co.kr/news/skin/bg_bar.gif") no-repeat
    left 50%;
}
#header .gnb > ul > li ul li:first-child {
  background: none;
}
#header .gnb > ul > li ul li a {
  padding: 0 9px;
  line-height: 50px;
  font-size: 14px;
}
#header .gnb > ul > li ul li.on a,
#header .gnb > ul > li ul li a:hover {
  color: #1c78d6;
}
#header .gnb .bg_on {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 11px;
  height: 11px;
  display: none;
  z-index: 500;
  visibility: hidden;
}
#header.depth .gnb .bg_on {
  visibility: visible;
}
#header .gnb > ul > #Menu1_GL > a {
  padding: 0 40px 0 14px;
  height: 24px;
  position: relative;
}
#header .gnb > ul > #Menu1_GL > a:after {
  display: block;
  content: "";
  width: 37px;
  height: 24px;
  position: absolute;
  top: -4px;
  right: 0;
  background: url("http://img.dt.co.kr/news/skin/sedstar1.png") no-repeat;
}
#header .gnb > ul > #Menu1_GL.on > a:after,
#header .gnb > ul > #Menu1_GL > a:hover:after {
  background: url("http://img.dt.co.kr/news/skin/sedstar_on.png")
    no-repeat;
}
#header .sitemap {
  position: absolute;
  left: 0;
  top: 144px;
  *top: 153px;
  width: 100%;
  border-top: none;
  border-bottom: none;
  background: #f4f4f4;
  display: none;
  z-index: 200;
}
#header .sitemap > ul {
  border-left: solid 1px #ced2d7;
  border-right: solid 1px #ced2d7;
  padding-bottom: 100px;
}
#header .sitemap > ul > li {
  position: relative;
  border-bottom: solid 1px #ced2d7;
  overflow: hidden;
  padding-left: 133px;
  line-height: 53px;
}
#header .sitemap > ul > li > a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 112px;
  padding-left: 20px;
  text-align: left;
  color: #444;
  font-size: 14px;
  font-family: "notokr-bold";
  font-weight: 700;
  background: #fff;
  border-right: solid 1px #ced2d7;
}
#header .sitemap > ul > li ul {
  padding: 10px;
  width: 100%;
  height: 100%;
}
#header .sitemap > ul > li ul:after {
  content: "";
  display: block;
  clear: both;
}
#header .sitemap > ul > li ul li {
  float: left;
  background: url("http://img.dt.co.kr/news/skin/bg_bar.gif") no-repeat
    right 50%;
  line-height: 31px;
}
#header .sitemap > ul > li ul li:last-child,
#header .sitemap > ul > li ul li.last {
  background: none;
}
#header .sitemap > ul > li ul li a {
  padding: 0 12px;
  color: #666;
}
#header .sitemap > ul > li ul li.on a {
  color: #0078bd;
}
#header .sitemap .sitemap_close {
  display: block;
  background: #fff;
  padding: 15px 0;
  border: solid 1px #ced2d7;
  border-top: none;
  margin-top: -100px;
  height: 70px;
}
#header .sitemap > ul > li.one_depth {
  padding: 0;
  text-align: left;
  background: #fff;
}
#header .sitemap > ul > li.one_depth > a {
  padding: 0 12px;
  position: static;
  width: auto;
  border-right: none;
  display: inline-block;
  background: #fff url("http://img.dt.co.kr/news/skin/bg_bar.gif")
    no-repeat right 50%;
}
#header .sitemap > ul > li.one_depth > a:last-child {
  background-image: none;
}
#header .sitemap > ul > li.btn_setting {
  display: none;
}
#header .sitemap > ul > li.btn_setting > a {
  padding-left: 50px;
  color: #0078bd;
  background: #fff url("http://img.dt.co.kr/news/skin/setting_icon.gif")
    20px center no-repeat;
  -webkit-background-size: 26px auto;
  -moz-background-size: 26px auto;
  -o-background-size: 26px auto;
  background-size: 26px auto;
}
#header .search {
  position: absolute;
  left: 0;
  top: 144px;
  *top: 159px;
  width: 100%;
  z-index: 200;
  display: none;
}
#header .search > div {
  padding: 30px 10px;
  background: #f4f4f4;
  border: solid 1px #ced2d7;
  border-top: none;
}
#header .search h3 {
  margin-bottom: 10px;
  font-size: 36px;
  font-family: "notokr-bold";
  font-weight: 700;
  color: #444;
  letter-spacing: 0;
}
#header .search .search_word {
  position: relative;
  max-width: 454px;
  margin: 0 auto 20px;
  overflow: hidden;
}
#header .search .search_word p {
  position: relative;
  max-width: 388px;
  padding-left: 10px;
  border: solid 1px #b0b0b0;
  border-right: none;
  background: #fff;
}
#header .search .search_word input {
  width: 100%;
  height: 53px;
  line-height: 53px;
  padding: 0;
  font-size: 16px;
  color: #444;
  border: none;
  *margin-top: -1px;
}
#header .search .search_word label {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 53px;
  font-size: 16px;
  color: #444;
}
#header .search .search_word label:hover {
  cursor: text;
}
#header .search .search_word > a {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 55px;
  height: 37px;
  padding-top: 18px;
  background: #444;
}
#header .search .popularity_search {
  margin-bottom: 25px;
}
#header .search .popularity_search li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 5px;
  line-height: 20px;
}
#header .search .popularity_search li a {
  font-size: 14px;
  color: #0078bd;
}
#header .my_page {
  position: absolute;
  right: -1px;
  top: 53px;
  width: 140px;
  border: solid 1px #ced2d7;
  z-index: 9999;
  display: none;
}
#header .my_page ul {
  text-align: left;
  background: #fff;
}
#header .my_page ul li {
  height: 40px;
  line-height: 40px;
  float: none !important;
  border-left: none !important;
}
#header .my_page ul li a {
  display: block;
  padding: 0 15px;
  border-top: solid 1px #ced2d7;
}
#header .my_page ul li.on a {
  background: #f7f7f7;
}
#header .my_page ul li a > span {
  font-weight: 700;
  color: #fa702c;
}
#header .my_page ul li:first-child a {
  border-top: none;
}
#header .btn_m_list {
  display: none;
}
#header .m_header {
  position: relative;
  height: 55px;
  background: #0078bd;
  display: none;
  z-index: 9999;
}
#header .m_header h1 {
  text-align: left;
  padding: 14px 0 0 20px;
}
#header .m_header .btn_wrap {
  position: absolute;
  right: 0;
  top: 0;
}
#header .m_header .btn_wrap > ul > li {
  float: left;
  border-left: solid 1px #2289c4;
}
#header .m_header .btn_wrap > ul > li:last-child {
  background: #325794;
}
#header .m_header .my_page {
  right: 0;
  top: 84px;
}
#header .m_grayheader {
  display: none;
  z-index: 9999;
}

/* lnb */
#lnb {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  z-index: 5000;
  display: none;
}
#lnb .lnb_wrap {
  position: absolute;
  top: 0;
  left: -136px;
  width: 136px;
  height: 100%;
  background: #29282e;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}
#lnb .lnb_wrap.open {
  left: 0;
}
#lnb .lnb_wrap.default {
  left: -136px;
}
#lnb .lnb_group {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#lnb .lnb_top {
  position: relative;
  height: 44px;
  background: #03070c;
  text-align: center;
}
#lnb .lnb_top > ul {
  overflow: hidden;
}
#lnb .lnb_top > ul li {
  float: left;
  width: 33.33%;
  border-left: 1px solid #26252a;
  margin-left: -1px;
}
#lnb .lnb_top > ul li:first-child {
  border-left: none;
  margin-left: 0;
}
#lnb .lnb_con {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 44px;
  overflow-y: auto;
}
#lnb .lnb_con > ul > li > a {
  display: block;
  padding-left: 17px;
  font-size: 15px;
  color: #c0c0c0;
  font-family: "notokr-bold";
  font-weight: 700;
  line-height: 39px;
  border-bottom: 1px solid #03070c;
  background: #29282e;
}
#lnb .snb {
  padding: 9px 0 9px 17px;
  background: #19181c;
  display: none;
  border-bottom: 1px solid #03070c;
}
#lnb .snb li {
  font-size: 0;
  line-height: 0;
}
#lnb .snb li a {
  display: block;
  font-size: 12px;
  color: #949494;
  text-align: left;
  line-height: 22px;
}
#lnb .lnb_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#lnb .btn_lnb_close {
  position: absolute;
  top: 0;
  right: -44px;
}
/*ad_banner*/
.sub_ad_banner2,
.sub_ad_banner9,
.sub_ad_banner11 {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  display: block;
}
.sub_ad_banner2-m,
.sub_ad_banner10_m,
.sub_ad_banner7_m4,
.sub_ad_banner7_m5 {
  display: none;
}
.sub_ad_banner2 img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.left_banner_1 {
  position: relative;
}
.sub_ad_banner3 {
  width: 160px;
  height: 600px;
  position: absolute;
  top: -15px;
  right: -210px;
  display: block;
}
.sub_ad_banner3 a {
  width: 100%;
  height: 100%;
}
.sub_ad_banner3_2 {
  width: 160px;
  height: 600px;
  position: absolute;
  top: -14px;
  left: -200px;
  display: block;
}
.sub_ad_banner3_3 {
  width: 120px;
  height: 300px;
  position: absolute;
  top: 223px;
  right: -130px;
  display: block;
  background: whitesmoke;
}
.sub_ad_banner4 {
  /*width:200px;height:200px;*/
  margin: 9px 10px 0 10px;
  float: right; /*background-color:gray;*/
}
.sub_ad_banner5_wrap,
.sub_ad_banner5 {
  display: none;
}
.sub_ad_banner6_wrap {
  width: 100%;
  height: 180px;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.sub_ad_banner6_wrap h4 {
  width: 100%;
  height: 20px;
  color: #666;
  font-size: 17px;
  margin-bottom: 10px;
}
.sub_ad_banner6_wrap p {
  position: absolute;
  top: 10px;
  right: 0;
}
.sub_ad_banner6 {
  width: 690px;
  height: 160px;
}
.sub_ad_banner6_wrap_m,
.sub_ad_banner7_m,
.sub_ad_banner7_m2 {
  display: none;
}
.sub_ad_banner7 {
  /*width:690px; height:170px;*/
  margin-top: 50px;
  margin-bottom: 45px;
  display: block;
  width: 610px;
}
.sub_ad_banner7 iframe {
  width: 610px;
  cursor: pointer;
}

.sub_ad_banner7_2 {
  /*width:690px; height:200px;*/
  margin-top: 20px;
  display: block; /*border-bottom:1px solid #ced2d7;*/
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.sub_ad_banner8_wrap {
  width: 1278px; /* height:90px;*/
  margin: 0 auto;
  display: none;
  margin-top: 60px; /*margin-bottom:-70px;border:1px solid #e6e6e6;*/
}
.sub_ad_banner8 {
  width: 970px;
  height: 250px;
  margin: 0 auto;
  position: relative;
}
.sub_ad_banner9 {
  position: relative;
  box-sizing: border-box;
  border: 1px solid #ced2d7;
}
.sub_ad_banner8_wrap.h250 {
  /*height:250px*/
}
.sub_ad_banner_wid {
  width: 610px;
  margin-bottom: 30px;
  margin-top: 50px;
}
.sub_ad_banner_wid iframe {
  width: 610px;
}
/*.sub_ad_banner9:after {display: block; content: ""; width: 100%; height: 100%; position: absolute; top:0; left: 0; border:1px solid #ced2d7; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}*/
.banner9_m {
  display: none;
}
#container .side_bar .ad_wrap {
  border: 0 none;
  margin: 18px 0 -5px;
  height: 249px;
}
#container.company {
  padding-top: 50px;
}
#container.sub_list {
  padding-top: 50px;
}
#container.sub_list.depth {
  padding-top: 73px;
}
.sub_ad_banner10 {
  overflow: auto;
  display: none; /*width:360px; height: 60px; */
  margin: -2px auto -33px auto;
  clear: both;
}
.best_click_zone ol li#li_best_6 {
  padding-top: 0;
  margin-bottom: 0;
  height: auto;
  max-height: none;
}
#ad_kakao {
  display: none;
}

.sub_ad_banner2 {
  margin-bottom: -2px;
}
.i_wrap {
  border: 1px solid #d6d6d6;
  padding-left: 11px;
}
.i_wrap input {
  border: none;
  padding: 0;
  width: 100%;
}

/* paging */
.paging {
  position: relative;
  margin-top: 50px;
  text-align: center;
  border: solid 1px #ced2d7;
}
.paging img {
  vertical-align: top;
}
.paging ol {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.paging ol li {
  display: inline;
}
.paging ol li span,
.paging ol li a {
  display: block;
  float: left;
  width: 30px;
  height: 36px;
  line-height: 36px;
  padding: 0 0;
  font-size: 15px;
  color: #888;
  background: url("http://img.dt.co.kr/news/skin/bg_bar.gif") no-repeat
    left 50%;
}
.paging ol li.first a,
.paging ol li.first span {
  background: none;
}
.paging ol li.current span {
  color: #1c78d6;
}
.paging ol li.prev {
  position: absolute;
  left: 0;
  top: 1px;
  border-right: solid 1px #ced2d7;
}
.paging ol li.next {
  position: absolute;
  right: 0;
  top: 1px;
  border-left: solid 1px #ced2d7;
}
.paging ol li.prev a,
.paging ol li.next a {
  width: 36px;
  padding: 0;
  background: none;
}
.paging ol li.e_next a,
.paging ol li.e_prev a {
  width: 36px;
  padding: 0;
  background: none;
}
.paging ol li.e_prev {
  position: absolute;
  left: 37px;
  top: 1px;
  border-right: solid 1px #ced2d7;
}
.paging ol li.e_next {
  position: absolute;
  right: 37px;
  top: 1px;
  border-left: solid 1px #ced2d7;
}
.paging.deskPage {
  display: block;
}
.paging.mobilePage {
  display: none;
}

/* table */
table .tl {
  text-align: left !important;
}
table .tc {
  text-align: center !important;
}
table .tr {
  text-align: right !important;
}
table .bl {
  border-left: none !important;
}
table .br {
  border-right: none !important;
}
table .vt {
  vertical-align: top !important;
}
table .nPd {
  padding: 0 !important;
}
table .char {
  margin: 0 5px !important;
}
table a,
table img,
table span,
table label,
table input {
  vertical-align: middle;
}
table.type01 {
  width: 100%;
  table-layout: fixed;
}
table.type01 td,
table.type01 th {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dddddc;
}
table.type01 td {
  color: #888;
  padding: 12px 20px;
}
table.type01 th {
  font-size: 14px;
  color: #666;
  padding: 12px 10px;
  font-weight: normal;
  background: #f8f5f3;
  border-color: #dcd6d2;
}
/* table */
table.type02 {
  width: 100%;
  table-layout: fixed;
}
table.type02 td,
table.type02 th {
  text-align: left;
  vertical-align: middle;
  padding: 10px 20px;
  border-top: 1px solid #dddddc;
  border-bottom: 1px solid #dddddc;
}
table.type02 td {
  color: #888;
}
table.type02 th {
  color: #54504c;
  background: #f1ece8;
  padding: 7px 20px;
  font-weight: normal;
  line-height: 30px;
  border-right: 1px solid #dddddc;
}
table.type02 .t_m_title {
  color: #54504c;
  font-size: 14px;
  margin-bottom: 10px;
}
table.type03 {
  width: 100%;
  table-layout: fixed;
}
table.type03 td,
table.type01 th {
  text-align: center;
  vertical-align: middle;
}
table.type03 td {
  font-size: 14px;
  padding: 15px;
  height: 18px;
  line-height: 16px;
  background: #fff;
  border-bottom: 1px solid #ced2d7;
}
table.type03 td:hover {
  text-decoration: underline;
}
table.type03 td img {
  margin-right: 3px;
}
table.type03 td.sort {
  color: #247acd;
  text-align: center;
}
table.type03 th {
  color: #666;
  height: 40px;
  font-weight: normal;
  background: #f7f7f7;
  border-bottom: 1px solid #c8c8c8;
  border-top: 2px solid #247acd;
  text-align: center;
}
.list_data {
  margin-top: 20px;
}
.list_subject {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no_list_data {
  font-size: 14px;
  color: #666;
  padding: 20px 10px;
  border-bottom: 1px solid #c8c8c8;
  border-top: 1px solid #c8c8c8;
  text-align: center;
}
.list_wrap .paging {
  margin-top: 20px;
}
.list_wrap .view_top {
  position: relative;
  background: #f7f7f7;
  padding: 15px;
  border-bottom: 1px solid #ced2d7;
}
.list_wrap .view_top h2 {
  font-size: 16px;
  color: #000;
  line-height: 20px;
  font-weight: 500;
}
.list_wrap .view_top .top_data {
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  overflow: hidden;
}
.list_wrap .view_top .top_data li {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
}
.list_wrap .view_top .top_data li .info {
  font-size: 14px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 10px;
  position: relative;
  top: 50%;
  line-height: 16px;
  margin-top: -8px;
  background: url("http://img.dt.co.kr/news/skin/list_view_top_line.gif")
    left center no-repeat;
}
.list_wrap .view_top .top_data li:first-child .info {
  background: none;
}

.list_wrap .view_top2,
.list_wrap .view_top3 {
  position: relative;
  padding: 0 20px;
  border-bottom: 1px solid #c8c8c8;
}
.list_wrap .view_top2 p {
  display: inline-block;
  font-size: 13px;
  color: #888;
  line-height: 39px;
  position: relative;
  padding-left: 5px;
}
.list_wrap .view_top2 p:first-child,
.list_wrap .view_top3 p:first-child {
  margin-right: 30px;
}
.list_wrap .view_top2 p:nth-child(2) {
  position: absolute;
  top: 0;
  right: 20px;
}
.list_wrap .view_top2 p.stat .end {
  padding: 0 5px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: #8d8d8d;
  border: 1px solid #717171;
}
.list_wrap .view_top2 p.stat .ing {
  padding: 0 5px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: #247acd;
  border: 1px solid #155899;
}
.list_wrap .view_top2 p:after,
.list_wrap .view_top3 p:after {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  background: #444;
  position: absolute;
  top: 18px;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
}
.list_wrap .view_top3 p:after {
  top: 11px;
}
.list_wrap .view_top2 p strong {
  color: #444;
  margin-right: 10px;
}
.list_wrap .view_top2 p strong span,
.list_wrap .view_top3 p strong span {
  margin-left: 4px;
}
.list_wrap .view_top3 p {
  display: inline-block;
  font-size: 13px;
  color: #888;
  line-height: 25px;
  position: relative;
  padding-left: 45px;
  margin: 10px 0;
}
.list_wrap .view_top3 p strong {
  position: absolute;
  top: 0;
  left: 0;
  color: #444;
  padding-left: 4px;
}
.list_wrap .view_top3 p a {
  color: #999;
  margin-right: 10px;
}
.list_wrap .view_top3 p a:hover {
  color: #333;
}
.list_wrap .view_top3 p a img.pc_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  margin-right: 3px;
}
.list_wrap .view_top3 p a img.m_icon {
  display: none;
}

.list_wrap .view_con {
  padding: 50px 10px;
  text-align: left;
  border-bottom: 1px solid #ced2d7;
  font-size: 15px;
  line-height: 1.65em;
}
.list_wrap .view_con.beri_book img {
  max-width: 400px;
}
.list_wrap .view_con b,
.list_wrap .view_con strong {
  font-weight: 500;
}

.list_wrap .add_file {
  position: relative;
  border-bottom: 1px solid #ced2d7;
}
.list_wrap .add_file .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #444;
  text-align: center;
}
.list_wrap .add_file ul {
  margin-left: 80px;
}
.list_wrap .add_file ul li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-left: 10px;
  line-height: 40px;
}
.list_wrap .add_file ul li img {
  vertical-align: middle;
}
.list_wrap .add_file ul li a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 13px;
  color: #888;
  vertical-align: middle;
  text-decoration: underline;
  letter-spacing: normal;
  margin-left: 5px;
}
.list_wrap .btn_list_wrap {
  margin-top: 30px;
  text-align: center;
}
.video_caption {
  padding: 2px 0 0 0;
  font-family: "dotum", µ¸¿ò, µ¸¿òÃ¼;
  color: #595959;
  font-size: 9pt;
}

/* btns */
.btn_list .btn {
  margin-left: 8px;
}
.btn_list .btn:first-child {
  margin: 0;
}
.btn {
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
}
.btn.type01 {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.btn.gray {
  border: solid 1px #8c8c8c;
  background: #8c8c8c;
  color: #fff;
}
.btn.white {
  border: solid 1px #cfcfcf;
  background: #fff;
  color: #666;
}
.btn.blue {
  border: solid 1px #0078bd;
  background: #0078bd;
  color: #fff;
}
a.btn03 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
  height: 28px;
  line-height: 28px;
  padding: 0 20px;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 4px;
}
a.btn03.type01,
a.btn04.type01 {
  color: #fff;
  border: 1px solid #0078bd;
  background-color: #0078bd;
}
a.btn03.type02,
a.btn04.type02 {
  color: #666;
  border: 1px solid #cfcfcf;
  background-color: #fff;
}
a.btn03:first-child {
  margin-left: 0;
}
a.btn04 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 4px;
}
.btn.type02 {
  width: 105px;
  height: 50px;
  box-sizing: border-box;
  line-height: 48px;
  background: #fff;
  border: 1px solid #cccccc;
  color: #999999;
  font-size: 16px;
}
.btn.type02:hover {
  background: #fafafa;
  color: #000;
}
.btn.type03 {
  width: 105px;
  height: 50px;
  box-sizing: border-box;
  line-height: 48px;
  background: #282828;
  color: #fff;
  font-size: 16px;
}
.btn.type03:hover {
  background: #247acd;
}
/* form */
.p_b,
.t_b,
.m_b,
.t_layout_b,
.m_layout_b {
  display: block !important;
}
.p_bl,
.t_bl,
.m_bl,
.t_layout_bl,
.m_layout_bl {
  display: inline-block !important;
}
.p_l,
.t_l,
.m_l,
.t_layout_l,
.m_layout_l {
  display: inline !important;
}
.p_tc,
.t_tc,
.m_tc,
.t_layout_tc,
.m_layout_tc {
  display: table-cell !important;
}
.p_tl,
.t_tl,
.m_tl,
.t_layout_tl,
.m_layout_tl {
  display: table-column !important;
}
.t_con_b,
.t_con_bl,
.t_con_tc,
.t_con_l,
.t_only_b,
.m_con_b,
.m_con_bl,
.m_con_l,
.m_con_tc {
  display: none !important;
}
.under {
  text-decoration: underline !important;
}

/* footer */
#footer {
  width: 1280px;
  margin: 0 auto;
  padding: 125px 0 80px;
}
#footer .btn_fix {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
}
#footer .btn_fix a {
  display: block;
  margin-top: -1px;
  display: none;
}
#footer .btn_fix .save {
  display: none;
  width: 50px;
  height: 50px;
  background: url("http://img.dt.co.kr/news/skin/btn_fix_save01.gif") left
    top no-repeat;
  overflow: hidden;
}
#footer .btn_fix .save02 {
  display: none;
  width: 50px;
  height: 50px;
  background: url("http://img.dt.co.kr/news/skin/btn_fix_save01_com.gif")
    left top no-repeat;
  overflow: hidden;
}
#footer .btn_fix .save:hover {
  background-position: right top;
}
#footer .menu_cover {
  position: relative;
  margin-bottom: 20px;
  text-align: left;
  padding-right: 170px;
}
#footer .menu_cover .menu_list {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#footer .menu_cover .menu_list li {
  float: left;
  padding-top: 15px;
}
#footer .menu_cover .menu_list a {
  padding-right: 9px;
  margin-right: 8px;
  background: url("http://img.dt.co.kr/news/skin/bg_bar.gif") no-repeat
    right 50%;
}
#footer .menu_cover .menu_list li.last a {
  padding: 0;
  margin: 0;
  background: none;
}
#footer .menu_cover .share_cover {
  position: absolute;
  right: 0;
  top: 0;
}
#footer .menu_cover .share_cover > p {
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 30px;
  padding-right: 10px;
}
#footer .menu_cover .share_cover .share_list {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#footer .menu_cover .share_cover .share_list li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-left: 2px;
}
#footer .menu_cover .share_cover .share_list li:first-child {
  padding-left: 0;
}
#footer .menu_cover .share_cover .share_list li img {
  width: 30px;
}
#footer .menu_cover .share_cover .apps {
  display: none;
}
#footer .apps dt {
  float: left;
  margin-right: 10px;
  line-height: 48px;
}
#footer .apps dd {
  float: left;
  margin-top: 10px;
}
#footer .apps dd a {
  float: left;
  display: block;
  height: 28px;
  line-height: 28px;
  margin-right: 5px;
  padding: 0 10px 0 30px;
  border: solid 1px #e4e4e4;
  font-family: "Titillium Web";
  color: #888;
  letter-spacing: normal;
  background: #fff url("http://img.dt.co.kr/news/skin/bg_iphone.png")
    no-repeat 8px 50%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#footer .apps dd a:first-child {
  background: #fff url("http://img.dt.co.kr/news/skin/bg_android.png")
    no-repeat 8px 50%;
}
#footer .subscribe_cover,
#footer .subscribe_cover * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#footer .subscribe_cover {
  position: relative;
  height: 48px;
  padding: 0 70px 0 20px;
  margin-bottom: 18px;
  border: solid 1px #dedede;
  background: #f8f9fa;
  font-size: 12px;
}
#footer .subscribe_cover dl {
  float: left;
}
#footer .subscribe_cover dl dt {
  display: inline-block;
  zoom: 1;
  *display: inline;
  line-height: 47px;
}
#footer .subscribe_cover dl dd {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#footer .subscribe_cover .email {
  position: relative;
  padding-left: 80px;
}
#footer .subscribe_cover .email dt {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .subscribe_cover .email dd {
  position: relative;
  width: 200px;
  padding-right: 33px;
  margin-top: 8px;
}
#footer .subscribe_cover .email dd label {
  position: absolute;
  left: 10px;
  top: 0;
  line-height: 30px;
  color: #444;
}
#footer .subscribe_cover .email dd label:hover {
  cursor: text;
}
#footer .subscribe_cover .email dd p {
  background: #fff;
  border: solid 1px #e4e4e4;
  padding-left: 10px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
#footer .subscribe_cover .email dd input[type="text"] {
  height: 28px;
  width: 100%;
  border: none;
  padding: 0;
}
#footer .subscribe_cover .email dd a {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 33px;
  line-height: 30px;
  background: #8c8c8c;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
#footer .subscribe_cover .family_site {
  float: right;
  text-align: left;
  position: relative;
}
#footer .subscribe_cover .family_site .family_go {
  display: block;
  width: 200px;
  height: 30px;
  background: #fff;
  border: 1px solid #e4e4e4;
  line-height: 30px;
  padding-left: 10px;
  margin-top: 8px;
  border-radius: 2px;
  line-height: 28px;
  position: relative;
}
#footer .subscribe_cover .family_site .family_go > span {
  display: block;
  width: 33px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #8c8c8c;
  color: #fff;
  border-radius: 0 2px 2px 0;
  border-left: 1px solid #e4e4e4;
}
#footer .subscribe_cover .family_site .family_go span span {
  display: block;
  width: 100%;
  height: 100%;
  background: url("http://img.dt.co.kr/news/skin/foot_arr.png") no-repeat
    center;
  background-size: 11px 7px;
  font-size: 0;
  text-indent: -9999px;
}
#footer .subscribe_cover .family_site .family_go span span.reverse {
  background: url("http://img.dt.co.kr/news/skin/foot_arr2.png") no-repeat
    center;
}
#footer .subscribe_cover .family_site ul {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  display: none;
  z-index: 50;
}
#footer .subscribe_cover .family_site ul li {
  background: #fff;
  height: 31px;
  border: 1px solid #e4e4e4;
  border-bottom: 0 none;
}
#footer .subscribe_cover .family_site ul li a {
  display: block;
  height: 100%;
  line-height: 30px;
  padding-left: 10px;
  font-size: 12px;
  color: #666;
}
#footer .subscribe_cover > p {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  border-left: solid 1px #dedede;
  background: #fff url("http://img.dt.co.kr/news/skin/bg_top.png")
    no-repeat 50% 13px;
}
#footer .subscribe_cover > p > a {
  display: block;
  width: 49px;
  height: 23px;
  padding-top: 25px;
  font-family: "Titillium Web";
  letter-spacing: 0;
}
#footer .address_cover {
  position: relative;
  font-size: 12px;
}
#footer .address_cover h2 {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}
#footer .address_cover > div {
  margin-left: 130px;
  text-align: left;
  line-height: 18px;
}
#footer .address_cover address span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-right: 6px;
  margin-right: 5px;
  background: url("http://img.dt.co.kr/news/skin/bg_bar.gif") no-repeat
    right 50%;
}
#footer .address_cover address span.last {
  background: none;
  padding-right: 0;
  margin-right: 0;
}
#footer .address_cover .letter {
  font-family: "Titillium Web";
}
#footer .site_ver_link a {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  background: #8c8c8c;
  margin-top: 30px;
  padding: 0 25px;
  font-size: 16px;
  color: #fff;
  border: 0 none;
}

/* LAYOUT padding */
#container.fixed {
  margin-top: 195px;
}
#container.magazine {
  padding-top: 50px;
}
#container {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  padding-top: 50px;
  *z-index: -10;
  *padding-top: 210px;
}
#container.wid {
  width: 100%;
}
#container.sub_main.depth {
  padding-top: 80px;
}
#container.depth {
  padding-top: 20px;
}
#container.depth.fixed {
  margin-top: 15px;
}
#newsman,
#sedCube {
  padding-top: 0;
}
#v-left {
  float: left;
  width: 940px;
}
#v-right {
  position: relative;
  float: right;
  width: 315px;
  background: #f4f4f4;
  box-sizing: border-box;
  padding-left: 15px;
}
#v-right:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
  height: 15px;
  background: #f4f4f4;
}
#v-right:after {
  display: block;
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: 0;
  width: 15px;
  background: #f4f4f4;
}
#l-left {
  float: left;
  width: 940px;
}
#contents-article-view #l-left {
  width: 782px;
} /*¿µ»ó´º½º, Ä«µå´º½º*/
#l-right {
  float: right;
  width: 300px;
}
#m-left {
  float: left;
  width: 940px;
}
#m-right {
  float: right;
  width: 300px;
}
#contents-article-view {
  position: relative;
  z-index: 5;
  margin-left: 168px;
  *zoom: 1;
  margin-top: -0px !important;
}
#contents-article-view.new_contents {
  margin-left: 0;
}
#contents-article-view.new_contents:before {
  display: block;
  content: "";
  position: absolute;
  width: 330px;
  height: 100%;
  background: #f4f4f4;
  right: -15px;
  bottom: 0;
  z-index: 0;
}
#contents-article-view:after,
#contents-article-list:after {
  content: " ";
  display: block;
  clear: both;
  overflow: hidden;
}
#contents-article-list {
  text-align: left;
  *zoom: 1;
}
#contents-article-main {
  text-align: left;
  *zoom: 1;
}
#contents-article-main:after {
  content: " ";
  display: block;
  clear: both;
  overflow: hidden;
}

#container .m_location {
  display: none;
}
#contents.fullPage {
  position: relative;
  margin-right: 0;
  overflow: hidden;
}
#contents.fullPage > div {
  float: right;
  width: 78.59%;
}
#contents.fullPage .side_depth {
  float: right;
}

/*  popup  */
#popWrap {
  width: 400px;
  height: 520px;
  position: fixed;
  top: 12%;
  left: 8%;
  z-index: 3000;
  border: 1px solid lightgray;
}
#popWrap .popdesc {
  width: 400px;
  height: 495px;
}
#popWrap .popdesc a {
  width: 400px;
  height: 495px;
}
#popWrap .popdesc img {
  width: 100%;
  height: 100%;
}
#popWrap #todayclose {
  width: 100%;
  height: 25px;
  background-color: #38bbf1;
  position: relative;
}
#popWrap #todayclose .todayclose1 {
  width: 200px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: #3e515f;
  line-height: 22px;
  display: block;
}
#popWrap #todayclose .todayclose1 label {
  vertical-align: 2px;
}
#popWrap #todayclose .todayclose2 {
  width: 60px;
  position: absolute;
  top: 2px;
  right: 5px;
}
#popWrap #todayclose .todayclose2 a img {
  vertical-align: middle;
  margin-left: 5px;
}
#popWrap #todayclose .todayclose2 a:link,
#popWrap #todayclose .todayclose2 a:visited {
  color: #3e515f;
  font-size: 13px;
}
#popWrap #todayclose .todayclose2 a:hover,
#popWrap #todayclose .todayclose2 a:focus {
  color: #fff;
}

/*´ë¼±*/
.president_box {
  font-family: "S-CoreDream-4Regular";
  background: url("http://img.dt.co.kr/news/skin/preident_bg.jpg") no-repeat;
  width: 100%;
  height: 426px;
}
.president_box.type1 {
  background: url("http://img.dt.co.kr/news/skin/preident_bg1.jpg")
    no-repeat;
  height: 449px;
}
.president_box .statis {
  color: #5038d3;
  font-family: "S-CoreDream-5Medium";
  font-size: 14px;
  line-height: 14px;
  padding-top: 96px;
}
.president_box .statis span {
  display: inline-block;
}
.president_box .statis span:before {
  display: inline-block;
  content: "";
  background: url("http://img.dt.co.kr/news/skin/rel_time_pur.svg")
    no-repeat;
  vertical-align: middle;
  width: 12px;
  height: 14px;
  background-size: 12px;
  margin-left: 5px;
  margin-right: 2px;
}
.candidates {
  display: flex;
  margin-top: 24px;
  position: relative;
  flex-wrap: wrap;
}
.candidates .candidate {
  width: 165px;
  flex-shrink: 0;
  position: relative;
}
.candidates .candidate .award {
  position: absolute;
  z-index: 10;
  left: 15px;
  top: -11px;
}
.candidates .candidate .thumb {
  border-radius: 50%;
  width: 115px;
  height: 115px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.candidates .candidate.can1 .thumb,
.candidates .statis_graph_ver .bar_box.bar1 span,
.candidates.type2 .candidate .text_area .graph_hor .bar.bar1 {
  background: #194dbd;
}
.candidates .candidate.can1 .part,
.candidates .candidate.can1 .percent {
  color: #194dbd;
}
.candidates .candidate.can2 .thumb,
.candidates .statis_graph_ver .bar_box.bar2 span,
.candidates.type2 .candidate .text_area .graph_hor .bar.bar2 {
  background: #b40100;
}
.candidates .candidate.can2 .part,
.candidates .candidate.can2 .percent {
  color: #b40100;
}
.candidates .candidate.can3 .thumb,
.candidates.type2 .candidate .text_area .graph_hor .bar.bar3 {
  background: #ea5504;
}
.candidates .candidate.can3 .part,
.candidates .candidate.can3 .percent {
  color: #ea5504;
}
.candidates .candidate .text_area {
  margin-top: 12px;
}
.candidates .candidate .text_area span {
  display: block;
  text-align: center;
}
.candidates .candidate .text_area .part {
  font-family: "S-CoreDream-6Bold";
  font-size: 12px;
  line-height: 12px;
}
.candidates .candidate .text_area .name {
  font-size: 16px;
  line-height: 16px;
  font-family: "S-CoreDream-6Bold";
  color: #000;
  margin-top: 5px;
}
.candidates .candidate .text_area .percent {
  font-size: 27px;
  font-family: "S-CoreDream-7ExtraBold";
  margin-top: 13px;
}
.candidates .candidate .text_area .total {
  font-size: 12px;
  color: #000;
  margin-top: 12px;
  font-family: "S-CoreDream-5Medium";
}
.candidates .statis_graph_ver {
  width: 38px;
  height: 219px;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
}
.candidates .statis_graph_ver .bar_box {
  width: 11px;
  box-sizing: border-box;
  font-size: 0;
  border-radius: 5px;
  background: #fff;
  position: relative;
}
.candidates .statis_graph_ver .bar_box:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #c6c6f3;
  border-radius: 5px;
  z-index: 1;
}

.candidates .statis_graph_ver .bar_box span {
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  border-radius: 5px;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.candidates .vote_dis {
  text-align: center;
  flex-grow: 1;
}
.candidates .vote_dis span {
  display: inline-block;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  color: #555;
  background: #fff;
  line-height: 28px;
  padding: 0 9px;
  font-family: "S-CoreDream-5Medium";
  position: relative;
  margin-top: 15px;
}
.candidates .vote_dis span:before {
  display: block;
  content: "";
  position: absolute;
  background: url("http://img.dt.co.kr/news/skin/talk_up.png") no-repeat 50%
    50%;
  width: 100%;
  height: 8px;
  top: -8px;
  left: 0;
}
*::-ms-backdrop,
.candidates .vote_dis span:before {
  top: -7px;
} /* IE11 */
.candidates.type2 {
  display: block;
}
.candidates.type2 .candidate {
  display: flex;
  padding: 0 25px;
  width: inherit !important;
}
.candidates.type2 .candidate.can2 {
  margin: 32px 0 21px 0;
}
.candidates.type2 .candidate .thumb {
  width: 70px;
  height: 70px;
  position: relative;
  margin: 0;
  z-index: 2;
}
.candidates.type2 .candidate .thumb span {
  background: #fff;
  display: block;
  position: absolute;
  border-radius: 50px;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  overflow: hidden;
}
.candidates.type2 .candidate .text_area {
  margin-top: -3px;
  flex-grow: 1;
  text-align: left;
}
.candidates.type2 .candidate .text_area span {
  display: inline-block;
  vertical-align: middle;
}
.candidates.type2 .candidate .text_area .total {
  margin-top: 6px;
  padding-left: 10px;
  font-size: 11px;
}
.candidates.type2 .candidate .text_area .part {
  padding-left: 10px;
  font-size: 12px !important;
  margin-right: 5px;
}
.candidates.type2 .candidate .text_area .name {
  font-size: 16px !important;
  margin-top: 2px;
}
.candidates.type2 .candidate .text_area .graph_hor {
  height: 22px;
  background: #fff;
  width: 100%;
  margin-top: 8px;
  position: relative;
  margin-left: -2px;
  z-index: 1;
}
.candidates.type2 .candidate .text_area .graph_hor:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #d2d3f6;
  border-left: 0;
  box-sizing: border-box;
}
.candidates.type2 .candidate .text_area .graph_hor .percent {
  font-size: 18px;
  margin-top: 0;
  line-height: 22px;
  position: absolute;
  z-index: 10;
}
.candidates.type2 .candidate .text_area .graph_hor .percent.gt {
  color: #fff;
  right: 10px;
}
.candidates.type2 .candidate .text_area .graph_hor .percent.lt {
  right: -65px;
}
.candidates.type2 .candidate .text_area .graph_hor .bar {
  position: inherit;
  left: 0;
  top: 0;
  height: 100%;
}
.candidates.type2 .candidate .text_area .vote_dis_type1 {
  font-size: 11px;
  color: #888;
  font-family: "S-CoreDream-5Medium";
  display: block;
  padding-left: 10px;
  line-height: 11px;
  margin-top: 2px;
  text-align: left;
}
.candidates.type2 .candidate .award img {
  width: 29px;
}
.main_right .president_box {
  margin-bottom: 37px;
}
.sub_right .president_box {
  position: relative;
  margin: -15px 0 -15px -15px;
  width: 330px;
  height: 402px;
  z-index: 10;
  background: url("http://img.dt.co.kr/news/skin/preident_bg2.jpg")
    no-repeat;
}
.sub_right .president_box .statis {
  text-align: center;
  padding-top: 86px;
}
.sub_right .candidates .candidate {
  width: 146px;
}
.sub_right .candidates .candidate .thumb {
  width: 104px;
  height: 104px;
}
.sub_right .candidates .candidate .text_area .percent {
  font-size: 24px;
  margin-top: 9px;
}
.sub_right .candidates .statis_graph_ver {
  height: 194px;
}
.sub_right .candidates .candidate .text_area .part {
  font-size: 11px;
}
.sub_right .candidates .candidate .text_area .name {
  font-size: 14px;
  margin-top: 2px;
}
.sub_right .candidates .candidate .text_area .total {
  font-size: 11px;
  margin-top: 7px;
}
.sub_right .candidates .candidate .award {
  left: 10px;
  top: -8px;
}
.sub_right .candidates .vote_dis span {
  font-size: 12px;
}
.sub_right .president_box.type1 {
  height: 450px;
  background: url("http://img.dt.co.kr/news/skin/sub_preident_bg1.jpg")
    no-repeat;
}
.sub_right .candidates.type2 .candidate .thumb {
  height: 70px;
  width: 70px;
}
.sub_right .candidates.type2 .candidate .award {
  left: 10px;
  top: -5px;
}
.sub_right .candidates.type2 .candidate {
  padding: 0 20px;
}

/* blank */
.bk10{position:relative;clear:both;overflow:hidden;width:100%;height:10px}
.bk15{position:relative;clear:both;overflow:hidden;width:100%;height:15px}
.bk20{position:relative;clear:both;overflow:hidden;width:100%;height:35px}
.bk30{position:relative;clear:both;overflow:hidden;width:100%;height:10px;margin-top:20px}
.bk40{position:relative;clear:both;overflow:hidden;width:100%;height:37px}



.right_bx{position:relative;overflow:hidden;width:300px; }
.right_bx .h2_tit{position:relative;overflow:hidden;width:300px;height:38px;border-top:1px solid #000000;border-bottom:1px solid #d6d6d6; padding-left:10px; padding-right:10px;}
.right_bx .h2_tit .tit{float:left;color:#000;font-size:15px;line-height:21px;letter-spacing:-0.05em;font-weight:bold;margin-top:8px}
.right_bx .h2_tit .tit .ubin{font-size:13px;font-family:'¸¼Àº °íµñ','Malgun Gothic',sans-serif !important;}

.right_bx .h2_tit .mtech{float:left;color:#000;font-size:15px;line-height:21px;letter-spacing:0;font-weight:bold;margin-top:8px}

.right_bx .h2_tit .tit a{color:#000}
.right_bx .h2_tit a.btn_arr{float:right;position:relative;overflow:hidden;display:block;width:13px;height:17px;background:url(http://img.dt.co.kr/news/skin/arr2_off.png) no-repeat 0 5px;
padding:5px 0 5px 5px;text-indent:-9999px;margin-top:11px;z-index:50}
.right_bx .h2_tit a.btn_arr:hover{background:url(http://img.dt.co.kr/news/skin/arr2_on.png) no-repeat 0 5px}

.right_bx .tabbg{position:relative;width:300px;min-height:39px;border-top:1px solid #000000}
.right_bx .tab1{position:absolute;top:0;left:0;width:151px;height:39px;text-align:center;z-index:1000}
.right_bx .tab1 a.on{display:block;width:149px;height:25px;color:#000;font-size:15px;line-height:21px;letter-spacing:-0.05em;font-weight:bold;padding:7px 0; }
.right_bx .tab1 a.off{display:block;width:149px;height:24px;color:#000;font-size:15px;line-height:21px;letter-spacing:-0.05em;font-weight:normal;padding:7px 0;border-bottom:1px solid #d6d6d6}

.right_bx .tab2{position:absolute;top:0;right:0;width:149px;height:39px;text-align:center;z-index:1000}
.right_bx .tab2 a.on{display:block;width:148px;height:25px;color:#000;font-size:15px;line-height:21px;letter-spacing:-0.05em;font-weight:bold;padding:7px 0;border-right:1px solid #d6d6d6}
.right_bx .tab2 a.off{display:block;width:148px;height:24px;color:#000;font-size:15px;line-height:21px;letter-spacing:-0.05em;font-weight:normal;padding:7px 0;border-right:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6}

.right_bx .tab1 a:link, .right_bx .tab1 a:hover, .right_bx .tab1 a:visited{text-decoration:none}
.right_bx .tab2 a:link, .right_bx .tab2 a:hover, .right_bx .tab2 a:visited{text-decoration:none}

.right_bx .tab 2{position:absolute;top:0;left:0;width:149px;height:38px;z-index:1000;text-align:center;border-left:1px solid #d6d6d6;border-right:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6}
.right_bx .tab 2 a.on{display:block;color:#000;font-size:15px;line-height:21px;letter-spacing:-0.05em;font-weight:normal;padding:7px 0}
.right_bx .tab 2 a.off{display:block;color:#000;font-size:15px;line-height:21px;letter-spacing:-0.05em;font-weight:normal;padding:7px 0}

.right_bx .h2_tit .etctxt{position:absolute;top:9px;right:0;z-index:41;color:#777777;font-size:12px;line-height:18px;letter-spacing:-0.05em;font-weight:normal}



/* uberin */
dl.uberin{position:relative;overflow:hidden;width:300px;margin-top:10px; }
.ubin_box1{position:relative;float:left;text-align:center;width:140px; padding-left:5px; padding-right:5px;}
.ubin_box2{position:relative;float:right;text-align:center;width:140px; padding-left:5px; padding-right:5px;}
dl.uberin dt .thumb_img{position:relative;overflow:hidden;width:140px;height:82px}
dl.uberin dt .thumb_img img{width:140px;height:82px}

dl.uberin dt .thumb_img2{position:relative;overflow:hidden;width:140px;height:99px}
dl.uberin dt .thumb_img2 img{width:140px;height:99px}

dl.uberin dt .thumb_img .im_boder, dl.uberin dt .thumb_img2 .im_boder{position:absolute;display:block;top:0;left:0;right:0;bottom:0;border:1px solid #000;filter:alpha(opacity=10);opacity:0.10;z-index:99}
.ubin_txt{display:block;padding-top:6px;font-weight:normal;letter-spacing:-1px;color:#141414;font-size:14px;line-height:19px}
.ubin_txt a{color:#141414}

.ubin_txt2{border:1px solid #e1e1e1;border-top:0;display:block;font-weight:normal;letter-spacing:-1px;color:#141414;font-size:14px;line-height:19px}
.ubin_txt2 a{display:block;color:#141414;padding:6px 7px 10px}


ul.right_contents{position:relative;overflow:hidden;width:100%;margin-top:10px}
ul.right_contents li{display:block}
ul.right_contents li .thumb_img{position:relative;overflow:hidden;width:300px;height:169px}
ul.right_contents li .thumb_img img{width:300px;height:169px}
ul.right_contents li .thumb_img .im_boder{position:absolute;display:block;top:0;left:0;right:0;bottom:0;border:1px solid #000;filter:alpha(opacity=12);opacity:0.12;z-index:107}
ul.right_contents li .titbx{position:relative;display:block;width:298px;border:1px solid #d6d6d6;border-top:0;text-align:center;z-index:108}
ul.right_contents li .titbx a{display:block;color:#141414;padding:7px 25px 14px;font-weight:normal;font-size:15px;line-height:21px;letter-spacing:-1px}
/*ul.right_contents li .titbx{position:relative;display:block;width:298px;height:69px;border:1px solid #d6d6d6;border-top:0;text-align:center;z-index:108}
ul.right_contents li .titbx a{display:block;color:#141414;padding:7px 40px 4px;font-size:19px;line-height:25px;letter-spacing:-0.05em;font-weight:normal}*/

ul.right_contents2{position:relative;overflow:hidden;width:100%;margin-top:5px}
ul.right_contents2.real{margin-top:0}
ul.right_contents2 li{display:block;border-bottom:1px solid #eaeaea;padding:10px 0 14px}
ul.right_contents2 li.last{border-bottom:0;padding-bottom:2px}
ul.right_contents2 li a{color:#141414;font-size:15px;line-height:21px;letter-spacing:-1px;font-weight:normal}
ul.right_contents2 li a strong{color:#ee7700;font-weight:normal}
ul.right_contents2 li .date{color:#777;font-size:15px;font-weight:normal}


ul.right_contents4{position:relative;overflow:hidden;width:100%;margin-top:5px}
ul.right_contents4.real{margin-top:0}
ul.right_contents4 li{display:block;border-bottom:1px solid #eaeaea;padding:10px 0 14px}
ul.right_contents4 li.last{border-bottom:0;padding-bottom:2px}
ul.right_contents4 li a{color:#141414;font-size:15px;line-height:21px;letter-spacing:-1px;font-weight:normal}
ul.right_contents4 li a strong{color:#ee7700;font-weight:normal}
ul.right_contents4 li .date{color:#777;font-size:15px;font-weight:normal}
ul.right_contents4 li .titbx{position:relative;display:block;width:368px;border:1px solid #d6d6d6;border-top:0;text-align:center;z-index:108}
ul.right_contents4 li .titbx a{display:block;color:#141414;padding:7px 25px 14px;font-weight:normal;font-size:15px;line-height:21px;letter-spacing:-1px}


.sns_right {position:absolute; right:0; bottom:0; z-index:1; zoom:1; overflow:hidden; margin-top:10px;}
.sns_right a:link { display:inline-block}
.sns_right ul li {float:left; padding-left:6px}
.sns_right ul li:first-child {float:left; padding-left:0}


/* footer */

#footer{position:relative;width:100%;margin:0 auto;clear:both;background-color:#fff;background:url(http://img.dt.co.kr/news/skin/bg_footer_map.gif) repeat-x left top; border:1px solid red;}

#footer .inbox {position:relative;width:1300px;margin:0 auto;border-top:1px solid #ccc;}

#footer .inbox .foot_sec1{position:relative;float:left;width:110px;text-align:left;padding-top:29px}
#footer .inbox .foot_sec2{position:relative;float:left;width:950px;padding-top:22px}
#footer .inbox .foot_sec3{position:absolute;right:0;top:30px}
#footer .inbox .foot_sec3 select{width:133px;font-size:12px;color:#222}

ul.footer_u{position:relative;overflow:hidden;padding-left:19px; }
ul.footer_u.add_area{margin-bottom:40px;margin-top:10px}
ul.footer_u li{float:left;font-size:12px;line-height:24px;color:#666;background:url(http://img.dt.co.kr/news/skin/bar4.gif) no-repeat right 60%;padding-right:9px;padding-left:9px;letter-spacing:-1px;font-weight:normal}
ul.footer_u li.first{background-image:none;color:#141414;padding-right:11px;padding-left:0;font-weight:bold}
ul.footer_u li.first2{padding-left:0;font-size:12px;color:#666;letter-spacing:-0.05em}
ul.footer_u li.last{background-image:none}
ul.footer_u li.add{font-size:12px;color:#666;letter-spacing:-0.05em}
ul.footer_u li.add_last{background-image:none;font-size:12px;color:#666;letter-spacing:-0.05em}
ul.footer_u li.add_last span{display:inline;color:#888;padding-left:6px}
ul.footer_u li.add_last span .rssimg{vertical-align:middle;position:relative;bottom:2px;margin-right:3px}
ul.footer_u li a{color:#666}

/* footer */

#footer_new{position:relative;width:100%;margin:0 auto;clear:both;background-color:#fff;background:url(http://img.dt.co.kr/news/skin/bg_footer_map.gif) repeat-x left top; }

#footer_new .inbox {position:relative;width:1300px;margin:0 auto;border-top:1px solid #ccc;}

#footer_new .inbox .foot_sec1{position:relative;float:left;width:110px;text-align:left;padding-top:29px}
#footer_new .inbox .foot_sec2{position:relative;float:left;width:950px;padding-top:22px}
#footer_new .inbox .foot_sec3{position:absolute;right:0;top:30px}
#footer_new .inbox .foot_sec3 select{width:133px;font-size:12px;color:#222}

ul.footer_u{position:relative;overflow:hidden;padding-left:19px; }
ul.footer_u.add_area{margin-bottom:40px;margin-top:10px}
ul.footer_u li{float:left;font-size:12px;line-height:24px;color:#666;background:url(http://img.dt.co.kr/news/skin/bar4.gif) no-repeat right 60%;padding-right:9px;padding-left:9px;letter-spacing:-1px;font-weight:normal}
ul.footer_u li.first{background-image:none;color:#141414;padding-right:11px;padding-left:0;font-weight:bold}
ul.footer_u li.first2{padding-left:0;font-size:12px;color:#666;letter-spacing:-0.05em}
ul.footer_u li.last{background-image:none}
ul.footer_u li.add{font-size:12px;color:#666;letter-spacing:-0.05em}
ul.footer_u li.add_last{background-image:none;font-size:12px;color:#666;letter-spacing:-0.05em}
ul.footer_u li.add_last span{display:inline;color:#888;padding-left:6px}
ul.footer_u li.add_last span .rssimg{vertical-align:middle;position:relative;bottom:2px;margin-right:3px}
ul.footer_u li a{color:#666}

/*  image  */
.img_center { text-align:left; margin:0 auto; padding-bottom:30px; overflow:hidden; max-width:100%}
.img_center img{max-width:100%}
.img_center figure, .img_left figure, .img_right figure {padding-top:5px; color:#828282; font-size:12px; line-height:15px;}
.img_left { float:left; text-align:left; margin-right:20px; overflow:hidden}
.img_right { float:right; text-align:left; margin-left:20px; overflow:hidden}

ul.op_list_u3{position:relative; }
ul.op_list_u3 li{position:relative;display:block;height:90px;border-bottom:1px solid #eaeaea}
ul.op_list_u3 li.last{border-bottom:0}
ul.op_list_u3 li .thumb_img{position:relative;overflow:hidden;width:124px;height:70px;float:right;margin-bottom:15px}
ul.op_list_u3 li .thumb_img img{width:124px;height:70px;}
ul.op_list_u3 li .thumb_img .im_boder{position:absolute;display:block;top:0;left:0;right:0;bottom:0;border:1px solid #000;filter:alpha(opacity=12);opacity:0.12;z-index:107}

ul.op_list_u3 li p{float:left;margin-top:5px;width:160px;height:60px;font-size:13px;line-height:19px;letter-spacing:-1px;font-weight:normal;}
ul.op_list_u3 li strong{display:block;margin-bottom:5px;font-size:13px;line-height:18px;letter-spacing:-0.05em}
ul.op_list_u3 li a{color:#141414}


/* news_list */
.list_area{overflow:hidden; position:relative; width:920px}
.article_list{position:relative; overflow:hidden; padding:25px 0;border-bottom:1px solid #e5e5e5; clear:both; width:920px}
.article_list .tit a{display:inline;padding:0 5px 0 0;font-size:24px;line-height:28px;letter-spacing:-1px;margin-top:-1px;color:#222;font-weight:bold}
.article_list .desc {overflow:hidden}
.article_list .date {display:block;padding-top:12px;font-size:12px;letter-spacing:-0.05em;color:#999;font-weight:normal}
.article_list .date2 {padding-left:2px;font-size:12px;letter-spacing:-0.05em;color:#999;font-weight:normal}
.article_list .desctxt a{display:block;margin:11px 0 0;padding:0 5px 0 0;font-size:13px;line-height:20px;letter-spacing:-0.05em;color:#777}
.article_list .desctxt {display:block;margin:11px 0 0;padding:0 5px 0 0;font-size:13px;line-height:20px;letter-spacing:-0.05em;color:#777}
.article_list .thumb {float:left;position:relative;overflow:hidden;margin:0 20px 5px 0;font-size:0;line-height:0; width:200px; text-align:center;}
.article_list .thumb .im_boder{position:absolute;display:block;top:0;left:0;right:0;bottom:0;filter:alpha(opacity=10);opacity:0.10;z-index:100}
.article_list .thumb img{max-width:200px; max-height:200px; min-height:47px; /* border:1px solid #000;*/}
.article_list .rank_num{float:left;width:45px;height:55px;margin-right:5px;text-align:center;font-size:25px}
.article_list .top{color:#ff4e00}

.article_list2{position:relative; overflow:hidden; padding:25px 0;border-bottom:1px solid #e5e5e5; clear:both; width:759px}
.article_list2 .tit a{display:block;padding:0 5px 0 0;font-size:24px;line-height:28px;letter-spacing:-1px;margin-top:-5px;color:#222;font-weight:bold}
.article_list2 .desc {overflow:hidden}
.article_list2 .date {display:block;padding-top:8px;font-size:12px;letter-spacing:-0.05em;color:#999;font-weight:normal}
.article_list2 .desctxt a{display:block;margin:5px 0 0;padding:0 5px 0 0;font-size:13px;line-height:20px;letter-spacing:-0.05em;color:#777}
.article_list2 .desctxt {display:block;margin:5px 0 0;padding:0 5px 0 0;font-size:13px;line-height:20px;letter-spacing:-0.05em;color:#777}
.article_list2 .thumb {float:left;position:relative;overflow:hidden;margin-right:20px;width:170px;height:auto;font-size:0;line-height:0}
.article_list2 .thumb img{width:170px}
.article_list2 .thumb .im_boder{position:absolute;display:block;top:0;left:0;right:0;bottom:0;border:1px solid #000;filter:alpha(opacity=10);opacity:0.10;z-index:100}


.right_bx{position:relative;overflow:hidden;width:300px; /*border-right:1px solid red;*/}
.right_bx .h2_tit{position:relative;overflow:hidden;width:300px;height:45px;border-top:2px solid #000000; }
.right_bx .h2_tit .tit{float:left;color:#000;font-size:14px; letter-spacing:-1; font-weight:bold; margin-top:9px; }
.right_bx .h2_tit .tit .ubin{font-size:13px;font-family:'¸¼Àº °íµñ','Malgun Gothic',sans-serif !important;}

.right_bx .h2_tit .mtech{float:left;color:#000;font-size:15px;line-height:21px;letter-spacing:0;font-weight:bold;margin-top:8px}

.right_bx .h2_tit .tit a{color:#000}
.right_bx .h2_tit a.btn_arr{float:right;position:relative;overflow:hidden;display:block;width:13px;height:17px;background:url(http://img.dt.co.kr/news/skin/arr2_off.png) no-repeat 0 5px;
padding:5px 0 5px 5px;text-indent:-9999px;margin-top:11px;z-index:50}
.right_bx .h2_tit a.btn_arr:hover{background:url(http://img.dt.co.kr/news/skin/arr2_on.png) no-repeat 0 5px}

.right_bx .tabbg{position:relative;width:300px;min-height:39px;border-top:2px solid #000000}
.right_bx .tab1{position:absolute;top:0;left:0;width:151px;height:39px; text-align:left; z-index:1000; }
.right_bx .tab1 a.on{display:block;width:149px;height:25px;color:#000;font-size:14px;line-height:21px; letter-spacing:-1px; font-weight:bold;padding:7px 0; }
.right_bx .tab1 a.off{display:block;width:149px;height:24px;color:#000;font-size:14px;line-height:21px; letter-spacing:-1px; font-weight:normal;padding:7px 0;border-bottom:1px solid #d6d6d6}

.right_bx .tab2{position:absolute;top:0;right:0;width:149px;height:39px;text-align:center;z-index:1000}
.right_bx .tab2 a.on{display:block;width:148px;height:25px;color:#000;font-size:15px;line-height:21px;letter-spacing:-0.05em;font-weight:bold;padding:7px 0;border-right:1px solid #d6d6d6}
.right_bx .tab2 a.off{display:block;width:148px;height:24px;color:#000;font-size:15px;line-height:21px;letter-spacing:-0.05em;font-weight:normal;padding:7px 0;border-right:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6}

.right_bx .tab1 a:link, .right_bx .tab1 a:hover, .right_bx .tab1 a:visited{text-decoration:none}
.right_bx .tab2 a:link, .right_bx .tab2 a:hover, .right_bx .tab2 a:visited{text-decoration:none}

.right_bx .tab 2{position:absolute;top:0;left:0;width:149px;height:38px;z-index:1000;text-align:center;border-left:1px solid #d6d6d6;border-right:1px solid #d6d6d6;border-bottom:1px solid #d6d6d6}
.right_bx .tab 2 a.on{display:block;color:#000;font-size:15px;line-height:21px;letter-spacing:-0.05em;font-weight:normal;padding:7px 0}
.right_bx .tab 2 a.off{display:block;color:#000;font-size:15px;line-height:21px;letter-spacing:-0.05em;font-weight:normal;padding:7px 0}


.right_bx .h2_tit .etctxt{position:absolute;top:9px;right:0;z-index:41;color:#777777;font-size:12px;line-height:18px;letter-spacing:-0.05em;font-weight:normal}





.bestclick_box {padding-top:39px; width:100%; overflow:hidden}
.bestclick_box2 {width:100%; overflow:hidden}
.bestclick_art {text-align:left; clear:both; border-bottom:1px solid #eaeaea; overflow:hidden; padding:10px 0 10px 4px}
.bestclick_art dt {overflow:hidden; height:43px; text-align:left; font-weight:normal; font-size:15px; line-height:21px; letter-spacing:-0.05em; padding-bottom:3px}
.bestclick_art dt a{color:#141414}
.bestclick_art .thum {float:right; padding-left:15px}
.bestclick_art .num {color:#55ace2; font-family:Georgia, Tahoma, Geneva, sans-serif;font-style:italic; letter-spacing:-1px; font-size:25px;width:34px; display:block; float:left; font-weight:bold; border:1px solid #fff; margin-top:-1px}

ul.right_contents3{position:relative;overflow:hidden;width:100%;margin-top:10px}
ul.right_contents3 li{display:block}
ul.right_contents3 li .thumb_img{position:relative;overflow:hidden;width:350px;height:197px}
ul.right_contents3 li .thumb_img img{width:350px;height:197px}
ul.right_contents3 li .thumb_img .im_boder{position:absolute;display:block;top:0;left:0;right:0;bottom:0;border:1px solid #000;filter:alpha(opacity=12);opacity:0.12;z-index:107}
ul.right_contents3 li .titbx{position:relative;display:block;width:348px;border-bottom:1px solid #d6d6d6;border-top:0;text-align:center;z-index:108;   white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
ul.right_contents3 li .titbx a{display:block;  color:#141414;padding:7px 5px 14px;font-weight:normal;font-size:18px;line-height:25px;letter-spacing:-1px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-family: "notokr-bold"; font-weight: 700; }


.bottom_left{position:relative;overflow:hidden;width:725px; margin-top:20px; }
.bottom_left .bottom_tit{position:relative;overflow:hidden;width:770px;height:50px;border-top:2px solid #000000; /*border-bottom:1px solid #d6d6d6*/}
.bottom_left .bottom_tit .tit{float:left;color:#000;font-size:18px; letter-spacing:-1px; font-weight:bold; margin:10px 0 26px 0; }
.bottom_left .bottom_tit2{position:relative;overflow:hidden;width:770px;height:58px;border-top:2px solid #000000; /*border-bottom:1px solid #d6d6d6*/}
.bottom_left .bottom_tit2 .tit{float:left;color:#000;font-size:18px; letter-spacing:-1px; font-weight:bold; margin:0 0 0 0; padding-top:14px; padding-bottom:26px;}

ul.bottom_vodlist_u{position:relative;overflow:hidden;width:100%; margin-bottom:40px; padding-bottom:5px; border-bottom:1px solid #efefef;}
ul.bottom_vodlist_u li{float:left; padding-right:21px;}
ul.bottom_vodlist_u li.last{padding-right:0}
ul.bottom_vodlist_u li .thumb_img{position:relative;overflow:hidden; width:225px;height:114px;}
ul.bottom_vodlist_u li .thumb_img img{width:225px;height:114px;}
ul.bottom_vodlist_u li .thumb_img .im_boder{position:absolute;display:block;top:0;left:0;right:0;bottom:0;border:1px solid #000;filter:alpha(opacity=12);opacity:0.12;z-index:107}
ul.bottom_vodlist_u li .ic_play{position:absolute;overflow:hidden;display:block;text-indent:-9999px;width:34px;height:34px;right:10px;bottom:10px;background:url(http://img.dt.co.kr/news/skin/play.png) no-repeat 0 0;z-index:109}

ul.bottom_vodlist_u li .titbx{position:relative;display:block;width:208;height:73px;border:1px solid #dcdcdc; border-top:0; margin:0 0 0 0; letter-spacing:-1px;  text-align:center;z-index:110}

ul.bottom_vodlist_u li .titbx .tit{display:block;font-size:15px; letter-spacing:-1px; color:#000000; font-weight:normal; margin:0px 5px 20px 5px; /*line-height:21px; */} /* ÀÌ¹ÌÁö3 ÅØ½ºÆ® ¹Ú½º */

ul.bottom_vodlist_u li .titbx .titbx_in{position:absolute;display:block;top:9px;left:10px;width:199px}
ul.bottom_vodlist_u li .titbx .tit_desc{display:block;font-size:13px;line-height:18px;letter-spacing:-0.07em;color:#777;font-weight:normal;margin-top:6px}
ul.bottom_vodlist_u li .titbx .titbx_in a{color:#141414}


/* Ä«µå´º½º½º µ¿¿µ»ó Ãß°¡ */
.card_main{position:relative;width:950px;margin-top:1px}
.card_main ul.video_list {position:relative;overflow:hidden;margin-bottom:30px}
.card_main ul.video_list li{overflow:hidden;float:left;width:300px;padding-right:14px;padding-bottom:14px; }
.card_main ul.video_list li.last{padding-right:0}
.card_main ul.video_list li img{width:300px;height:155px}
.card_main ul.video_list li .thumb_video{position:relative;overflow:hidden;width:300px; height:208px; }
.card_main ul.video_list li .thumb_video img{position:relative;overflow:hidden;width:550px; height:155px; }
.card_main ul.video_list li .thumb_video .im_boder{position:absolute;display:block;top:0;left:0;z-index:99;border:0px solid #000;filter:alpha(opacity=12);opacity:0.12}
.card_main ul.video_list li .thumb_video .im_boder.wid{width:238px;height:238px}
.card_main ul.video_list li .thumb_video .thumb_tit{ border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc; position:absolute;display:block;width:270px;height:45px;bottom:0;left:0; /*background:url(http://img.dt.co.kr/news/skin/bg_thumb_tit.png) repeat-x 0 0;*/ margin-top:0px; padding:8px 14px 0; }
.card_main ul.video_list li .thumb_video .video_btn{position:absolute; left:150px; top:65px;}
.card_main ul.video_list li .thumb_video .video_btn img{width:50px; height:50px;}
.card_main ul.video_list li a.view_go{display:block;width:300px;text-align:left;color:black;font-size:14px;line-height:19px;letter-spacing:-1px;font-weight:bold;cursor:pointer}
.card_main ul.video_list li a.view_go:hover{color:#55ace2;}

/* Paginate */ 
.paginate{position:relative;width:100%;text-align:center;clear:both;margin-top:35px;}
.paginate a.btn_prev{display:inline-block;width:30px;height:20px;font-size:14px;line-height:16px;padding:6px 11px 5px 26px;letter-spacing:-0.05em;border:1px solid #666;background:url(http://img.dt.co.kr/news/skin/ic6.gif) no-repeat 15px 11px;background-color:#fff;color:#5a5a5a;text-align:left}
.paginate a.btn_prev:hover{color:#fff;text-decoration:none;background:url(http://img.dt.co.kr/news/skin/ic6_on.gif) no-repeat 15px 11px;background-color:#5a5a5a}
.paginate a.btn_next{display:inline-block;width:30px;height:20px;font-size:14px;line-height:16px;padding:6px 24px 5px 13px;letter-spacing:-0.05em;border:1px solid #5a5a5a;background:url(http://img.dt.co.kr/news/skin/ic5.gif) no-repeat 46px 11px;background-color:#fff;color:#5a5a5a;text-align:left}
.paginate a.btn_next:hover{color:#fff;text-decoration:none;background:url(http://img.dt.co.kr/news/skin/ic5_on.gif) no-repeat 46px 11px;background-color:#5a5a5a}

.aside {clear:both; position:relative; }
.aside1 {clear:both; position:relative; padding-bottom:25px;margin-top:-1px;}
.aside .rel_art_tit { border-bottom:1px solid #d2d2d2; background:#f2f2f2; border-left:1px solid #d2d2d2; border-right:1px solid #d2d2d2; height:37px}
.aside .rel_art_tit h3 {padding:8px 0 0 20px; font-size:16px; font-weight:bold}
.aside1 .many_art_tit {border-top:1px solid #7b7b7b;   height:37px}
.aside1 .many_art_tit h3 {padding:8px 0 0 20px; font-size:16px; font-weight:bold}
.aside1 .many_art {margin:15px auto;  overflow:hidden; text-align:left}
.aside1 .many_art li {padding:7px 20px; font-size:16px; letter-spacing:-1.5px; font-weight:bold}