/* VARIABLES */
/* MIXINS */
/* FUNCTIONS */
/* ADJUSTMENT */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0vw !important;
  }
  .mb0 {
    margin-bottom: 0vw !important;
  }
  .mt5 {
    margin-top: 1.3333333333vw !important;
  }
  .mb5 {
    margin-bottom: 1.3333333333vw !important;
  }
  .mt10 {
    margin-top: 2.6666666667vw !important;
  }
  .mb10 {
    margin-bottom: 2.6666666667vw !important;
  }
  .mt15 {
    margin-top: 4vw !important;
  }
  .mb15 {
    margin-bottom: 4vw !important;
  }
  .mt20 {
    margin-top: 5.3333333333vw !important;
  }
  .mb20 {
    margin-bottom: 5.3333333333vw !important;
  }
  .mt25 {
    margin-top: 6.6666666667vw !important;
  }
  .mb25 {
    margin-bottom: 6.6666666667vw !important;
  }
  .mt30 {
    margin-top: 8vw !important;
  }
  .mb30 {
    margin-bottom: 8vw !important;
  }
  .mt35 {
    margin-top: 9.3333333333vw !important;
  }
  .mb35 {
    margin-bottom: 9.3333333333vw !important;
  }
  .mt40 {
    margin-top: 10.6666666667vw !important;
  }
  .mb40 {
    margin-bottom: 10.6666666667vw !important;
  }
  .mt45 {
    margin-top: 12vw !important;
  }
  .mb45 {
    margin-bottom: 12vw !important;
  }
  .mt50 {
    margin-top: 13.3333333333vw !important;
  }
  .mb50 {
    margin-bottom: 13.3333333333vw !important;
  }
}
.news__list {
  margin-bottom: 3.90625vw;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .news__list {
    margin-bottom: 5.3333333333vw;
  }
}
.news__item {
  display: flex;
  justify-content: space-between;
  padding: 1.0416666667vw 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* font-size: 0.8333333333vw; */
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news__item {
    flex-direction: column;
    padding: 5.3333333333vw 0;
    /* font-size: 3.7333333333vw; */
  }
}
.news__date {
  /* width: 5.2083333333vw; */
  /* margin-right: 2em; */
  width: 18%;
  color: #666;
}
@media screen and (max-width: 768px) {
  .news__date {
    margin-bottom: 2.6666666667vw;
  }
}
.news__body {
  flex-grow: 1;
  width: 80%;
}
.news__txt {
  color: #000;
  transition: all 0.3s;
}
.news__txt:hover {
  opacity: 0.7;
}

.col__item:first-of-type {
  width: 70%;
}
.col__item:last-of-type {
  width: 25%;
}

.sidebar {
  padding: 20px;
  background: #f6f6f6;
}
.sidebar__title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bec3c6;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
}
.sidebar__list__item {
  cursor: pointer;
  transition: all 0.3s;
}
.sidebar__list__item:hover {
  opacity: 0.7;
}
.sidebar__list__item + .sidebar__list__item {
  margin-top: 10px;
}
.sidebar__list .sidebar__list {
  margin-top: 10px;
  padding-left: 1em;
}

.txt + .txt {
  margin-top: 10px;
}
/*# sourceMappingURL=news.css.map */


@media all and (max-width: 767px) {
  .contents__inner .col__item nav {
    margin: 8vw 8vw 0; } }
@media all and (min-width: 768px) {
  .contents__inner .col__item nav {
    margin-top: 6.66667%;
    overflow: hidden; } }
@media all and (min-width: 768px) {
  .contents__inner .col__item nav p {
    width: 25%;
    padding-top: 7.5%;
    position: relative; } }
@media all and (max-width: 767px) {
  .contents__inner .col__item nav p + p {
    margin-top: 5.33333vw; } }
.contents__inner .col__item nav p a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #666;
  color: #fff;
  text-decoration: none; }
  @media all and (max-width: 767px) {
    .contents__inner .col__item nav p a {
      height: 12vw;
      font-size: 3.2vw; } }
  @media all and (min-width: 768px) {
    .contents__inner .col__item nav p a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      font-size: 16px; } }
@media all and (min-width: 768px) and (min-width: 768px) {
  .contents__inner .col__item nav p a {
    font-size: 1.53846vw; } }
@media all and (min-width: 768px) and (min-width: 1041px) {
  .contents__inner .col__item nav p a {
    font-size: 16px; } }
@media all and (min-width: 768px) and (max-width: 767px) {
  .contents__inner .col__item nav p a {
    font-size: 11.53846px; } }

.news__detail h1,
.news__detail h2,
.news__detail h3,
.news__detail h4,
.news__detail h5,
.news__detail h6{
  font-weight: bold;
}
.news__detail h1,
.news__detail h2,
.news__detail h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 1.25rem;
}
.news__detail h1:first-child,
.news__detail h2:first-child,
.news__detail h3:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .news__detail h1,
  .news__detail h2,
  .news__detail h3  {
    margin-top: 2.6666666667vw;
    font-size: 1.0625rem;
  }
}
.news__detail h4,
.news__detail h5,
.news__detail h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.125rem;
}
.news__detail h4:first-child,
.news__detail h5:first-child,
.news__detail h6:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .news__detail h4,
  .news__detail h5,
  .news__detail h6 {
    font-size: 0.9375rem;
  }
}
.news__detail strong{
  font-weight: bold;
}
.news__detail p{
  margin-top: 1em;
}
.news__detail a{
  color: #3366ff;
  text-decoration: underline;
}
.sidebar ul ul{
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: .5s;
  margin:0;
}
span.sidebar__list__accordion{
  position: relative;
  border: none;
  width: 100%;
  display: block;
}
span.sidebar__list__accordion:hover{
  /* background-color: #1A5B27; */
}
span.sidebar__list__accordion::before,
span.sidebar__list__accordion::after{
  content:"";
  position: absolute;
  top: 50%;
  width: 1.5px;
  height: 8px;
  background-color: #000;
  transition: .5s;
}
span.sidebar__list__accordion::before{
  transform: translateY(-50%) rotate(-45deg);
  right: 35px;
}
span.sidebar__list__accordion::after{
  transform: translateY(-50%) rotate(45deg);
  right: 30px;
}
li.active span.sidebar__list__accordion::before{
  transform: translateY(-50%) rotate(-135deg);
  transition:.5s;
}
li.active span.sidebar__list__accordion::after{
  transform: translateY(-50%) rotate(135deg);
  transition:.5s;
}

ul.active{ overflow-y: auto; }

.col__item .post-date{
  margin-bottom: 20px;
  @media screen and (max-width: 768px){
    margin-bottom: 10px;
  }
}
