@media screen and (max-width: 767px) {
  .slider_area {
    width: -webkit-calc(100% + 24px);
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}

.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 !important;
  -webkit-box-shadow: 0 !important;
  box-shadow: 0 !important;
  border: none !important;
  left: 0 !important;
  background: none !important;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #e1dcc6 !important;
  text-indent: -9999px !important;
  display: block !important;
  width: 20px !important;
  height: 4px !important;
  margin: 0 5px !important;
  outline: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #331115 !important;
}

.section_row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section_row .banner_area {
  width: 460px;
  margin-top: 57px;
}

@media screen and (max-width: 767px) {
  .section_row .banner_area {
    width: 90%;
    margin: 20px auto 46px;
  }
}

.news_section {
  width: -webkit-calc(100% - 460px);
  width: calc(100% - 460px);
  padding-right: 5%;
}

@media screen and (max-width: 767px) {
  .news_section {
    padding-right: 0;
    width: 90%;
    margin: auto;
  }
}

.news_section ul li {
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px dotted #898989;
  margin-bottom: 1.75em;
  padding-bottom: 1.35em;
}

.news_section ul li:last-child {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  .news_section ul li .inr {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.news_section ul li .inr .date {
  display: inline-block;
  width: 80px;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .news_section ul li .inr .date {
    width: 55px;
    font-size: 1rem;
  }
}

.news_section ul li .inr .cat {
  border: 1px solid #331115;
  padding: 0 10px;
  display: inline-block;
  width: 80px;
  text-align: center;
  font-size: 1.2rem;
  margin: 0 23px;
}

@media screen and (max-width: 767px) {
  .news_section ul li .inr .cat {
    font-size: 1rem;
  }
}

.news_section ul li a {
  margin-bottom: 8px;
  font-size: 1.4rem;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .news_section ul li a {
    font-size: 1.4rem;
    display: block;
    margin-top: 7px;
  }
}

.news_section ul li a:hover {
  color: #e1dcc6;
}

.section_snap #instafeed {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -3px;
}

.section_snap #instafeed .instafeed_list {
  width: -webkit-calc(33.33333% - 3px);
  width: calc(33.33333% - 3px);
  margin-left: 3px;
  margin-bottom: 3px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section_snap #instafeed .instafeed_list {
    width: -webkit-calc(33.333333% - 3px);
    width: calc(33.333333% - 3px);
  }
}

.section_snap #instafeed .instafeed_list:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.section_snap #instafeed .instafeed_list img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}

.section_snap #instafeed .instafeed_list a {
  display: block;
}

.section_snap #instafeed .instafeed_list a:after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.section_snap #instafeed .instafeed_list a:hover:after {
  background: rgba(0, 0, 0, 0.5);
}

