.header-menu-bar {
  box-shadow: none;
  background: #000;
}
.header-btn {
  text-shadow: none;
  color: #000;
}

.logo .svg {
  -webkit-filter: drop-shadow(0 0 0 transparent);
  filter: drop-shadow(0 0 0 transparent);
}
.logo .svg path, .logo .svg rect {
  fill: #040000;
}
.logo .svg path.cls-1, .logo .svg rect.cls-1 {
  fill: none;
  stroke: #040000;
  stroke-width: 1.01px;
}

.news-inner {
  padding: 0 70px;
  max-width: 1200px;
  margin: 0 auto;
}
.news-date {
  color: #999;
  font-family: "Montserrat", Arial, Helvetica;
  font-size: 0.75rem;
  margin-bottom: 5px;
  letter-spacing: 0.1rem;
}
.news-name {
  color: #000;
}
.news-img {
  padding-top: 10px;
}
.news-img-inner {
  margin-top: 20px;
  position: relative;
}
.news-img-inner.show:before {
  width: 0;
}
.news-img-inner:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  top: 0;
  right: 0;
  -moz-transition: width 0.8s ease-in-out;
  -o-transition: width 0.8s ease-in-out;
  -webkit-transition: width 0.8s ease-in-out;
  transition: width 0.8s ease-in-out;
}
.news-img img {
  width: 100%;
}
.news-content {
  padding-top: 20px;
}
.news-list {
  font-size: 0.875rem;
  margin-top: 30px;
}
.news-list li {
  padding-left: 15px;
  padding-top: 2px;
}
.news-list b {
  padding-top: 10px;
  display: block;
  color: #333;
}
.news-subtitle {
  position: relative;
  padding-left: 15px;
  margin-bottom: 3px;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -moz-transition: clip-path 1.2s ease-in-out;
  -o-transition: clip-path 1.2s ease-in-out;
  -webkit-transition: clip-path 1.2s ease-in-out;
  transition: clip-path 1.2s ease-in-out;
}
.news-subtitle.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.news-subtitle:after {
  content: "";
  width: calc(100% - 15px);
  height: 1px;
  border-bottom: 1px dashed #e0e0e0;
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: -1;
}
.news-subtitle span {
  color: #999;
  font-size: 0.75rem;
  background: #FFF;
  padding-right: 7px;
}
.news-subtitle span.tw {
  letter-spacing: 0.25rem;
}
.news-subtitle span.en {
  letter-spacing: 0.1rem;
}
.news-arrow {
  border-left: #999 solid 6px;
  border-top: transparent solid 4px;
  border-bottom: transparent solid 4px;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-info {
  color: #000;
  font-weight: bold;
  letter-spacing: 0.12rem;
}
.news-memo {
  margin-top: 10px;
  padding-left: 15px;
}
.news-memo-text {
  padding-top: 2px;
}
.news-text {
  padding-top: 10px;
}
.news-text a {
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.news-text a:hover {
  color: #000;
}
.news-box {
  padding-top: 30px;
}
.news-button {
  display: -ms-flexbox;
  display: flex;
}
.news-btn {
  margin-top: 50px;
  width: 140px;
}

@media screen and (max-width: 1100px) {
  .main {
    padding-top: 120px;
  }

  .news-inner {
    padding: 0 50px;
  }
}
@media screen and (max-width: 640px) {
  .news-inner {
    padding: 0 30px;
  }
  .news-name {
    font-size: 0.875rem;
  }
  .news-subtitle {
    -moz-transition: clip-path 1s ease-in-out;
    -o-transition: clip-path 1s ease-in-out;
    -webkit-transition: clip-path 1s ease-in-out;
    transition: clip-path 1s ease-in-out;
  }
  .news-btn {
    width: 130px;
  }
}
