*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

body {
  font-family: "Century Gothic","Microsoft JhengHei", sans-serif;
  padding-top: 0;
  letter-spacing: 1px;
  background-color: white;
  cursor: none;
}

body.hidden {
  overflow: hidden;
}

.mobile body {
  cursor: auto;
}

#scroll_content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

input, select, textarea {
  font-family: "Century Gothic","Microsoft JhengHei", sans-serif;
}

select, input {
  outline: none;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

section {
  position: relative;
  margin: 0 auto;
  display: block;
}

a {
  cursor: none;
}

.mobile a {
  cursor: auto;
}

.clear {
  clear: both;
  display: block;
}

.inner_width {
  width: 90%;
  max-width: 1640px;
  display: block;
  margin: 0 auto;
}

nav#link {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: white;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 300;
}

nav#link.show {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

nav#link.style_1 {
  background-color: white;
}

nav#link.style_1 .box .link {
  color: #6A6A6A;
}

nav#link.style_2 {
  background-color: #CCCCCC;
}

nav#link.style_2 .box .link {
  color: #6A6A6A;
}

@media all and (min-width: 1025px) {
  nav#link.style_2 .box .link:hover {
    color: gray;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  }
}

nav#link.style_3 {
  background-color: #979797;
}

nav#link.style_3 .box .link {
  color: #666;
}

@media all and (min-width: 1025px) {
  nav#link.style_3 .box .link:hover {
    color: white;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  }
}

nav#link.style_4 {
  background-color: #333333;
}

nav#link.style_4 .box .link {
  color: #666;
}

nav#link.style_4 .box .link.active {
  color: white;
}

@media all and (min-width: 1025px) {
  nav#link.style_4 .box .link:hover {
    color: white;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  }
}

nav#link.style_5 {
  background-color: #000000;
}

nav#link.style_5 .box .link {
  color: #666;
}

nav#link.style_5 .box .link.active {
  color: white;
}

@media all and (min-width: 1025px) {
  nav#link.style_5 .box .link:hover {
    color: white;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  }
}

nav#link .box {
  position: absolute;
  left: 15vw;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 220px;
  -ms-flex-line-pack: center;
      align-content: center;
}

nav#link .box .link {
  position: relative;
  display: block;
  font-size: 16px;
  color: #6A6A6A;
  text-decoration: none;
  padding: 15px 0;
  line-height: 24px;
  letter-spacing: 0;
  width: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0);
}

nav#link .box .link.active {
  color: black;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.42);
}

@media all and (min-width: 1025px) {
  nav#link .box .link:hover {
    color: black;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.42);
  }
}

nav#link .imgs {
  position: absolute;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0;
  max-width: 1300px;
  width: 68%;
}

nav#link .imgs img {
  position: relative;
}

h1.head_title {
  font-size: 162px;
  font-weight: bold;
  position: absolute;
  bottom: 70px;
  left: 70px;
  z-index: 100;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

h1.head_title.white {
  color: white;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 180;
  width: 100%;
}

header.open {
  z-index: 1080;
}

header.open #head_logo {
  opacity: 0;
  visibility: hidden;
}

header.hide {
  z-index: 40;
}

header::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

header #menu_btn {
  position: absolute;
  right: 70px;
  width: 50px;
  height: 50px;
  top: 30px;
  z-index: 50;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

header #menu_btn span {
  position: relative;
  width: 21px;
  height: 2px;
  background-color: #606060;
  display: block;
  left: 14px;
  top: 15px;
  -webkit-transform: SCALE(1);
          transform: SCALE(1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

header #menu_btn span:nth-child(2) {
  margin-top: 8px;
}

header #menu_btn span:nth-child(3) {
  margin-top: 8px;
}

@media all and (min-width: 1025px) {
  header #menu_btn:hover span {
    -webkit-transform: SCALE(2);
            transform: SCALE(2);
  }
}

header.show #head_logo {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

header.show::after {
  visibility: visible;
  opacity: 1;
}

header.show.open::after {
  visibility: hidden;
  opacity: 0;
}

header #head_logo {
  position: relative;
  z-index: 50;
  height: 115px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  color: #231815;
  display: block;
  max-width: 500px;
}

header #head_logo img {
  position: absolute;
  left: 70px;
  width: 116px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header #head_logo div {
  position: absolute;
  width: 240px;
  left: 70px;
  margin-left: 142px;
  top: 40px;
  line-height: 20px;
}

header #head_logo div span {
  position: relative;
  display: block;
}

header #head_logo div .t1 {
  font-size: 13px;
}

header #head_logo div .t2 {
  font-size: 12px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.tip_box {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 100px;
  height: 100px;
  z-index: 10;
  display: none;
}

.tip_box .img {
  position: absolute;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  opacity: 1;
  left: 30px;
  top: 30px;
}

.tip_box .text {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 420px;
  height: 420px;
  background-color: #FFFF00;
  border-radius: 50%;
  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;
  padding: 80px;
  font-size: 16px;
  line-height: 30px;
  -webkit-transform: scale(0) translateX(-200px) translateY(-200px);
          transform: scale(0) translateX(-200px) translateY(-200px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.tip_box.show .img {
  opacity: 0;
}

.tip_box.show .text {
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
}

#voice {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 990;
  background-color: rgba(255, 255, 255, 0.98);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.voice_control {
  background-image: url(../images/mp3.svg);
  width: 130px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: 50% 0;
  position: fixed;
  z-index: 995;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.5s ease,background 0s;
  transition: all 0.5s ease,background 0s;
}

.voice_control.ed {
  -webkit-transition: none;
  transition: none;
}

.voice_control.small {
  height: 30px;
  background-size: 0;
  width: 30px;
}

.voice_control.small .word {
  opacity: 0;
}

.voice_control.small .icon {
  opacity: 1;
  width: 30px;
  height: 30px;
  background-size: 35px;
  background-position: -1px 8px;
  -webkit-transition: all 0.5s ease,opacity 0s;
  transition: all 0.5s ease,opacity 0s;
  left: 0;
}

.voice_control.small .on {
  background-position: -5px -82px;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.voice_control.small .off {
  background-position: 0 -77px;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.voice_control.done {
  z-index: 185;
}

.voice_control.done .icon {
  opacity: 0;
}

.voice_control.done .on {
  background-position: -5px -82px;
  width: 30px;
  height: 30px;
}

.voice_control.done .on.active {
  opacity: 1;
  pointer-events: none;
}

.voice_control.done .off {
  background-position: -38px -82px;
  width: 30px;
  height: 30px;
}

.voice_control.done .off.active {
  opacity: 1;
  pointer-events: none;
}

.voice_control .icon {
  width: 50%;
  height: 47px;
  display: block;
  position: absolute;
  top: 0;
  left: 29px;
  background-image: url(../images/mp3.svg);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: -14px 0px;
  opacity: 0;
}

.voice_control .on {
  width: 50%;
  height: 35px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/mp3.svg);
  background-repeat: no-repeat;
  background-size: 75px;
  background-position: 0 -120px;
}

.voice_control .off {
  width: 50%;
  height: 35px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../images/mp3.svg);
  background-repeat: no-repeat;
  background-size: 75px;
  background-position: 0 -120px;
}

.voice_control .word {
  position: absolute;
  width: 160px;
  top: -32px;
  font-weight: bold;
  left: 50%;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
  text-align: center;
  word-break: keep-all;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.main_type {
  position: absolute;
  bottom: 240px;
  z-index: 15;
  left: 70px;
}

.main_type .name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
  color: #656565;
  font-size: 22px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.main_type .name .num {
  position: relative;
  font-weight: 500;
  margin-right: 8px;
}

.main_type .name.active {
  color: black;
}

@media all and (min-width: 1025px) {
  .main_type .name:hover .title b {
    opacity: 0;
  }
  .main_type .name:hover .title b:last-child {
    opacity: 1;
  }
}

.main_type .title {
  position: relative;
}

.main_type .title b {
  position: relative;
  font-weight: 400;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.main_type .title b:last-child {
  position: absolute;
  left: 0;
  word-break: keep-all;
  opacity: 0;
}

/*loader*/
.lds-ring {
  display: inline-block;
  width: 62px;
  height: 62px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 50;
  margin-left: -31px;
  margin-top: -31px;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #666;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #666 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media only screen and (max-width: 1850px) {
  h1.head_title {
    font-size: 8.5vw;
  }
}

@media only screen and (max-width: 1500px) {
  header #head_logo img, header #head_logo div {
    left: 5vw;
  }
  header #menu_btn {
    right: 5vw;
  }
}

@media only screen and (max-width: 1300px) {
  h1.head_title {
    left: 3vw;
  }
  .main_type {
    left: 3vw;
  }
}

@media only screen and (max-height: 900px) and (min-width: 1024px) {
  h1.head_title {
    font-size: 100px;
    bottom: 35px;
    left: 70px;
  }
}

@media only screen and (max-height: 800px) and (min-width: 1024px) {
  header #head_logo img, header #head_logo div {
    left: 40px;
  }
  header #menu_btn {
    right: 40px;
  }
}

@media all and (max-width: 1024px) {
  nav#link .box {
    left: 10vw;
  }
  header #menu_btn {
    top: 33px;
  }
  h1.head_title {
    bottom: auto;
    left: 5%;
    top: 150px;
    font-size: 100px;
  }
  header::after {
    background-color: white;
  }
}

@media all and (max-width: 700px) {
  header #head_logo {
    height: 64px;
  }
  header #head_logo div {
    display: none;
  }
  header #menu_btn {
    top: 7px;
  }
  header #head_logo::after {
    background-color: white;
  }
  header #head_logo img {
    width: 75px;
  }
  .inner_width {
    width: calc(100% - 100px);
  }
  nav#link .box {
    left: 0;
    height: auto;
    width: 100%;
    text-align: center;
    margin-top: 73px;
    position: relative;
  }
  nav#link .box .link.active, nav#link.style_1 .box .link.active,
  nav#link.style_2 .box .link.active, nav#link.style_3 .box .link.active,
  nav#link.style_4 .box .link.active, nav#link.style_5 .box .link.active {
    color: #6A6A6A;
    text-shadow: none;
    background-color: #F0F0F0;
  }
  nav#link .imgs {
    right: 0;
    height: auto;
    text-align: center;
    width: 100%;
    margin-top: 0;
    padding-bottom: 70px;
    overflow: hidden;
  }
  nav#link .imgs img {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  nav#link {
    height: 100vh;
  }
  nav#link.show {
    overflow-y: scroll;
    z-index: 1000;
  }
  header.open #menu_btn {
    top: 10px;
  }
  h1.head_title {
    bottom: auto;
    left: 5%;
    top: 60px;
    font-size: 57px;
  }
  .tip_box {
    display: none !important;
    pointer-events: none;
  }
}

.mobile .cursor .cursor__inner--dot {
  display: none;
}

.mobile .cursor .cursor__inner--circle {
  display: none;
}

.cursor {
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1950;
}

.cursor__inner {
  z-index: 9999;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  /* the fallback for IE 10, 11 and Edge. */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cursor__inner:after {
    content: '';
    background: rgba(0, 0, 214, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

.cursor__inner--dot {
  width: 8px;
  height: 8px;
  background: #00C78B;
  z-index: 3;
}

.cursor__inner--dot.plus::after {
  -webkit-transform: translate(-50%, -50%) scale(4);
          transform: translate(-50%, -50%) scale(4);
  background: rgba(255, 255, 255, 0.36);
}

.cursor__inner--dot.big::after {
  -webkit-transform: translate(-50%, -50%) scale(6);
          transform: translate(-50%, -50%) scale(6);
  background: rgba(255, 255, 255, 0.36);
}

.cursor__inner--dot.open_big::after {
  width: 1000px;
  height: 1000px;
  -webkit-transform: translate(-50%, -50%) scale(5);
          transform: translate(-50%, -50%) scale(5);
  background: white;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.cursor__inner--dot.close_big::after {
  opacity: 0;
}

.cursor__inner--dot:after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: transparent;
  position: absolute;
  border: 1px solid transparent;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cursor__inner--circle {
  width: 16px;
  height: 16px;
  z-index: 2;
}

.cursor__inner--circle.black {
  background: yellow;
  width: 50px;
  height: 50px;
}

.cursor__inner--circle.open_big {
  background: #00C78B;
  z-index: 5;
}

@media only screen and (max-height: 500px) and (max-width: 1024px) {
  header #head_logo div {
    display: none;
  }
  header #menu_btn {
    top: 33px;
  }
  header #head_logo::after {
    background-color: white;
  }
  h1.head_title {
    position: absolute;
    width: 80%;
    top: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  #scroll_content {
    height: auto;
    overflow: auto;
  }
}
/*# sourceMappingURL=style.css.map */