@font-face {
    font-family: 'SUITE-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Regular.woff2') format('woff2');
    font-weight: 300,400,500,600,700,800,900;
    font-style: normal;
}
.container1{

    display: flex;
    flex-flow: row nowrap;
}
.content1{
    width: 73%;
    height: auto;
    margin-right: 20px;
}
.sldeslidebar1{
    width: 27%;
    height: 680px;
    min-width: 120px; 
}
.sidebarP1{
    position: sticky;
    top: 125px;
    padding: 20px;
    border: 1px solid #363636;
    min-width: 120px;
}
.slide1 p{
    font-family: 'SUITE-Regular';  
}
.ptitle{
    font-size: 1.87em;
    font-weight: 900;
    line-height: 130%;
}
.sidebarCondition1{
    font-size: 1.56em;
    font-weight: 800;
    line-height: 130%;
}
.sidebarBoardName1{
    font-size: 1.25em;
    font-weight: 500;
    line-height: 130%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.diyTipTitle1{
    font-size: 1em;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
} 
.diyTip1{
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 5px;

}
.cards1 {
    display: flex;
    justify-content: left;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
     
  .card1 {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #363636;
    text-decoration: none;
      min-width: 100px;
      max-width: 280px;
      margin-right: 6px;
  }
  .card1 span {
    display: block;
  }
  .card1 .card-summary1 {
    padding: 10px 0px 10px 10px;
      font-size: 0.9em;
      
  }
  .card1 .card-header1 {
    position: relative;
    height: 174px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
      background-position: center;}
      
  .cardt {
    font-size: 20px;
    line-height: 1;
    padding: 0;
    margin: 10px 0 10px 0;
      color: #434343;
  font-weight: 700;
  }
  .cardp{
    font-size: 15px;
    line-height: 110%;
    font-weight: 300;
  }
