/* PC */
@media(min-width : 1024px){
    .menu-btn{
        display : none;}
}
/* Table */
@media(min-width : 768px) and (max-width : 1023px){
    .menu-btn{
        display : none;}
        
   .text-content{
    display : none;
}
}
/* Mobile */
.s-col-full{
  width : 100%;
}
@media(max-width : 767px){
    #header{       
        justify-content: left;
        display: flex;
        width : 100%;
        overflow : hidden ;
    }
    #header #nav{
   margin : 0px -20px;
    height : 100%;
    flex :1;
 }
   #nav > li{
    display: flex;
    flex-direction: column;
    
}
  #nav > li:first-child{
    display : inline-block;
  }
#nav .subnav {
  width: 100%;
  position : initial;
}
#nav .subnav li{
  width : 100%;

}


   #header .menu-btn{
   top: 0;
   right : 0;
   position : absolute;
}
   



 #header .search-btn {
   display : none;
}
        .logo img {
   display : none;
}
  .text-content{
    display : none;
}
.row{
  display: block;
}
#content .member-item{
  width: 100%;
  margin-top: 30px;
}

}