@charset "utf-8";

/* 메인 서식 */
main{
  padding-top:150px;
  width:1000px;
  margin:0px auto;
}

/* 첫번째 레이아웃 서식 */
.sub_banner01{width:1000px;height:380px;}
.info_img{
  width:617px; height:254px;
  position:relative;
  margin:0px auto;
  padding-top:60px;
}
.info_img > p{
  position:absolute;
  top:50%; left:50%;
  transform:translate(-50%, 0);
  font-size:30px;
  font-weight:bold;
  background:#f4b700b0;
  border-radius:10px;
  padding:15px 30px;
}
.company_intro > p:first-child{
  font-size:30px;
  font-weight:bold;
  padding-bottom:50px;
}
.company_intro > p:last-child{
  line-height:30px;
  font-size:18px;
  padding-bottom:90px;
}
.point{color:#f00;font-weight:bold;}