.news-outer-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .news-outer-wrap {
    margin: 0;
  }
}
.news-outer-wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-outer-wrap .news-item {
  width: calc(33.333% - 20px);
  margin: 0 10px 10px;
  box-shadow: 0px 0px 0px 1px rgba(232, 47, 39, 0.3);
  display: flex;
  padding: 10px;
}
@media (max-width: 768px) {
  .news-outer-wrap .news-item {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media (max-width: 520px) {
  .news-outer-wrap .news-item {
    flex-direction: column;
  }
}
.news-outer-wrap .news-item .image-wr {
  display: flex;
  flex-direction: column;
  padding: 0 8px 32px;
}
@media (max-width: 520px) {
  .news-outer-wrap .news-item .image-wr {
    padding-bottom: 10px;
  }
}
.news-outer-wrap .news-item .image-wr .news-date {
  display: block;
  background: #d4c1a5;
  padding: 12px 4px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}
.news-outer-wrap .news-item .image-wr .n-thumb {
  float: none;
  margin: 0;
}
.news-outer-wrap .news-item .news-info {
  display: flex;
  flex-direction: column;
  padding: 0 16px 32px;
}
.news-outer-wrap .news-item .news-info > a {
  font-size: 15px;
  font-weight: bold;
  color: #222;
}
.news-outer-wrap .news-item .news-info > a:hover {
  color: #e82f27;
}
.news-outer-wrap .news-item .news-info .news-btn-wr {
  margin-top: 5px;
}
.news-outer-wrap .news-item .news-info .news-btn-wr a {
  display: inline-block;
  border: 1px solid rgba(232, 47, 39, 0.4);
  border-radius: 4px;
  padding: 8px;
  text-align: center;
  text-decoration: underline;
  color: cadetblue;
  margin-top: 4px;
  color: #e82f27;
  text-decoration: none;
}
.news-outer-wrap .news-item:hover {
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
}
[id ^= sandbox_theme_panel] {
  width: 120px !important;
  font-size: 12px !important;
  right: 0;
  top: auto !important;
  bottom: 0;
}
.sample-popup {
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  -ms-flex-align: start;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sample-popup.opened {
  opacity: 1;
  visibility: visible;
}
.sample-popup .sample-popup-in {
  text-align: left;
  position: relative;
  flex: 0 0 auto;
  margin: auto;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 600px;
  padding: 25px;
  background: #fff;
  max-width: 100%;
  max-width: 100%;
  position: relative;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
}
.sample-popup .sample-close {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  font-size: 0;
  cursor: pointer;
  top: 0;
  right: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.84' height='11.812' viewBox='0 0 11.84 11.812'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M1091.92,347.374l-4.21,4.209a0.991,0.991,0,0,1-1.4-1.4l4.21-4.209-4.21-4.209a0.993,0.993,0,0,1,1.38-1.427,0.041,0.041,0,0,1,.02.025l9.81,9.82a0.991,0.991,0,1,1-1.4,1.4Zm4.2-7.013a0.993,0.993,0,0,1,1.43,1.377l-0.03.024-2.73,2.738a0.991,0.991,0,0,1-1.4-1.4Z' transform='translate(-1086 -340.063)'/%3E%3C/svg%3E") 50% no-repeat;
  background-size: 13px 13px;
  padding: 0;
  outline: none;
  box-shadow: none;
  border-radius: 0 0 0 0;
}
.sample-popup .texts {
  text-align: center;
  flex-grow: 1;
  color: #000;
}
.sample-popup .sample-popup-image {
  max-width: 300px;
  margin-bottom: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media (max-width: 610px) {
  .sample-popup .sample-popup-image {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.sample-popup .sample-popup-title {
  color: #000;
  font-size: 25px;
  margin-bottom: 20px;
}
.sample-popup .sample-popup-text {
  font-size: 16px;
  line-height: 1.5;
  color: #222;
}
.sample-popup .sample-popup-text p {
  text-align: center;
}
.sample-popup .sample-popup-text p:first-child {
  margin-top: 0;
}
.sample-popup .sample-popup-text p:last-child {
  margin-bottom: 0;
}
.sample-popup .sample-popup-btn {
  margin: 20px 0 10px;
  text-align: center;
}
.sample-popup .sample-popup-btn a {
  display: inline-block;
  background: #ff4329;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 18px;
  border-radius: 10px;
  box-shadow: 0px 10px 15px -5px #ff4329;
  transition: all 0.3s ease;
}
.sample-popup .sample-popup-btn a:hover {
  box-shadow: none;
}
@media screen and (max-width: 610px) {
  .sample-popup .sample-popup-in {
    flex-direction: column;
  }
  .sample-popup .sample-popup-image {
    padding: 5px;
    margin: 0 auto;
  }
  .sample-popup .sample-popup-image img {
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 430px) {
  .sample-popup .sample-popup-image {
    margin: 25px auto 0;
  }
  .sample-popup .sample-close {
    width: 39px;
    height: 33px;
  }
}
@media screen and (max-width: 360px) {
  .sample-popup .sample-popup-image {
    max-width: 100%;
    width: auto;
    min-width: 200px;
  }
}
.mosaic-wrap .lpc-elements-text-1 .lpc-elements-text-1__text {
  padding: 10px;
}
.news-info .news-date {
  font-size: 12px;
}
