/* common */
.inner{
  width: 94%;
  max-width: 1280px;
}

/* main */
#main_container {
  padding-top: 0px;
  padding-bottom: 110px;
}
.community_titlewap {
  position: relative;
  max-width: 800px;
  margin-top: -110px;
}
.community_title {
  padding: 35px 25px;
}
.clubhead{
  padding-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}
.clubhead h2{
  color: #333;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 45px;
}
.clubhead h2 span{
  color: #2A277A;
  display: block;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0;
  margin-top: 5px;
}
.clubhead p{
  line-height: 160%;
  font-size: 16px;
}
.clubhead p.readtext,p.readtext{
  color: #000;
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 140%;
}

/* founder */
.founder{
  padding: 80px 0;
  margin-bottom: 80px;
}
.founder .centertitle{
  margin-bottom: 20px;
}
.founderlist{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.founderinfo{
  width: 18.75%
}
.founderimg {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 20px;
}
.founderinfo p {
  font-size: 15px;
  line-height: 160%;
}
.founderinfo p span {
  font-size: 13px;
  display: block;
}
.founderinfo h3 {
  font-size: 16px;
}
.foundertext{
  font-size: 16px;
}

/* activities */
.activitieslist{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.activities_detail{
  width: 46.875%;
  margin-bottom: 60px;
}
.activities_img{
  margin-bottom: 20px;
}
.activities_info{
  display: flex;
  justify-content: space-between;
}
.activities_left{
  width: 70%;
}
.activities_left h3{
  color: #2A277A;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.activities_left p{
  line-height: 160%;
}
.activities_right{
  width: 25%;
}
.contentslink a{
  background: linear-gradient(165deg, #14126F 0%, #14126F 50%, #2C2A7E 50%, #2C2A7E 100%);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  width: 100%;
  height: 40px;
  margin-top: 20px;
  margin-left: 1px;
  color: #FFF;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.5s;
  padding: 2px 5px;
}

/* flow */
.flow {
  padding: 80px 0;
  margin-bottom: 80px;
}
.flow_centertext{
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  margin-bottom: 60px;
}
.flow_centerimg{
  text-align: center;
}
.flow_centerimg img{
  display: inline-block;
}
.flow_linkbtn{
  text-align: center;
  margin: 50px 0;
}
.flow_linkbtn a{
  display: inline-flex;
}

/* message */
.message_contents{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.message_left{
  width: 46.875%;
}
.message_left p{
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.message_right{
  width: 50%;
}

@media screen and (max-width: 1140px){
  #main_container .community_container{
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px){
  #main_container {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  
  .community_container {
    padding-bottom: 50px;
  }
  .community_title {
    margin-top: 0px;
  }
  .clubhead {
    padding-top: 40px;
    margin-bottom: 40px;
    text-align: center;
  }
  .clubhead h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .clubhead h2 span{
    font-size: 20px;
  }
  .clubhead p.readtext,p.readtext{
    font-size: 18px;
  }
  .clubhead p {
    font-size: 15px;
  }
  
  
  /* founder */
  .founder {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .founderlist {
    margin-bottom: 20px;
  }
  .founderinfo {
    width: 48%;
    margin-bottom: 20px;
  }
  .founderimg {
    margin-bottom: 10px;
  }
  
  /* activities */
  .activities_detail {
    width: 100%;
    margin-bottom: 20px;
  }
  .activities_img{
    text-align: center;
  }
  .activities_img img{
    display: inline-block;
  }
  .activities_left h3{
    font-size: 18px;
  }
  .activities_left {
    width: auto;
    flex: 1;
  }
  .contentslink a{
    font-size: 12px;
    margin-left: 0;
    padding: 2px 5px;
  }
  .activities_right {
    width: 150px;
    margin-left: 15px;
  }
  
  /* flow */
  .flow {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .flow_centertext {
    margin-bottom: 30px;
  }
  .flow_linkbtn {
    margin: 25px 0;
  }
  .flow_linkbtn a{
    margin-bottom: 10px;
  }
  
  /* message */
  .message_contents{
    flex-direction: column-reverse;
  }
  .message_right{
    margin-bottom: 20px;
  }
  .message_left,.message_right {
    width: 100%;
  }
  .message_left p{
    font-size: 15px;
  }
  
}

@media screen and (max-width: 461px){
  .activities_left {
    width: 60%;
    flex: none;
  }
  .activities_right {
    width: 35%;
  }
}
