/* common */
.about .title-area {text-align: center;}
.about.sub .title-area .title {font-size: 50px; font-weight: 700; color: #494e66; text-transform: uppercase; margin-bottom: 35px;}
.about.sub .title-area .title::before {content: ''; display: block; width: 29px; height: 30px; background: url("../img/title_obj_sub.png") no-repeat center; margin: 0 auto;}
.about .title-area .desc {font-size: 18px; font-weight: 300; color: #494e66; line-height: 2;}
.about .title-area .desc strong {font-weight: 700; font-size: 24px; line-height: 1.5;}

/* about */
.about {overflow: hidden;}
.about .inner {padding: 90px 0 100px;}
.about .list-title {font-size: 30px; font-weight: 700; color: #494e66;}
.about .list-title::before {content: ''; display: inline-block; width: 5px; height: 29px; background: #4a65f6; margin-right: 13px; vertical-align: -2px;}

/* overview */
.about .group-overview {margin-bottom: 70px;}
.about .group-overview::after {content: ''; display: block; clear: both;}
.about .group-overview > div {width: calc((100% - 40px) / 2);}
.about .group-overview .overview-thumb {float: left;}
.about .group-overview .overview-info {float: right; border-top: 2px solid #494e66;}
.about .overview-info .box {border-bottom: 1px solid #e4e4e4;}
.about .overview-info .title {float: left; width: 157px; font-size: 16px; font-weight: 500; color: #494e66; background: #f7f7f7; padding: 18px 0; text-align: center;}
.about .overview-info .desc {overflow: hidden; font-size: 16px; font-weight: 300; color: #494e66; background: #fff; padding: 18px 0 18px  50px;}

/* licence */
.about .group-licence {margin-bottom: 150px;}
.about .licence-list {margin-top: 40px;}
.about .licence-list::after {content: ''; display: block; clear: both;}
.about .licence-item {float: left; width: calc((100% - 160px) / 5); margin-right: 40px;}
.about .licence-item:nth-child(5n) {margin-right: 0;}
.about .licence-item:nth-child(n+6) {margin-top: 60px;}
.about .licence-thumb {display: block; border: 1px solid #ddd; background: #fff; margin-bottom: 30px; overflow: hidden;}
.about .licence-list .title {position: relative; font-size: 16px; font-weight: 300; line-height: 1.5; color: #494e66; padding-left: 15px;}
.about .licence-list .title::before {content: ''; position: absolute; left: 0; top: 11px; width: 3px; height: 3px; background: #333;}

/* work */
.about .work-list {margin-top: 25px; border-top: 2px solid #494e66; border-bottom: 1px solid #ddd; padding: 32px 0; background: #fff;}
.about .work-list::after {content: ''; display: block; clear: both;}
.about .work-item {font-size: 16px; font-weight: 300; color: #494e66; float: left; width: 50%;}
.about .work-item:nth-child(n+3) {margin-top: 12px;}
.about .work-item::before {content: ''; display: inline-block; width: 3px; height: 3px; background: #333; vertical-align: 5px; margin-right: 13px;}
