.newslist li a:hover {
  background-color: rgba(255,255,255,0.2);
}
.newslist li a .nwcc h3 {
  color:var(--color-black);
}
.newslist li a:hover .nwcc h3 {
  color:var(--color-1st);
}
.newslist li a .nwcc p.nwdate {
  color:var(--color-999);
}
.newslist li a .nwcc p.nwcomment {
  color:var(--color-black);
}
.newslist li a .nwcc p.nwbn {
  color:var(--color-1st);
  background-image: url(../img/header/ic-ar_h_b.png);
}

/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {

  .newslist {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  }
  .newslist li {
  width:18%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background-color: var(--color-white);
  margin:0 1% 20px;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
  }
  .newslist li a {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 10px;
  transition: .4s all;
  }
  .newslist li a .nwimg {
  width:100%;
  height: auto;
  display: block;
  transition: .4s all;
  }
  .newslist li a .nwimg img {
    overflow: hidden;
    border-radius: 5px;
  }
  .newslist li a:hover .nwimg {
  opacity: 0.6;
  }
  .newslist li a .nwcc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:15px 15px 15px 15px;;
  }
  .newslist li a .nwcc h3 {
    min-height: 3em;
  font-size:14px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  order:1;
  transition: .4s all;
  }
  .newslist li a .nwcc p.nwcomment {
  font-size:14px;
  font-weight: 400;
  line-height: 1.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 20px;
  order:2;
  }
  .newslist li a .nwcc .nwbottom {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    order:3;
  }
  .newslist li a .nwcc p.nwdate {
  font-size:12px;
  font-weight: 500;
  text-align: right;
  line-height: 1.5em;
  margin-bottom: 10px;
  order:1;
  }
  .newslist li a .nwcc p.nwbn {
  width:fit-content;
  height: 20px;
  display: block;
  font-size:12px;
  font-weight: 500;
  line-height: 20px;
  padding:0 25px 0 0;
  margin:0;
  background-image: url(../img/header/ic-ar_h_b.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: auto 12px;
  order:2;
  transition: .4s all;
  }
  .newslist li a:hover .nwcc p.nwbn {
  background-position: 100% center;
  }

  }

  /* ----------------------------------------------------------
  Style for iPad Pro
  ---------------------------------------------------------- */
  @media screen and (min-width: 769px) and (max-width: 1024px) {

  .newslist {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  }
  .newslist li {
  width:48%;
  height: auto;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background-color: var(--color-white);
  margin:0 1% 20px;
  box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
  }
  .newslist li a {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding:10px;
  border-radius: 10px;
  transition: .4s all;
  }
  .newslist li a .nwimg {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  transition: .4s all;
  }
  .newslist li a .nwimg img {
    overflow: hidden;
    border-radius: 10px;
  }
  .newslist li a:hover .nwimg {
  opacity: 0.6;
  }
  .newslist li a .nwcc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:0 5px
  }
  .newslist li a .nwcc h3 {
  font-size:18px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 5px;
  order:2;
  transition: .4s all;
  }
  .newslist li a .nwcc p.nwdate {
  font-size:12px;
  font-weight: 500;
  text-align: right;
  line-height: 1.5em;
  margin-bottom: 10px;
  order:1;
  }
  .newslist li a .nwcc p.nwcomment {
  font-size:14px;
  font-weight: 400;
  line-height: 1.8em;
  margin-bottom: 20px;
  order:3;
  }
  .newslist li a .nwcc .nwbottom {
    width:100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    order:3;
  }
  .newslist li a .nwcc p.nwdate {
  font-size:12px;
  font-weight: 500;
  text-align: right;
  line-height: 1.5em;
  margin-bottom: 10px;
  order:2;
  }
  .newslist li a .nwcc p.nwbn {
  width:fit-content;
  height: 20px;
  display: block;
  font-size:12px;
  font-weight: 500;
  line-height: 20px;
  padding:0 25px 0 0;
  margin:0;
  background-image: url(../img/header/ic-ar_h_b.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: auto 12px;
  order:1;
  transition: .4s all;
  }
  .newslist li a:hover .nwcc p.nwbn {
  background-position: 100% center;
  }

  }

  /* ----------------------------------------------------------
  Style for Smartphone
  ---------------------------------------------------------- */
  @media screen and (max-width: 768px) {

  .newslist {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  }
  .newslist li {
  width:100%;
  height: auto;
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px dotted var(--color-999);
  margin:0 0 15px 0;
  }
  .newslist li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .newslist li a {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  padding:10px 15px 0px 10px;
  border-radius: 0px;
  transition: .4s all;
  }
  .newslist li a .nwimg {
  width:25%;
  height: auto;
  display: block;
  margin-bottom: 20px;
  transition: .4s all;
  }
  .newslist li a .nwimg img {
    overflow: hidden;
    border-radius: 5px;
  }
  .newslist li a:hover .nwimg {
  opacity: 0.6;
  }
  .newslist li a .nwcc {
  width:70%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:0 5px
  }
  .newslist li a .nwcc h3 {
  font-size:14px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 5px;
  order:2;
  transition: .4s all;
  }
  .newslist li a .nwcc p.nwdate {
  font-size:12px;
  font-weight: 500;
  text-align: left;
  line-height: 1.5em;
  margin-bottom: 5px;
  order:1;
  }
  .newslist li a .nwcc p.nwcomment {
  font-size:14px;
  font-weight: 400;
  line-height: 1.8em;
  margin-bottom: 10px;
  order:3;
  }
  .newslist li a .nwcc .nwbottom {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    order:3;
  }
  .newslist li a .nwcc p.nwdate {
  font-size:12px;
  font-weight: 500;
  text-align: left;
  line-height: 1em;
  margin-bottom: 0px;
  order:1;
  }
  .newslist li a .nwcc p.nwbn {
  width:fit-content;
  height: 20px;
  display: block;
  font-size:12px;
  font-weight: 500;
  line-height: 20px;
  padding:0 25px 0 0;
  margin:0 0 0 auto;
  background-image: url(../img/header/ic-ar_h_b.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: auto 12px;
  order:2;
  transition: .4s all;
  }
  .newslist li a:hover .nwcc p.nwbn {
  background-position: 100% center;
  }

  }
