/*-------------------------------
topics
-------------------------------*/
#topics {
    width: 100%;
    max-width: 1020px;
    padding: 0 10px;
    margin: 0 auto 3em;
    overflow: hidden;
}

#wrapper #topics .gf_lateef {
	font-family: 'Lateef', cursive;
	text-align:center;
	font-size:2.5em;
	color: #333;
}

#wrapper header .gf_lateef {
	font-family: 'Lateef', cursive;
	font-size: 1.2em;
	color: #333;
}

#topics .section_head {
  margin: 2em auto 2.5em;
}

.section_head::after {
    content: none;
  }


.topics_contents{
  width: 100%;
  max-width: 1000px;
  padding: 0.5em 10px;
  margin: 0 auto;
}
.topicsPanel_wrap{
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.topicsPanel{
  max-width:320px;
  width: 31.3%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 20px;
}
.topicsPanel_thumb{
  margin-bottom: 22px;
}
.topicsPanel_ttl{
  color: #f68011;
    font-weight: 700;
  font-size: 16px;
  margin-bottom: 13px;
}
.topicsPanel_txt{
  font-size: 14px;
  line-height: 1.4;
}
@media only screen and (max-width: 1280px) {

}
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 640px) {
 
 #wrapper #topic .gf_lateef {
	font-family: 'Lateef', cursive;
	text-align:center;
	font-size:1.8em;
	color: #333;
  }	
 
 #wrapper header .gf_lateef {
	font-family: 'Lateef', cursive;
	font-size: 0.9em;
	color: #333;
   }
 
  .topics_contents{
    max-width: none;
    padding: 0 4.6%;
  }
  
  #news {
	margin-bottom:1em;
   }	
  #wrapper #topics .gf_lateef {
	font-family: 'Lateef', cursive;
	text-align:center;
	font-size:1.8em;
	color: #333;
  }
  
  #wrapper header .gf_lateef {
	font-family: 'Lateef', cursive;
	font-size: 0.9em;
	color: #333;
}
  
  #topics .section_head {
    margin:1.5em auto 2em;
  }
  .section_head::after {
    content: none;
  }
  .topics .section_head{
    margin-bottom: 6%;
  }

  
  
  
  
  
  
  
  
  
  
  
  
  .topicsPanel_wrap{
    display: block;
  }
  .topicsPanel{
    max-width:none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 7.8125%;
  }
  .topicsPanel:last-child{
    margin-bottom: 0;
  }
  .topicsPanel_thumb{
    margin-bottom: 5%;
  }
  .topicsPanel_ttl{
    font-size: 14px;
    margin-bottom: 4%;
  }
  .topicsPanel_txt{
    font-size: 12px;
  }
}
