/* media query */
#contents .mainimg {
  background-image: url(../images/mainimg.jpg);
}

#contents .topCopyArea {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  margin-top: 200px;
}

@media all and (max-width: 1400px) {
  #contents .topCopyArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .topCopyArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 1100px) {
  #contents .topCopyArea {
    margin-top: 100px;
  }
}

#contents .topCopyArea > section {
  text-align: center;
}

#contents .topCopyArea > section > h3 {
  font-family: vinyl, sans-serif;
  font-weight: 400;
  font-size: 10em;
  line-height: 130%;
  color: #7dfac9;
  letter-spacing: 20px;
  margin-bottom: 150px;
}

@media screen and (max-width: 1100px) {
  #contents .topCopyArea > section > h3 {
    font-family: vinyl, sans-serif;
    font-weight: 400;
    font-size: 6em;
    letter-spacing: 10px;
  }
}

@media screen and (max-width: 960px) {
  #contents .topCopyArea > section > h3 {
    font-family: vinyl, sans-serif;
    font-weight: 400;
    font-size: 5em;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .topCopyArea > section > h3 {
    font-family: vinyl, sans-serif;
    font-weight: 400;
    font-size: 3em;
    letter-spacing: 5px;
    margin-bottom: 80px;
  }
}

#contents .topCopyArea > section > p {
  margin-bottom: 150px;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .topCopyArea > section > p {
    margin-bottom: 80px;
    text-align: left;
  }
}

#contents .topCopyArea > p {
  position: absolute;
  z-index: -1;
}

#contents .topCopyArea > p img {
  border-radius: 50%;
  -webkit-animation: vertical 2s ease-in-out infinite alternate;
          animation: vertical 2s ease-in-out infinite alternate;
  opacity: 0.4;
}

#contents .topCopyArea > p:nth-of-type(1) {
  width: 15.8%;
  top: 80px;
  left: 150px;
  -webkit-animation: animation1 1s ease-in-out infinite alternate;
          animation: animation1 1s ease-in-out infinite alternate;
}

@media screen and (max-width: 1100px) {
  #contents .topCopyArea > p:nth-of-type(1) {
    width: 28%;
    left: 0;
    top: 30px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .topCopyArea > p:nth-of-type(1) {
    width: 50%;
  }
}

#contents .topCopyArea > p:nth-of-type(2) {
  width: 11.6%;
  top: 280px;
  left: 360px;
  -webkit-animation: animation2 1.3s ease-in-out infinite alternate;
          animation: animation2 1.3s ease-in-out infinite alternate;
}

@media screen and (max-width: 1100px) {
  #contents .topCopyArea > p:nth-of-type(2) {
    left: 20%;
    top: 350px;
    width: 18%;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .topCopyArea > p:nth-of-type(2) {
    width: 27%;
    top: 270px;
  }
}

#contents .topCopyArea > p:nth-of-type(2) img {
  -webkit-animation: vertical 1.7s ease-in-out infinite alternate;
          animation: vertical 1.7s ease-in-out infinite alternate;
}

#contents .topCopyArea > p:nth-of-type(3) {
  width: 29%;
  top: 190px;
  right: 100px;
  -webkit-animation: animation1 1.5s ease-in-out infinite alternate;
          animation: animation1 1.5s ease-in-out infinite alternate;
}

@media screen and (max-width: 1100px) {
  #contents .topCopyArea > p:nth-of-type(3) {
    right: 0;
    top: auto;
    bottom: 20px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .topCopyArea > p:nth-of-type(3) {
    width: 40%;
    bottom: 0;
  }
}

#contents .subCopyArea {
  height: 500px;
  background: url(../images/bg_copy.jpg) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 240px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  #contents .subCopyArea {
    height: 400px;
    margin-bottom: 130px;
  }
}

@media screen and (max-width: 740px) {
  #contents .subCopyArea {
    height: 300px;
  }
}

#contents .subCopyArea > p {
  text-align: center;
  padding: 0 25px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .subCopyArea > p {
    text-align: left;
  }
}

#contents .subCopyArea > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contents .subCopyArea > div > ul {
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

@media all and (max-width: 1400px) {
  #contents .subCopyArea > div > ul {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .subCopyArea > div > ul {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

#contents .subCopyArea > div > ul li {
  position: absolute;
}

#contents .subCopyArea > div > ul li:nth-child(1) {
  width: 18%;
  top: -30px;
  right: 0;
  -webkit-animation: animation1 1.5s ease-in-out infinite alternate;
          animation: animation1 1.5s ease-in-out infinite alternate;
}

@media screen and (max-width: 960px) {
  #contents .subCopyArea > div > ul li:nth-child(1) {
    width: 22%;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .subCopyArea > div > ul li:nth-child(1) {
    width: 27%;
    top: -15px;
  }
}

#contents .subCopyArea > div > ul li:nth-child(2) {
  width: 25%;
  left: 0;
  bottom: -130px;
  -webkit-animation: animation2 1.8s ease-in-out infinite alternate;
          animation: animation2 1.8s ease-in-out infinite alternate;
}

@media screen and (max-width: 960px) {
  #contents .subCopyArea > div > ul li:nth-child(2) {
    width: 30%;
    bottom: -100px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .subCopyArea > div > ul li:nth-child(2) {
    width: 40%;
    bottom: -70px;
  }
}

#contents .subCopyArea > div > ul li img {
  border-radius: 50%;
  -webkit-animation: vertical 1.4s ease-in-out infinite alternate;
          animation: vertical 1.4s ease-in-out infinite alternate;
}

@-webkit-keyframes animation1 {
  0% {
    -webkit-transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}

@keyframes animation1 {
  0% {
    -webkit-transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}

@-webkit-keyframes animation2 {
  0% {
    -webkit-transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}

@keyframes animation2 {
  0% {
    -webkit-transform: translateX(3px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}

@keyframes vertical {
  0% {
    -webkit-transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}

#contents .linkArea {
  max-width: 1360px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 150px;
}

@media all and (max-width: 1400px) {
  #contents .linkArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .linkArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 960px) {
  #contents .linkArea {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .linkArea {
    margin-bottom: 50px;
  }
}

#contents .linkArea > section {
  cursor: pointer;
  width: calc(50% - 10px);
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 400px;
  padding: 40px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 960px) {
  #contents .linkArea > section {
    height: 250px;
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .linkArea > section {
    width: 100%;
  }
}

#contents .linkArea > section:nth-child(2n) {
  margin-left: 20px;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .linkArea > section:nth-child(2n) {
    margin-left: 0;
  }
}

#contents .linkArea > section:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

#contents .linkArea > section > h4 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-size: 1.2em;
}

#contents .linkArea > section > h4::before {
  content: "";
  border-top: 1px solid #4e4a54;
  display: inline-block;
  width: 80px;
  line-height: 100%;
  vertical-align: middle;
  margin-right: 10px;
}

@media screen and (max-width: 960px) {
  #contents .linkArea > section > h4::before {
    width: 50px;
  }
}

#contents .linkArea > section > p {
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 1.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  #contents .linkArea > section > p {
    right: 20px;
    bottom: 20px;
  }
}

#contents .linkArea > section > p > span {
  width: 44px;
  height: 44px;
  padding: 13px;
  z-index: 1;
  display: block;
  line-height: 100%;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #4e4a54;
  margin-left: 15px;
}

@media screen and (max-width: 960px) {
  #contents .linkArea > section > p > span {
    width: 32px;
    height: 32px;
    padding: 8px;
  }
}

#contents .linkArea > section.linkPro {
  background-image: url(../images/photo_product.jpg);
}

#contents .linkArea > section.linkTec {
  background-image: url(../images/photo_technology.jpg);
}

#contents .linkArea > section.linkSer {
  background-image: url(../images/photo_service.jpg);
  color: #fff;
}

#contents .linkArea > section.linkSer > h4::before {
  border-top: 1px solid #fff;
}

#contents .linkArea > section.linkCom {
  background-image: url(../images/photo_company.jpg);
}
/*# sourceMappingURL=index.css.map */