@charset "utf-8";
/* CSS Document */
/* Copyright(C) 2016 onlinepowers kista Project */

.process, .notice { width: 100%; }

.process { background: url('../images/subM-bg.jpg') no-repeat; text-align: center; font-weight: bold; }
.process .process-tit { float: left; padding: 81px 17px; font-size: 20px; line-height: 30px; color: #fff;  }
.process a { float: left; margin: 18px 14px; padding-top: 100px; width: 142px; height: 185px; font-size: 15px; line-height: 35px; color: #1a1a1a;}
.process a span.num { display: block; }
.process a span {  font-size: 22px; color: #00aeff; font-weight: 800; }
.process a:hover span { color: #e67300; text-decoration: underline; }

.notice { margin: 20px 0 88px; padding: 35px 0 30px 167px; background: #fff url('../images/notice-ico.png') no-repeat 42px;; }
.notice .notice-tit { margin-bottom: 12px; font-size: 17px; color: #1a1a1a; }
.notice .noti-content { font-size: 14px;  }
.notice .noti-content dt { display: inline-block; width: 105px; padding-left: 12px; background: url('../images/dot.png') no-repeat center left; color: #4c4c4c; line-height: 24px; font-weight: bold;}
.notice .noti-content dd { display: inline-block;  width: 85%; color: #808080 }
.notice .noti-content .date { color: #00aeff; font-weight: bold; }