/* button */
/* sns */
/* categories */
/* all menu */
/* share */
/* aside */
/* icon */
#contents .sub-news-page .sub-news-box.type-breaking-news {
  padding: 0 16px;
  min-height: 112px;
  aspect-ratio: 45/14;
  background: url("/resource/image/mobile/sub-breaking-news-title-image.png") center center/cover no-repeat;
}
#contents .sub-news-page .breaking-news {
  padding: 20px 16px;
  margin-top: 0;
}
#contents .sub-news-page .breaking-news .breaking-news-timeline-box {
  margin-bottom: 20px;
}
#contents .sub-news-page .breaking-news .breaking-news-timeline-box .breaking-date {
  color: #222;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
#contents .sub-news-page .breaking-news .breaking-news-timeline-box .breaking-date strong {
  font-weight: 700;
}
#contents .sub-news-page .breaking-news .breaking-news-timeline-box .breaking-news-ul {
  padding: 20px 0;
}
#contents .sub-news-page .breaking-news .breaking-news-timeline-box .breaking-news-ul .breaking-news-li .news-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contents .sub-news-page .breaking-news .breaking-news-timeline-box .breaking-news-ul .breaking-news-li .news-time .time {
  display: block;
  font-size: 15px;
  line-height: 15px;
  color: #222;
  font-weight: 700;
  width: 41px;
}
#contents .sub-news-page .breaking-news .breaking-news-timeline-box .breaking-news-ul .breaking-news-li .news-time .dot {
  display: block;
  width: 34px;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9.5' cy='9.5' r='7' fill='%234B9BC7' stroke='white' stroke-width='5'/%3E%3C/svg%3E%0A") center center no-repeat;
}
#contents .sub-news-page .breaking-news .breaking-news-timeline-box .breaking-news-ul .breaking-news-li .news-time .tag {
  padding: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  border-radius: 5px;
}
#contents .sub-news-page .breaking-news .breaking-news-timeline-box .breaking-news-ul .breaking-news-li .news-time .tag.breaking {
  background-color: #f8364b;
}
#contents .sub-news-page .breaking-news .breaking-news-timeline-box .breaking-news-ul .breaking-news-li .news-time .tag.myjor {
  background-color: #4b9bc7;
}
#contents .sub-news-page .breaking-news .breaking-news-timeline-box .breaking-news-ul .breaking-news-li .news-time .tag.notification {
  background-color: #7c7c7c;
}
#contents .sub-news-page .breaking-news .breaking-news-timeline-box .breaking-news-ul .breaking-news-li .news-text {
  padding-left: 78px;
  position: relative;
}
#contents .sub-news-page .breaking-news .breaking-news-timeline-box .breaking-news-ul .breaking-news-li .news-text .text {
  color: #222;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 5px 0 20px 0;
}
#contents .sub-news-page .breaking-news .breaking-news-timeline-box .breaking-news-ul .breaking-news-li .news-text .text .view-news-button {
  display: inline-block;
  padding: 3px 6px;
  border: 1px solid #bebebe;
  border-radius: 15px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}
#contents .sub-news-page .breaking-news .breaking-news-timeline-box .breaking-news-ul .breaking-news-li .news-text .text::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 57px;
  width: 1px;
  height: calc(100% + 4px);
  background-color: #cacaca;
}
#contents .no-news-data-box .icon.type-2 {
  width: 58px;
  height: 58px;
  background: url(/resource/image/mobile/breaking-no-news-icon.png) center center no-repeat;
}
#contents .no-news-data-box .home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85px;
  height: 37px;
  margin: 20px auto 0 auto;
  border: 1px solid #bebebe;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}
#contents .no-news-data-box .home .arrow-icon {
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 13L11 8L6 3' stroke='%23484848' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center center/contain no-repeat;
  margin-left: 3px;
}