#content{
  
  font-family: 'Noto Sans KR', sans-serif;
}
/* 프로젝트 */
ul.poject{
  text-align: center;
  height: 550px;
  background-color: #f1f1f1;
}
ul.poject h2{
  text-align: center;
  margin-top: 90px;
  font-weight: 600;
  font-size: 35px;
  padding: 30px;
  letter-spacing: 5px;
  /*! text-decoration: underline; */
}
ul.poject li{
  display: inline-block;
  margin: 20px;
  font-weight: bold;
  line-height: 2;
  font-size: 18px;
}
ul.poject li:before{
  content: "";
  display: block;
  width: 325px;
  height: 325px;
  border-radius: 50%;
  margin-bottom: 20px;
}

ul.poject li:nth-child(2):before{

  background-image: url(../img/ui.jpg);
  
  background-position-x: -40px;
  background-position-y: -45px;
  background-size: 128%;
}
ul.poject li:nth-child(3):before{
  
  background-image: url(../img/ani.jpg);
  background-position-x: -45px;
  background-size: contain;
}
ul.poject li:nth-child(4):before{
  
  background-image: url(../img/per.jpg);
  background-position-y: -27px;
  background-position-x: -30px;
  background-size: contain;
}
ul.poject li p{
  font-weight: 300;
  font-size: 13px;
}

div h2{
  
  text-align: center;
}
#content .concept{
  
  height: 550px;
  width: 1200px;
  margin: 0 auto;
}
#content .concept h2{
  text-align: center;
  margin-top: 30px;
  font-weight: 600;
  font-size: 35px;
  padding: 30px;
  letter-spacing: 5px;
}
#content .concept img{
  
  width: 300px;
  height: 300px;
  border-radius: 50%;
  padding: 20px;
  float: left;
}
#content .concept p{
  
  float: left;
  width: 55%;
  padding: 20px;
  line-height: 2;
  margin-top: 100px;
  box-sizing: border-box;
  font-size: 15px;
  text-indent: 10px;
  /*! text-decoration: underline; */
}

/* 와이어프레임 */
div img{
  
  width: 80%;
  /*! text-align: center; */
  /*! margin-left: 200px; */
  /*! background-size: contain; */
}
#content div:nth-of-type(2){
  
  position: relative;
}
#content div:nth-of-type(2) h2{
  font-size: 60px;
  font-weight: bold;
  clear: both;
}
#content div:nth-of-type(2) p{
  text-align: left;
  position: absolute;
  top: 150px;
  right: 55px;
  background-color: #fff;
  line-height: 1.7;
  font-size: 15px;
}


