* {
  margin: 0;
  padding: 0;
  outline: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 10px;
  scroll-behavior: smooth;
  /*  overflow: hidden;*/
}

/*
h1, h2, h3 {font-weight:normal;margin:0 0 15px 0;}
h4{ font-weight:bold;}*/
ol,
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  word-break: break-all;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

a {
  color: inherit;
}

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.otf) format("opentype");
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

.o0 {
  opacity: 0;
}

.o1 {
  opacity: 1;
}

.dn {
  display: none;
}

.db {
  display: block;
}

.wrap {
  display: none;
  line-height: 0;
}

main {
  font-family: 'Noto Sans TC';
  width: 100%;
  max-width: 640px;
  margin: auto;
  line-height: 1.5;
  text-align: center;
}

main header {
  margin: 58px 0;
}

@media screen and (max-width: 640px) {
  main header {
    margin: 9.0625vw 0;
  }
}

main header .title {
  font-size: 34px;
  margin: 20px 0;
}

@media screen and (max-width: 640px) {
  main header .title {
    font-size: 5.3125vw;
    margin: 3.125vw 0;
  }
}

main header p {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  main header p {
    font-size: 2.5vw;
  }
}

main section {
  text-align: left;
}

main section img {
  width: 100%;
}

main section .model {
  font-size: 16px;
  padding: 15px 30px 40px;
  color: #575757;
}

@media screen and (max-width: 640px) {
  main section .model {
    font-size: 2.5vw;
    padding: 2.34375vw 4.6875vw 6.25vw;
  }
}

main section p {
  padding: 0 30px;
  font-size: 16px;
  margin: 30px 0;
  line-height: 2;
}

@media screen and (max-width: 640px) {
  main section p {
    padding: 0 4.6875vw;
  }
}

@media screen and (max-width: 640px) {
  main section p {
    margin: 4.6875vw 0;
    font-size: 2.5vw;
  }
}
/*# sourceMappingURL=app.css.map */