@charset "utf-8";
/* chosun.com bulletin service styles 2018.07 */

/* Reset import */
@import url("https://news.chosun.com/dhtm/css/css_reset_2018.css");

.csb_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 35px;
  padding: 8px 20px 0;
  background: #fff;
  border-bottom: solid 1px #ccc;
  z-index: 99;
}
.csb_header h1 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.05em;
}
.csb_header .csb_header_logo {
  width: 97px;
}

.csb_list_set_box {
  position: relative;
  padding: 15px 8px 10px;
  background: #383f53;
  text-align: center;
}
.csb_server_sel_box {
  position: absolute;
  top: 15px;
  left: 13px;
  display: inline-block;
}
.csb_server_sel {
  width: 78px;
  height: 23px;
  border: solid 1px #ccc;
}

.csb_date_sel_box {
  position: relative;
  display: inline-block;
}
.csb_date_current {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.csb_date_sel_box button {
  width: 21px;
  height: 19px;
  border: 0;
  font-size: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjFEQUREQ0Y4QkVBMTFFODlDNkRGQ0ZCRjUzMEE1MTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjFEQURERDA4QkVBMTFFODlDNkRGQ0ZCRjUzMEE1MTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MURBRERDRDhCRUExMUU4OUM2REZDRkJGNTMwQTUxMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MURBRERDRThCRUExMUU4OUM2REZDRkJGNTMwQTUxMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrMP/7IAAAA3SURBVHjaYvz//z8DEgBxGBlwAxR5xv9oukkBMM2MZNj8n6qaSQHU0UyVAKO/s0eiZrIAQIABAPZ3RthICxo1AAAAAElFTkSuQmCC")
    no-repeat 3px 1px;
  vertical-align: middle;
}
.csb_date_sel_box button:hover {
  background-color: #151927;
}
.csb_date_sel_box button:focus {
  outline-color: #fff;
}

.csb_list {
  position: fixed;
  top: 43px;
  left: 0;
  width: 450px;
  height: 100%;
  height: calc(100% - 43px);
  background: #fff;
  border-right: solid 1px #ccc;
  overflow-y: scroll;
}
.csb_list_cat_box {
}
ul.csb_list_cat {
  padding: 8px;
  background: #383f53;
  font-size: 0;
}
ul.csb_list_cat li {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 5px;
}
ul.csb_list_cat li:first-child {
}
ul.csb_list_cat li a {
  display: block;
  width: 78px;
  height: 30px;
  box-sizing: border-box;
  border: solid 1px #5f677f;
  color: #a0a5b5;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.05em;
  text-align: center;
}
ul.csb_list_cat li a:hover {
  color: #fff;
  text-decoration: none;
  border-color: #fff;
}
ul.csb_list_cat li a.current {
  background: #c51a18;
  color: #fff;
  border-color: #c51a18;
}

.csb_list_art_box {
  padding: 20px 0;
  font-size: 14px;
  line-height: 2;
  letter-spacing: -0.05em;
}
ul.csb_list_art {
}
ul.csb_list_art li {
  position: relative;
  padding-left: 20px;
  padding-right: 60px;
}
ul.csb_list_art li:nth-child(10n),
ul.csb_list_art li:nth-child(10n-1),
ul.csb_list_art li:nth-child(10n-2),
ul.csb_list_art li:nth-child(10n-3),
ul.csb_list_art li:nth-child(10n-4) {
  background: #f8f8f8;
}

ul.csb_list_art li:nth-child(10n-4) {
  margin-top: 5px;
  padding-top: 5px;
}
ul.csb_list_art li:nth-child(10n-4) .time {
  top: 5px;
}
ul.csb_list_art li:nth-child(10n) {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

ul.csb_list_art li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul.csb_list_art li a.current {
  font-weight: bold;
  color: #c51a18;
}
ul.csb_list_art li .time {
  position: absolute;
  top: 0px;
  right: 20px;
  font-size: 13px;
  color: #777;
}

.csb_content {
  width: 100%;
  height: 100%;
  padding: 43px 0 0 450px;
  box-sizing: border-box;
  overflow: hidden;
}
.csb_content > iframe {
  width: 100%;
  height: 100%;
  border: solid 1px #ccc;
}

.csb_art_info_link {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  letter-spacing: -0.05em;
}
.csb_art_info_link a {
  display: inline-block;
  height: 25px;
  padding: 0 10px;
  box-sizing: border-box;
  background: #383f53;
  color: #fff;
  line-height: 25px;
}
.csb_art_info_link a:after {
  content: "보기";
}
.csb_art_info_link a:hover {
  font-weight: bold;
  color: #f1685e;
}

.csb_art_info_box {
  position: relative;
  height: auto;
  margin-bottom: 20px;
  padding: 10px 10px 15px 20px;
  background: #f8f8f8;
  box-sizing: border-box;
  border: solid 1px #333;
  font-size: 14px;
  letter-spacing: -0.05em;
}
.csb_art_info_box dl {
  display: inline-block;
  margin-top: 4px;
}
.csb_art_info_box dl:first-child {
  display: block;
  margin-bottom: 3px;
}
.csb_art_info_box dl:first-child + dl + dl:before {
  content: "|";
  margin: 0 10px;
}
.csb_art_info_box dl dt {
  display: inline-block;
}
.csb_art_info_box dl dd {
  display: inline-block;
  margin-left: 5px;
  font-weight: bold;
}
dl.csb_art_info dd.yes.naver {
  color: #2bc639;
}
dl.csb_art_info dd.yes.daum {
  color: #f1685e;
}

/* dl.csb_art_info dd.yes + dd.yes:before { content: '| '; color: #ccc; font-weight: normal } */
dl.csb_art_info dd.no {
  color: #c51a18;
}

.csb_art_wrap {
  max-width: 640px;
  margin: 30px;
}

/* article */
.news_title_text {
  padding-bottom: 20px;
  border-bottom: solid 1px #333;
}
.news_title_text h1 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: normal;
  letter-spacing: -0.075em;
}
.news_title_author {
  margin-top: 20px;
  font-size: 14px;
  color: #777;
}
.news_title_author span.news_author {
  margin-right: 10px;
}
.news_title_author span.news_author a {
  color: #777;
}
.news_title_author li {
  display: inline;
  margin-right: 5px;
}
.news_title_author .author_source {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.news_title_author .author_source:after {
  content: " ";
  display: inline-block;
  width: 1px;
  height: 16px;
  margin: 0 5px 0 10px;
  background: #d7d7d7;
  vertical-align: middle;
}
.news_title_author .author_source:only-child:after {
  display: none;
}
.news_title_author .author_paper {
}

/* news body */
.news_body {
  float: left;
  width: auto;
  padding-bottom: 30px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: -0.025em;
  word-break: keep-all;
}
.news_body.fontset_dotum {
  font-family: "돋움", dotum;
}
.news_body .news_date {
  margin: 20px 0;
  font-size: 14px;
  color: #999;
}
.news_body .news_subtitle {
  margin-bottom: 20px;
  font-size: 100%;
  font-weight: bold;
  color: #222;
}
.news_body .par {
  margin-bottom: 10px;
  color: #222;
  word-break: break-all;
}
.news_body .par:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0px;
  line-height: 0;
  clear: both;
}
.news_body .par > p {
  margin-bottom: 20px;
}
.news_body .par > div {
  margin-bottom: 20px;
}
.news_body .par a {
  text-decoration: underline;
  color: #3560a7;
}
.news_body .par hr {
  display: block;
  border: none;
  width: 30px;
  height: 1px;
  margin: 45px auto;
  color: #222;
  background-color: #222;
}
.news_body a[href^="mms://chosun.lgcdn.com"] {
  display: block;
  position: relative;
}
.news_body a[href^="mms://chosun.lgcdn.com"]:after {
  content: "(* 오디오 듣기는 mp3 파일이며, 자동 플레이어를 지원하지 않습니다. PC 등에 음원을 재생할 수 있는 플레이어가 있어야 재생됩니다.)";
  display: block;
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
  text-align: left;
  width: 490px;
  padding-left: 60px;
  letter-spacing: -1px;
}
.news_body a[href^="http://cdndown.chosun.com"] {
  display: block;
  position: relative;
}
.news_body a[href^="http://cdndown.chosun.com"]:after {
  content: "(* 오디오 듣기는 mp3 파일이며, 자동 플레이어를 지원하지 않습니다. PC 등에 음원을 재생할 수 있는 플레이어가 있어야 재생됩니다.)";
  display: block;
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none;
  text-align: left;
  width: 490px;
  padding-left: 60px;
  letter-spacing: -1px;
}

.news_like {
  margin-bottom: 25px;
  font-size: 15px;
  text-align: center;
  display: none;
}
.news_like a.count_like {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  white-space: nowrap;
}
.news_like a.count_like:before,
ul.news_left_aside_sns li a.count_like:before {
  content: " ";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  margin: auto;
  background: url("http://image.chosun.com/main/201803/icon_article.png")
    no-repeat 0 -50px;
}
.news_like a.count_like:hover:before {
  background-position: -50px -50px;
}
.news_like a.count_like.liked:before,
ul.news_left_aside_sns li a.count_like.liked:before {
  background-position: -50px -50px;
  animation: ease likePop 0.4s;
}
.news_like a.count_like.reliked:before,
ul.news_left_aside_sns li a.count_like.reliked:before {
  background-position: -50px -50px;
  animation: none;
}
@keyframes likePop {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.news_tag {
  margin-bottom: 30px;
  display: none;
}
.news_tag h5 {
  display: none;
}
ul.news_tag_list {
  font-size: 0;
}
ul.news_tag_list li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
ul.news_tag_list li a {
  display: block;
  height: 26px;
  padding: 0 15px;
  background: #eaeaea;
  font-size: 14px;
  color: #777;
  border-radius: 26px;
}

/* date picker calendar */
.list_date_box {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  vertical-align: bottom;
}
.pick_month {
  margin-bottom: 15px;
  text-align: center;
}
.pick_month a {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  font-size: 0;
  vertical-align: top;
}
.pick_month a:after {
  content: " ";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  background: url("http://image.chosun.com/main/201803/icon_article.png")
    no-repeat;
}
.pick_month a.pick_month_prev:after {
  background-position: -250px -50px;
}
.pick_month a.pic_month_next:after {
  background-position: -275px -50px;
}
.pick_month span.pick_month_current {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}

.pick_btn {
  padding: 10px 0;
  border-top: solid 1px #eaeaea;
  font-size: 0;
  text-align: center;
}
.pick_btn a {
  display: inline-block;
  height: 20px;
  padding: 0 12px;
  border: solid 1px #d7d7d7;
  font-size: 12px;
  line-height: 18px;
  color: #777;
  text-decoration: none;
}
.pick_btn a:hover {
  background: #f3f3f3;
}
.pick_btn a + a {
  margin-left: 10px;
}

.date_picker_calendar {
  position: absolute;
  left: 0;
  top: 27px;
  width: 210px;
  padding-top: 15px;
  box-sizing: border-box;
  background: #fff;
  border: solid 1px #d7d7d7;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
}
.date_picker_calendar.vis {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  z-index: 99;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.6);
}
.date_picker_calendar table {
  margin: 0 auto;
  font-weight: bold;
}
.date_picker_calendar table tr th {
  padding-bottom: 5px;
  font-size: 11px;
  color: #000;
  text-align: center;
}
.date_picker_calendar table tr td {
  padding: 3px 2px;
  font-size: 13px;
  color: #000;
  text-align: center;
}
.date_picker_calendar table tr th:first-child,
.date_picker_calendar table tr td:first-child a,
.date_picker_calendar table tr th:last-child,
.date_picker_calendar table tr td:last-child a {
  color: #777;
}
.date_picker_calendar table tr td a {
  display: block;
  padding: 3px 4px;
  color: #333;
}
.date_picker_calendar table tr td a.today {
  background: #c51a18;
  border-radius: 100%;
  text-decoration: none;
  color: #fff;
}
.date_picker_calendar table tr td a:hover {
  background: #f3f3f3;
  border-radius: 100%;
  text-decoration: none;
  color: #000;
}

/* pagenate */
.csb_list_page {
  padding-top: 0px;
  padding-bottom: 50px;
}
ul.csb_list_page_num {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
ul.csb_list_page_num li {
  display: inline;
}
ul.csb_list_page_num li:first-child {
  margin-left: 0;
}
ul.csb_list_page_num li a {
  display: inline-block;
  width: 22px;
  height: 24px;
  box-sizing: border-box;
  border: solid 1px #fff;
  color: #000;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
}
ul.csb_list_page_num li a:hover {
  border: solid 1px #c51a18;
}
ul.csb_list_page_num li a.current {
  color: #c51a18;
}
ul.csb_list_page_num li a.prev,
ul.csb_list_page_num li a.next {
  width: 17px;
  height: 17px;
  margin: 4px 3px 0;
  border: solid 1px #d7d7d7;
  background: url("http://image.chosun.com/main/201803/icon_article.png")
    no-repeat -250px -50px;
  font-size: 0;
  vertical-align: top;
}
ul.csb_list_page_num li a.next {
  background-position: -275px -50px;
}

/* end */