#instaContainer{
  position:relative;
}
#banLink{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:3;
}
#sw1{
  width:100%;
}
#sw2{
  width:100%;
  display:none;
}
/*blog section*/
#news-rss li{
  width:calc((100% - 30px) / 3);
  margin:0 5px;
}
#news-rss li:nth-of-type(3n + 1){
  margin:0 5px 0 0;
}
#news-rss li:nth-of-type(3n + 3){
  margin:0 0 0 5px;
}
#news-rss li:nth-of-type(n + 4){
  margin-top:5px;
}
.postImg a p, .postImg p{
  display:none;
}
.postImg, .postImg a, .postImg a img {
  width: 100%;
}
.postImg a {
  display:inline-block;
}
.postImg a img {
  height: 100% !important;
  object-fit:cover;
  object-position: center;
}
.postExcerpt a img, .postExcerpt p{
  display:none !important;
}
.postExcerpt a p{
  display:inline-block !important;
  font-size: 1.2rem;
  margin: 8px 0;
}
.blogTitle{
  font-size:1.5rem;
}
.blogDate{
  font-size:1rem;
  margin-top:8px;
  margin-bottom:3px;
}
/*blog section end*/
.noImg{
  transform: translateY(-17.2%);
}
/*hero*/
#hero{
  width:100vw;
  height:80vh;
  position:relative;
  overflow:hidden;
}

#heroLogo{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width: calc(210px + 6vw);
}
#slider{
  width: 100%;
  height:100%;
  display:flex;
  flex-direction:row;
  justify-content:flex-start;
  align-items:flex-start;
  flex-wrap:no-wrap;
}
.slide{
  width:100%;
  min-width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
/*news*/
#news{
  margin-bottom:61px;
}
#newstable{
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #cccccc;
  width: 100%;
}
#newstable tbody{
  margin: 18px 0;
  display: flex;
  flex-direction:column;
}
#newstable tr{
  margin: 4px 0;
  display: inline-block;
}
#newstable th, #newstable td{
  min-width: 120px;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 1.3rem;
  color: #585858;
}
/*news end*/
/*s2*/
#items{
  width:100%;
}

/*s2 end*/

@media (max-width: 1200px){
  #items {
    transform: translateY(-5px);
  }
}
@media (max-width: 900px){
  #sw1{
    display:none;
  }
  #sw2{
    display:block;
  }
#news-rss li{
  width:calc((100% - 4px) / 3);
  margin:0 1px;
}
#news-rss li:nth-of-type(3n + 1){
  margin:0 1px 0 0;
}
#news-rss li:nth-of-type(3n + 3){
  margin:0 0 0 1px;
}
#news-rss li:nth-of-type(n + 4){
  margin-top:23px;
}
}
@media (max-width: 760px){
  .postExcerpt a p{
    font-size:0.9rem;
  }
  .blogDate{
    font-size:0.9rem;
  }
  .blogTitle{
  font-size:1.3rem;
  }
}
@media (max-width: 550px){
#news-rss li{
  width:calc((100% - 2px) / 2);
}
#news-rss li:nth-of-type(2n + 1){
  margin:0 1px 0 0;
}
#news-rss li:nth-of-type(2n){
  margin:0 0 0 1px;
}
#news-rss li:nth-of-type(n + 3){
  margin-top:23px;
}
}