/* BASIC css start */
.bg {
  /* The image used */
  background-image: url("https://wolp.cdn.smart-img.com/design/site/basics/bg/bg_05.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* 배경 */
#content { width: 100%; background-color: rgba(0, 0, 0, 0.7); }
#wrap { background-size: cover; background-repeat: no-repeat; background-position: top center; }
.title_text h2 { color: #fff !important; }

.about {
    width: 820px;
    margin: 100px auto;
    color: #fff;
    padding: 80px;
    overflow: hidden;
}
.about li:first-child {
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.about li {
    text-align: center;
}
.about li img {
    width: 820px;
}
.about p {
    line-height: 20px;
}
/* BASIC css end */

