@charset "UTF-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2024 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * */

body, html {
  margin: 0;
  padding: 0;
  font-family: "Inter", "Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  -webkit-overflow-scrolling: touch;
  word-wrap: break-word;
}

img {
  max-width: 100% !important;
  height: auto !important;
}

/* Header */
#header .wrap {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
#header .wrap .logo {
  width: 310px;
  height: 143px;
  margin: 0 auto;
}
#header .wrap .logo > * {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 62.5%;
  font-size: 0;
  background: url(../images/logo.png) no-repeat;
}
.main-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
.main-wrap .cont {
  width: 100%;
  text-align: center;
}
.main-wrap .cont .text {
  letter-spacing: 0.185em;
  margin-top: 20px;
}
.main-wrap .cont .text span {
  display: block;
  font-size: 1.85rem;
  letter-spacing: 0.075em;
}