/* 공통스타일 class */
body{
  font-family: 'Noto Sans KR', sans-serif;
}
.full{
  width: auto;
}
.wrap{
  width: 1440px;
  margin: 0 auto;
}
.hide{
  display: none; /* 안보이게 */
}
.rbox{
  width: 300px;
  height: 300px;
  background-color: #eee;
  border-radius: 20px;
  text-align: center;
}
.bgimg{
  background-repeat: no-repeat;
  background-size: 61%;
  background-position-x: 86%;
  background-position-y: 10%;
}
.padding50{
  padding-top: 50px;
  padding-bottom: 50px;
}
.flex{
  display: flex;
  justify-content: center;
}
.text-center{
  text-align: center;
}
.h1{
  font-size: 55px;
}
.h2{
  font-size: 45px;
}
.h3{
  font-size: 35px;
}
.h4{
  font-size: 25px;
}
.h5{
  font-size: 20px;
}
.p{
  font-size: 14px;
}
.block{
  display: block;
}











