/*   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   */
/*
::selection
{
    background:transparent ;
}

::-moz-selection
{
    background:transparent ;
}
*/
.clearfix:after, .news ul li:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0px;
}

.marginfix {
  border-top: solid 2px transparent;
  top: -2px;
  margin-bottom: -2px;
}

.gpu, .works .con-detail {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/*   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   */
@font-face {
  font-family: DINWeb-Bold;
  src: url("./../font/DINWeb-Bold.eot");
}

@font-face {
  font-family: DINWeb-Bold;
  src: url("./../font/DINWeb-Bold.woff") format("woff");
}

.font-DIN, h2, .contact .btn-send, footer .copyright {
  font-family: DINWeb-Bold, sans-serif;
}

h2 {
  letter-spacing: 4px;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
}

a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #666;
}

/*   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   */
body {
  min-width: 1018px;
}

div#root {
  width: 100%;
  height: 100%;
  z-index: 0;
  font-size: 15px;
}

.none-scroll::-webkit-scrollbar {
  display: none;
}

/*   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   */
.top {
  width: 100%;
  height: 100%;
  background: #333;
  cursor:pointer;
}
.top h1 {
  position: absolute;
  width: 474px;
  height: 154px;
  left: 50%;
  top: 50%;
  margin-left: -237px;
  margin-top: -77px;
}
.top .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   */
.works {
  background: #F8F8F8;
  padding: 100px 0;
}
.works .con-thumbs {
  width: 978px;
  margin: 0 auto;
  overflow: hidden;
}
.works .con-detail {
  visibility: hidden;
  background: #FFF;
  z-index: 10;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.works .con-detail .pos {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.works .con-detail .btn-close {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  right: 40px;
  top: 40px;
}
.works .con-detail .wrapper {
  overflow: scroll;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
}
.works .con-detail .wrapper .con-data {
  position: absolute;
  width: 642px;
  height: auto;
  left: 0px;
  top: 0px;
}
.works .con-detail .wrapper .con-data::selection {
  background: transparent;
}
.works .con-detail .wrapper .con-data::-moz-selection {
  background: transparent;
}
.works .con-detail .wrapper .con-data .img {
  width: 642px;
  height: 400px;
  background: #EEE;
}
.works .con-detail .wrapper .con-data .img img::selection {
  background: transparent;
}
.works .con-detail .wrapper .con-data .img img::-moz-selection {
  background: transparent;
}
.works .con-detail .wrapper .con-data .name {
  margin-top: 30px;
}

/*   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   */
.map {
  width: 100%;
  height: 600px;
}

/*   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   */
.company {
  background: #F8F8F8;
  padding: 100px 0;
}
.company dl {
  width: 536px;
  margin: 50px auto -30px;
}
.company dl dt {
  font-size: 14px;
  width: 85px;
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: right;
  float: left;
}
.company dl dd {
  font-size: 14px;
  margin-left: 115px;
  margin-bottom: 30px;
}

/*   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   */
.contact {
  background: #EEE;
  padding: 100px 0;
}
.contact .form {
  margin: 45px auto 0;
  width: 642px;
}
.contact .name,
.contact .e-mail {
  margin-bottom: 20px;
  width: 642px;
  height: 60px;
  background: #FFF;
}
.contact .name p,
.contact .e-mail p {
  color: #777;
  left: 20px;
  top: 20px;
}
.contact .name p::selection,
.contact .e-mail p::selection {
  background: transparent;
}
.contact .name p::-moz-selection,
.contact .e-mail p::-moz-selection {
  background: transparent;
}
.contact .name::selection,
.contact .e-mail::selection {
  background: transparent;
}
.contact .name::-moz-selection,
.contact .e-mail::-moz-selection {
  background: transparent;
}
.contact .message {
  margin-bottom: 20px;
  width: 642px;
  height: 160px;
  background: #FFF;
}
.contact .message::selection {
  background: transparent;
}
.contact .message::-moz-selection {
  background: transparent;
}
.contact .message p {
  color: #777;
  left: 20px;
  top: 20px;
}
.contact .message p::selection {
  background: transparent;
}
.contact .message p::-moz-selection {
  background: transparent;
}
.contact .btn-send {
  margin: 0 auto;
  width: 642px;
  height: 60px;
  display: block;
  background: #777;
}
.contact .btn-send::selection {
  background: transparent;
}
.contact .btn-send::-moz-selection {
  background: transparent;
}
.contact .btn-send .send {
  text-decoration: none;
  display: block;
  position: absolute;
  color: #FFF;
  width: 100%;
  height: 20px;
  padding: 20px 0;
  left: 0px;
  top: 0px;
  font-size: 26px;
  letter-spacing: 2px;
  text-align: center;
  background: #777;
}
.contact .btn-send .send::selection {
  background: transparent;
}
.contact .btn-send .send::-moz-selection {
  background: transparent;
}
.contact .btn-send .send:hover {
  background: #999;
}
.contact .btn-send .alert {
  white-space: pre;
  position: absolute;
  width: 100%;
  height: 20px;
  padding: 20px 0;
  left: 0px;
  top: 0px;
  color: #FFF;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  background: #FF4D4D;
  visibility: hidden;
  opacity: 0;
}
.contact .btn-send .alert::selection {
  background: transparent;
}
.contact .btn-send .alert::-moz-selection {
  background: transparent;
}
.contact input {
  position: absolute;
  left: 0px;
  top: 0px;
  background: transparent;
  width: 482px;
  height: 20px;
  padding: 20px 0;
  resize: none;
  font-size: 14px;
  vertical-align: middle;
  color: #000;
  border: none;
  padding-left: 140px;
  padding-right: 20px;
  margin: 0px;
}
.contact input:focus {
  outline: none;
}
.contact textarea {
  position: absolute;
  left: 0px;
  top: 0px;
  background: transparent;
  width: 602px;
  height: 70px;
  resize: none;
  font-size: 14px;
  line-height: 26px;
  color: #000;
  border: none;
  padding: 0px 20px 20px 20px;
  top: 50px;
  margin: 0px;
}
.contact textarea:focus {
  outline: none;
}

/*   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   */
.news {
  background: #F8F8F8;
  padding: 100px 0;
}
.news ul {
  width: 978px;
  margin: 50px auto -10px;
}
.news ul li {
  background: #EEE;
  width: 100%;
  margin-bottom: 10px;
}
.news ul li .date {
  float: left;
  margin: 20px 0 18px;
  margin-left: 25px;
  width: 95px;
  color: #666;
}
.news ul li .topic {
  float: left;
  margin: 20px 0 18px;
}

/*   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   */
footer {
  padding: 100px 0;
  background: #F8F8F8;
}
footer .fb {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: #777;
}
footer .fb:hover {
  background: #3b5998;
}
footer .copyright {
  text-align: center;
  font-size: 30px;
  margin: 45px auto 0;
}
