/***********************************************************************
 * #Contents .mainRow
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
  #Contents .mainRow {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  #Contents .mainRow .mainCol {
    display: table-cell;
    padding-right: 70px;
    vertical-align: top;
  }
  #Contents .mainRow .sideCol {
    display: table-cell;
    width: 260px;
    vertical-align: top;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .mainRow .mainCol {
    margin-bottom: 80px;
  }
}

/***********************************************************************
 * #Contents .articleSect
 ********************************************************************* */
#Contents .articleSect .sectTit:before {
  position: relative;
  top: -0.15em;
  display: inline-block;
  background: url(../img/detail/article_icn_tit.png) center center no-repeat;
  content: '';
  vertical-align: middle;
}
#Contents .articleSect .sectMain .infoBox{
  display: flex;
  align-content: center;
}

#Contents .articleSect .sectMain .infoBox .date {
  display: inline;
  border-right: 2px solid #CCCCCC;
  margin-top: 5px;
  margin-right: 12px;
  padding-right: 12px;
}
#Contents .articleSect .sectMain .infoBox .modGenre {
  display: inline;
  margin-top: 5px;
  margin-right: 20px;
  white-space: nowrap;
}

#Contents .articleSect .sectMain .infoBox .modcategory{
  display: inline-block;
}

#Contents .articleSect .sectMain .infoBox .depart {
  display: inline-block;
  color: #004e4e;
}
#Contents .articleSect .sectMain .articleContent {
  line-height: 1.66667;
}
#Contents .articleSect .sectMain .articleContent a {
  color: #004e4e;
  text-decoration: underline;
}
#Contents .articleSect .sectMain .articleContent a:hover {
  text-decoration: none;
}
#Contents .articleSect .sectMain .btnArea .listBtn {
  color: #ffffff;
}
#Contents .articleSect .sectMain .btnArea .listBtn a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#Contents .articleSect .sectMain .btnArea .listBtn a:hover {
  text-decoration: none;
}
#Contents .articleSect .sectMain .btnArea .listBtn .btnInner {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 8px;
  background: #004e4e;
  text-align: center;
}

#Contents .articleSect .sectMain table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #d9d9d9;
}
#Contents .articleSect .sectMain table th,
#Contents .articleSect .sectMain table td{
  padding: 8px 15px;
  border: solid #d9d9d9;
  border-width: 0 0 1px;
}
#Contents .articleSect .sectMain table th {
  background-color: #f7f7f7;
  padding: 8px;
  text-align: left;
}
#Contents .articleSect .sectMain table thead th{
  text-align: center !important;
  background-color: #f7f7f7;
}
#Contents .articleSect .sectMain table th{
  background-color: #f7f7f7;
}
#Contents .articleSect .sectMain table th:first-child,
#Contents .articleSect .sectMain table td:first-child {
  border-left: none !important;
}
#Contents .articleSect .sectMain table td {
  border-left: 1px solid #d9d9d9;
}

@media print, screen and (min-width: 768px) {
  #Contents .articleSect .sectTit {
    margin-bottom: 10px;
    padding-left: 60px;
    text-indent: -60px;
    font-size: 23px;
  }
  #Contents .articleSect .sectTit:before {
    margin-right: 10px;
    width: 50px;
    height: 24px;
  }
  #Contents .articleSect .sectMain .infoBox {
    margin-bottom: 25px;
  }
  #Contents .articleSect .sectMain .infoBox .date {
    font-size: 13px;
  }
 
  #Contents .articleSect .sectMain .infoBox .depart {
    font-size: 13px;
  }
  #Contents .articleSect .sectMain .articleContent {
    margin-bottom: 90px;
    font-size: 15px;
  }
  #Contents .articleSect .sectMain .articleContent p {
    margin-bottom: 25px;
    word-break: break-all;
  }
  #Contents .articleSect .sectMain .btnArea {
    padding: 50px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
  }
  #Contents .articleSect .sectMain .btnArea .listBtn {
    display: inline-block;
    width: 384px;
  }
  #Contents .articleSect .sectMain .btnArea .listBtn .btnInner {
    padding: 15px;
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .articleSect .sectTit {
    margin-bottom: 10px;
    padding-left: 30px;
    text-indent: -30px;
    font-size: 1.8rem;
  }
  #Contents .articleSect .sectTit:before {
    margin-right: 5px;
    width: 25px;
    height: 12px;
    -webkit-background-size: 25px auto;
            background-size: 25px auto;
  }
  #Contents .articleSect .sectMain .infoBox {
    margin-bottom: 15px;
  }
  #Contents .articleSect .sectMain .infoBox .modGenre {
    margin-right: 10px;
  }
  #Contents .articleSect .sectMain .infoBox .date {
    margin-right: 8px;
    padding-right: 8px;
    font-size: 1.2rem;
  }
  #Contents .articleSect .sectMain .infoBox .depart {
    font-size: 1.2rem;
  }
  #Contents .articleSect .sectMain .articleContent {
    margin-bottom: 30px;
    font-size: 1.3rem;
  }
  #Contents .articleSect .sectMain .articleContent p {
    margin-bottom: 15px;
    word-break: break-all;
  }
  #Contents .articleSect .sectMain .articleContent img {
    max-width: 100%;
    width: 100% !important;
    height: auto !important; 
  }
  #Contents .articleSect .sectMain .btnArea .listBtn .btnInner {
    padding: 15px 0;
    font-size: 1.4rem;
  }
}

/***********************************************************************
 * #Contents .navSect
 ********************************************************************* */
#Contents .navSect .sectTit {
  border-top: 2px solid #004e4e;
  border-bottom: 1px solid #004e4e;
  text-align: center;
}
#Contents .navSect .sectMain .navList > li a {
  color: inherit;
  text-decoration: none;
}
#Contents .navSect .sectMain .navList > li a:hover {
  text-decoration: none;
}
#Contents .navSect .sectMain .navList > li a:hover .tit {
  text-decoration: none;
}
#Contents .navSect .sectMain .navList > li .itemInner .tit {
  text-decoration: underline;
}

 #Contents .navSect .sectMain .navList>li .itemInner .dateRow {
  display: flex;
 }

 #Contents .navSect .sectMain .navList>li .itemInner .date {
   display: inline;
   margin-right: 12px;
   padding-right: 12px;
   border-right: 2px solid #CCCCCC;
   font-size: 13px;
   letter-spacing: -0.05em;
 }

@media print, screen and (min-width: 768px) {
  #Contents .navSect .sectTit {
    margin-bottom: 30px;
    padding: 15px 0;
    font-size: 18px;
  }
  #Contents .navSect .sectMain .navList > li {
    margin-top: 35px;
  }
  #Contents .navSect .sectMain .navList > li:first-child {
    margin-top: 0;
  }
  #Contents .navSect .sectMain .navList > li .itemInner .dateRow {
    flex-direction: column;
    margin-bottom: 8px;
  }
 #Contents .navSect .sectMain .navList>li .itemInner .dateRow__head {
  display: flex;
   margin-bottom: 8px;
 }
  
  #Contents .navSect .sectMain .navList > li .itemInner .tit {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .navSect .sectTit {
    margin-bottom: 20px;
    padding: 15px 0;
    font-size: 1.7rem;
  }
  #Contents .navSect .sectMain .navList > li {
    margin-top: 20px;
  }
  #Contents .navSect .sectMain .navList > li:first-child {
    margin-top: 0;
  }
  #Contents .navSect .sectMain .navList>li .itemInner .dateRow {
    margin-bottom: 3px;
  }
  #Contents .navSect .sectMain .navList > li .itemInner .dateRow {
    gap: 10px;
  }
  #Contents .navSect .sectMain .navList > li .itemInner .date {
    display: inline;
    font-size: 1.3rem;
  }
  #Contents .navSect .sectMain .navList > li .itemInner .modGenre {
    display: inline;
    font-size: 1.3rem;
    white-space: nowrap;
  }
  #Contents .navSect .sectMain .navList > li .itemInner .tit {
    font-size: 1.6rem;
  }

  #Contents .navSect .sectMain .navList>li .itemInner .dateRow__head {
    display: flex;
  }

  #Contents .navSect .sectMain .navList>li .itemInner .dateRow__head .date{
      margin-right: 8px;
      padding-right: 8px;
  }
}
