
@font-face{
  font-family:'Zenith-Regular', 'the-future-regular', 'Pretendard-Regular';
  src:url('https://purito.com/www/wp-content/themes/purito/fonts/Zenith/Zenith-Regular.woff') format('woff');
  src:url('https://purito.com/www/wp-content/themes/purito/fonts/TheFuture/the-future-regular.woff') format('woff');
  src:url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-style: normal;
}

body{
  font-family:'Zenith-Regular','the-future-regular','Pretendard-Regular';
  font-size: 10px;
  font-weight: 500;
  color:#222; 
}

.wrap{
  width: 98%;
  max-width: 95%;
  margin: 0 auto;
  background-color: #ebeae5;
  border-radius: 15px;
}

.title_box{
  text-align: center;
  /* margin: 100px 0 100px 0; */
}

h1{
  font-family: 'Zenith', 'Pretendard-Regular';
  font-size: 5rem;
  line-height: 1.1;
  font-weight: normal;
  /* margin-top: 100px; */
  padding: 100px 30px 0 30px;
  word-break: keep-all;
  color: #133e35;
}

.sub_txt{
  font-family: 'TheFuture-regular', 'Pretendard-Regular';
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 0 30px 0 30px;
}


.report_thumb_wrap{
  margin: 0 auto;
 /* width: 40%; 보고서 개수에 따라 %사이즈 조정 */
  max-width: 900px;
  text-align: center;
  margin-top: 100px;
}

.thumb_box{
  display: inline-block;
  margin: 0 auto;
  padding: 30px 50px;
  background-color: #f5f5f2;
  border-radius: 15px;
  text-align: center;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thumb_01,
.thumb_02,
.thumb_03{ /* 보고서 개수에 따라 추가(오른쪽 마진) */
  padding: 0 10px 0 10px;
  flex-grow: 1;
}

.thumb_04{
  flex-grow: 1;
  padding-left: 10px;
}

.thumb_title{
  font-family: 'TheFuture-regular','Pretendard-Regular';
  font-size: 0.8rem;
  font-weight: bold;
  height: 75px;
}


.thumb_01>a>img,
.thumb_02>a>img,
.thumb_03>a>img,
.thumb_04>a>img{
  width: 100%;
  margin-top: 10px;
}

/* .thumb_01>a>img,
.thumb_02>a>img,
.thumb_03>a>img,
.thumb_04>a>img{
  width: 100%;
} */


.total_report_wrap{
  margin: 0 auto;
  width: 85%;
  text-align: center;
  margin-bottom: 150px;
}


h2{
  font-family: 'TheFuture-regular', 'Pretendard-Regular';
  font-size: 1.7rem;
  font-weight: 600;
  margin-top: 100px;
  margin-bottom: 50px;
}

#report02{
  margin-top: 150px;
}


.report_img_set{
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
}

.report_img{
/*   float: left; */
  padding: 15px;
}


.report_img>img{
  width:100% ;
}


.last_report{
  padding-bottom: 100px;
}



@media screen and (max-width: 1400px){

  @font-face{
    font-family:'Zenith-Regular', 'the-future-regular', 'Pretendard-Regular';
    src:url('https://purito.com/www/wp-content/themes/purito/fonts/Zenith/Zenith-Regular.woff') format('woff');
    src:url('https://purito.com/www/wp-content/themes/purito/fonts/TheFuture/the-future-regular.woff') format('woff');
    src:url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-style: normal;
  }

  h1{
    font-family: 'Zenith', 'Pretendard-Regular';
    font-size: 2.4rem;
  }

  h2{
    font-family: 'TheFuture-regular', 'Pretendard-Regular';
    font-size: 1.2rem;
  }

  .sub_txt{
    font-family: 'TheFuture-regular', 'Pretendard-Regular';
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .thumb_title{
    font-family: 'TheFuture-regular', 'Pretendard-Regular';
    font-size: 0.7rem;
  }

}


@media screen and (max-width: 600px){

  @font-face{
    font-family:'Zenith-Regular', 'the-future-regular', 'Pretendard-Regular';
    src:url('https://purito.com/www/wp-content/themes/purito/fonts/Zenith/Zenith-Regular.woff') format('woff');
    src:url('https://purito.com/www/wp-content/themes/purito/fonts/TheFuture/the-future-regular.woff') format('woff');
    src:url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-style: normal;
  }


  body{
    font-family:'Zenith-Regular','the-future-regular','Pretendard-Regular';
    font-size: 10px;
    font-weight: 500;
    color:#222; 
  }

  .thumb_box{
    margin: 0 auto;
    padding: 30px 50px;
    background-color: #f5f5f2;
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .thumb_01,
  .thumb_02,
  .thumb_03,
  .thumb_04{ /* 보고서 개수에 따라 추가(오른쪽 마진) */
    flex-grow: 1;
  }

  .thumb_title{
    height: 35px;
  }
  .thumb_titl>p{
    padding: 5px;
  }
}








