@-webkit-keyframes bgfade {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 91, 172, 0.5);
  }
}

@keyframes bgfade {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 91, 172, 0.5);
  }
}

@-webkit-keyframes bgfade2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 156, 230, 0.5);
  }
}

@keyframes bgfade2 {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgba(0, 156, 230, 0.5);
  }
}

@media screen and (max-width: 500px) {
  .publish-heading span {
    -webkit-transform: translateX(-130%);
    transform: translateX(-130%);
  }
}

@media screen and (max-width: 500px) {
  .publish-heading > .desc {
    width: 100%;
  }
  .publish-heading > .desc .desc-txt {
    padding-left: calc(12.5% + 10px);
    padding-right: calc(12.5% - 10px);
  }
}

.publish-heading .desc-txt {
  margin-top: 0;
}

.publish-archives .thumb {
  position: relative;
  overflow: hidden;
  height: 360px;
}

@media screen and (max-width: 1024px) {
  .publish-archives .thumb {
    height: 340px;
  }
}

@media screen and (max-width: 768px) {
  .publish-archives .thumb {
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  .publish-archives .thumb {
    height: 260px;
  }
}

.publish-archives .thumb::before {
  -webkit-transform: translateX(-103%);
  transform: translateX(-103%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(0, 91, 172, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.publish-archives .thumb img {
  height: 360px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .publish-archives .thumb img {
    height: 340px;
  }
}

@media screen and (max-width: 768px) {
  .publish-archives .thumb img {
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  .publish-archives .thumb img {
    height: 260px;
  }
}

@media screen and (max-width: 500px) {
  .publish-archives_list .more-btn {
    width: 95%;
  }
}

.publish-archives_list.is-active .thumb::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.publish-archives .blue-tag {
  margin: 6px 0;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.7;
  padding: 5px 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: initial;
}

@media screen and (max-width: 768px) {
  .publish-archives .blue-tag {
    padding: 4px 10px;
  }
}

.publish-archives .price {
  display: block;
  margin-bottom: 30px;
  margin-left: 10px;
}

.publish-archives .ofh {
  position: relative;
  z-index: 3;
}

.publish-archives p {
  padding-right: 30px;
  height: 6em;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.publish-archives p span {
  display: inline-block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  padding-left: 10px;
}

.publish-archives .publish-archives_list {
  margin-bottom: 5%;
}

@media screen and (max-width: 768px) {
  .publish-archives .publish-archives_list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
}

.publish-archives .publish-archives_list:last-child,
.publish-archives .publish-archives_list:nth-last-child(2) {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .publish-archives .publish-archives_list:last-child,
  .publish-archives .publish-archives_list:nth-last-child(2) {
    margin-bottom: 40px;
  }
}

.publish-archives .publish-archives_list .info {
  overflow: hidden;
}

.publish-archives .publish-archives_list .info .desc-txt {
  margin-top: 0;
  padding-left: 0;
}

.publish-detail {
  position: relative;
  padding: 5% 0;
  background-color: #eee;
  z-index: 3;
}

@media screen and (max-width: 1024px) {
  .publish-detail {
    padding: 5%;
  }
}

.publish-detail p:last-child {
  margin-top: 4%;
}

@media screen and (max-width: 500px) {
  .publish-detail p:last-child {
    margin-top: 6%;
  }
}

.publish-detail_thumb {
  position: relative;
  margin-right: 40px;
  height: 350px;
}

@media screen and (max-width: 1024px) {
  .publish-detail_thumb {
    height: 340px;
  }
}

@media screen and (max-width: 768px) {
  .publish-detail_thumb {
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  .publish-detail_thumb {
    height: 260px;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.publish-detail_thumb img {
  height: 350px;
}

@media screen and (max-width: 1024px) {
  .publish-detail_thumb img {
    height: 340px;
  }
}

@media screen and (max-width: 768px) {
  .publish-detail_thumb img {
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  .publish-detail_thumb img {
    height: 260px;
    margin: 0 auto;
  }
}

.publish-detail_thumb .w-back5 span::before {
  background-color: #eee;
}

.publish-detail .more-btn {
  margin: 40px auto;
}

.publish-detail .more-btn > span {
  -webkit-animation: none;
  animation: none;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 768px) {
  .publish-detail .more-btn {
    width: 380px;
  }
}

@media screen and (max-width: 500px) {
  .publish-detail .more-btn {
    width: 320px;
  }
}

.publish-detail_info {
  padding: 0 8%;
}

@media screen and (max-width: 768px) {
  .publish-detail_info {
    padding: 0 5%;
  }
}

@media screen and (max-width: 500px) {
  .publish-detail_info {
    display: block;
  }
}

.publish-detail_info .info .title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.publish-detail_info .info .date {
  margin-bottom: 20px;
}

.publish-detail_info .info .publisher {
  margin: 20px 0;
}

.publish-content {
  padding: 3% 0;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1024px) {
  .publish-content {
    padding: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .publish-content .w-50 {
    width: 75%;
    margin-left: 25%;
  }
}

@media screen and (max-width: 500px) {
  .publish-content .slide-r {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
  .publish-content h2 .slide-r {
    -webkit-transform: translateX(-155%);
    transform: translateX(-155%);
  }
  .publish-content .w-50 {
    width: 100%;
    margin: 0 auto;
  }
  .publish-content .w-50 h2,
  .publish-content .w-50 dl {
    padding-left: 5%;
  }
}

.publish-content h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.publish-content h2 span {
  display: inline-block;
}

.publish-content_list {
  padding: 20px 0;
}

@media screen and (max-width: 500px) {
  .publish-content_list {
    padding: 15px 0;
  }
}

.publish-content_list dl {
  overflow: hidden;
}

.publish-content_list dt {
  font-size: 1.8rem;
  margin: 0 8px 30px;
}

@media screen and (max-width: 500px) {
  .publish-content_list dt {
    margin: 0 0 25px;
  }
}

.publish-content_list dt:last-child {
  margin: 0 8px;
}

@media screen and (max-width: 500px) {
  .publish-content_list dt:last-child {
    margin: 0;
  }
}

.publish-content_list dt span {
  margin-right: 20px;
}

.publish-content_list dd {
  margin-left: 40px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .publish-related .more-btn {
    width: 220px;
  }
}

@media screen and (max-width: 500px) {
  .publish-related .more-btn {
    width: 180px;
  }
}

.publish-related .desc {
  padding: 3% 0;
}

.publish-related .publish-archives li {
  padding: 40px 0;
  margin-bottom: 0;
}

.publish-slider_lists {
  z-index: 3;
}

.publish-slider_lists .thumb:after {
  right: 50%;
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(180, 180, 180, 0.5);
}

@media screen and (max-width: 768px) {
  .publish-slider_lists .thumb:after {
    content: "";
  }
}

.publish-slider_lists li .info {
  overflow: hidden;
}

.publish-slider_lists li .view .w-back5 span::before {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.publish-slider_lists li.slick-active .view .w-back5 span::before {
  -webkit-transform: translateX(103%);
  transform: translateX(103%);
}

.publish-slider_lists li .view .more-btn > span,
.publish-slider_lists li .more-btn.view > span,
.publish-slider_lists li .view .slide-r {
  -webkit-animation: none;
  animation: none;
}

/*# sourceMappingURL=publish.min.css.map */
