/* Scss Document */
/* Font Color */
#kv_page {
  background: url("../img/news/kv.jpg") no-repeat center/cover; }

#news #container .news-txt {
  text-align: center;
  margin: 0 auto 30px;
  max-width: 1100px; }
@media screen and (max-width: 767px) {
  #news #container {
    padding-bottom: 10vw; }
    #news #container .news-txt {
      text-align: left; } }

h1.news-ttl {
  font-weight: 500 !important;
  padding-bottom: 9px !important;
  margin: 10px 0 15px !important; }

#news_detail #container {
  padding-top: 8px;
  margin-bottom: 65px; }
  #news_detail #container .wrap {
    max-width: 1450px;
    justify-content: space-between; }
#news_detail #content {
  background: #fff; }
#news_detail .detail_thumb {
  width: 100%; }
  #news_detail .detail_thumb img {
    width: 100%; }
#news_detail .news-ttl {
  margin-top: 10px !important; }
#news_detail .content {
  padding: 25px 30px 30px;
  text-align: justify; }
  #news_detail .content p + p {
    margin-top: 24px; }
  #news_detail .content h1, #news_detail .content h2, #news_detail .content h3, #news_detail .content h4, #news_detail .content h5 {
    font-weight: 500;
    margin: 12px 0; }
  #news_detail .content h1 {
    font-size: 36px;
    line-height: 44px;
    text-align: center; }
  #news_detail .content h2 {
    font-size: 26px;
    line-height: 36px; }
  #news_detail .content h3 {
    font-size: 22px;
    line-height: 30px; }
  #news_detail .content h4 {
    font-size: 20px;
    line-height: 28px; }
  #news_detail .content h5 {
    font-size: 18px;
    line-height: 26px; }
  #news_detail .content p {
    font-size: 16px; }
  #news_detail .content ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    padding-left: 24px;
    position: relative; }
    #news_detail .content ul li:before {
      content: "";
      position: absolute;
      left: 10px;
      top: 8px;
      background-color: #181514;
      width: 6px;
      height: 6px;
      border-radius: 50%; }
    #news_detail .content ul li ul li:before {
      background: none;
      border: 1px solid #181514; }
  #news_detail .content figcaption em {
    font-size: 13px; }
  #news_detail .content .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  #news_detail .content table {
    border: 1px solid #e2e2e2;
    min-width: 800px; }
    #news_detail .content table td {
      border-bottom: 1px solid #e2e2e2;
      border-right: 1px solid #e2e2e2;
      padding: 10px; }
    #news_detail .content table h3 {
      text-align: center; }
#news_detail .box-author {
  padding: 30px;
  border-top: 20px solid #f1f1f1;
  display: flex;
  align-items: flex-start; }
  #news_detail .box-author .avatar {
    width: 60px;
    height: 60px;
    margin-right: 30px;
    display: block; }
    #news_detail .box-author .avatar img {
      border-radius: 100px; }
  #news_detail .box-author .info-ba {
    width: calc(100% - 90px);
    position: relative;
    padding-top: 10px; }
    #news_detail .box-author .info-ba .name-author {
      font-size: 20px;
      font-weight: bold;
      line-height: 20px; }
    #news_detail .box-author .info-ba .position-ba {
      font-size: 14px;
      font-weight: 300;
      color: #696969; }
    #news_detail .box-author .info-ba p {
      margin-top: 12px;
      line-height: 24px; }
    #news_detail .box-author .info-ba .social-ba {
      display: flex;
      margin-top: 8px; }
      #news_detail .box-author .info-ba .social-ba li:nth-child(1) {
        margin-left: -8px; }
      #news_detail .box-author .info-ba .social-ba li a {
        display: flex;
        padding: 8px; }
        #news_detail .box-author .info-ba .social-ba li a span {
          font-size: 22px; }
  @media screen and (min-width: 768px) {
    #news_detail .box-author .info-ba .social-ba {
      position: absolute;
      top: 0;
      right: 0;
      margin-top: 0; }
      #news_detail .box-author .info-ba .social-ba li a {
        padding: 0 8px; } }
  @media screen and (min-width: 768px) and (max-width: 1000px) {
    #news_detail .box-author {
      align-items: flex-start; }
      #news_detail .box-author .info-ba .social-ba {
        position: static; }
        #news_detail .box-author .info-ba .social-ba li a {
          padding: 8px; } }
  @media screen and (max-width: 767px) {
    #news_detail .box-author {
      flex-flow: column;
      padding: 20px; }
      #news_detail .box-author .avatar {
        margin-right: 0;
        margin: auto; }
      #news_detail .box-author .info-ba {
        width: 100%;
        display: flex;
        flex-flow: column;
        align-items: center;
        padding-top: 20px;
        text-align: center; } }
#news_detail #sidebar .ttl {
  text-transform: inherit;
  font-size: 25px;
  margin-bottom: 0 !important;
  text-align: left; }
  #news_detail #sidebar .ttl:before {
    left: 0;
    transform: translateX(0);
    width: 103px; }
#news_detail #sidebar ul li {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.41; }
  #news_detail #sidebar ul li a {
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 3;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal; }
  #news_detail #sidebar ul li .more-date {
    display: block;
    font-style: italic;
    color: #cc9d6e;
    font-size: 15px;
    margin-bottom: 5px; }
@media screen and (min-width: 768px) {
  #news_detail #content {
    width: 64.81%; }
  #news_detail #sidebar {
    width: 31.85%; }
    #news_detail #sidebar .ttl {
      position: sticky;
      top: 100px; }
    #news_detail #sidebar ul {
      position: sticky;
      top: 180px; } }
@media screen and (max-width: 767px) {
  #news_detail .content {
    padding: 25px 20px 50px;
    margin-bottom: 30px; }
    #news_detail .content h1 {
      font-size: 28px;
      line-height: 38px; } }
