html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline; 
}
ol, ul {
    list-style: none; 
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block; 
}
audio, canvas, video {
    display: inline-block; 
}
audio:not([controls]) {
    display: none;
    height: 0; 
}
[hidden] {
    display: none; 
}
a:focus {
    outline: 0; 
}
a:active, a:hover {
    outline: 0; 
}
abbr[title] {
    border-bottom: 1px dotted; 
}
b, strong {
     font-weight: bold; 
}
dfn {
    font-style: italic; 
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; 
}
mark {
    background: #ff0;
    color: #000; 
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em; 
}
pre {
    white-space: pre-wrap; 
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019"; 
}
small {
    font-size: 80%; 
}
sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; 
}
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em; 
}
sub {
    bottom: -0.25em; 
}
svg:not(:root) {
    overflow: hidden; 
}
figure {
    margin: 0; 
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; 
}
legend {
    border: 0;
    padding: 0; 
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0; 
}
button, input {
    line-height: normal; 
}
button, select {
    text-transform: none; 
}
button, html input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer; 
}
input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; 
}
button[disabled], html input[disabled] {
    cursor: default; 
}
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; 
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; 
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; 
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0; 
}
textarea {
    overflow: auto;
    vertical-align: top; 
}
table {
    border-collapse: collapse;
    border-spacing: 0; 
}
.clearfix {
    zoom: 1; 
}
.clearfix:before {
    content: "";
    display: table; 
}
.clearfix:after {
    content: "";
    display: table;
    clear: both; 
}
html {
    font-family: sans-serif;
    line-height: 1;
    font-size: 1em;
}
a {
    text-decoration: none;
    color: black; 
}
a:hover {
    text-decoration: none;
    color: none; 
}
a:visited {
    text-decoration: none;
    border: 0;
    outline: none; 
}
a:active {
    text-decoration: none;
    border: 0; 
}
a:focus {
    outline: 0;
    outline-offset: 0;
    text-decoration: none; 
}
button:visited {
    text-decoration: none;
    border: 0; 
}
button:active {
    text-decoration: none;
    border: 0; 
}
button:focus {
    outline: none; 
}
input {
    border: 0; 
}
input:focus {
    outline: none; 
}
*:focus {
    outline: none; 
}
body {
    font-family: 'Noto Sans TC', sans-serif;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
}
.loading {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%; max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 1);
}
/* mainBody */
.mainBody {
    width: 100%; max-width: 100%; 
    overflow: hidden;
}
/* header */
.header {
    height: 4.6875em;
}
.m-menu {
    position: absolute;
    top: 0; right: 0; left: 0;
    height: 12.5625em; 
    background-color: rgba(255, 255, 255, .9);
    z-index: 99;
    display: none;
}
.m-menu .container:last-child {
    max-width: 20.5em;
}
.m-menu .container:last-child a {
    margin-bottom: 1.9375em;
}
.m-menu .container:last-child a:last-child {
    margin-bottom: 0;
}
@media (min-width: 62em) {
    .header {
        height: 6.25em;;
    }
}
/* banner */
.banner {
    background-image: url(../images/banner1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 18.75em; width: 100%;
}
.banner .title {
    top: -3.25em; left: 50%; right: 50%; 
    -webkit-transform: translateX(-40%);
    -khtml-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    -o-transform: translateX(-40%);
    transform: translateX(-40%);
}
.scaleCha {
    animation: scaleCha 2s step-start infinite;
}
@media (min-width: 25.875em) {
    .banner .title {
        -webkit-transform: translateX(calc(-50% + 3.625em));
        -khtml-transform: translateX(calc(-50% + 3.625em));
        -moz-transform: translateX(calc(-50% + 3.625em));
        -ms-transform: translateX(calc(-50% + 3.625em));
        -o-transform: translateX(calc(-50% + 3.625em));
        transform: translateX(calc(-50% + 3.625em));
    }
}
@media (min-width: 62em) {
    .banner {
        height: 25em;
    }
    .banner .title {
        top: -2.1875em; left: -2.8125em;
        -webkit-transform: translateX(0);
        -khtml-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
/* video */
.video {
    background-image: url(../images/bg1.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 1.4375em; padding-bottom: 0.5em;
}
.video .ttl {
    background-image: url(../images/ttl1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 2.25em;
    margin-bottom: 1em;
}
.video .column {
    margin-bottom: 1.125em; 
}
.video .film {
    margin-bottom: 0.625em;
    height: 2em;
}
.video .column iframe {
    width: 100%; height: calc(100% - 0.625em);
    position: absolute;
    top: 0; right: 50%; left: 50%; 
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0.75em 0.6875em 2.5em 0.6875em; 
}
@media (min-width: 31.25em) {
    .video .column iframe {
        width: calc(100% - 0.625em); height: calc(100% - 2.0625em);
    }
}
@media (min-width: 48em) {
    .video {
        padding-top: 4.375em; padding-bottom: 0;
    }
    .video .ttl {
        background-position: left center;
        background-size: contain;
        height: 3em;
        margin-bottom: 3.0625em;
    }
    .video .column {
        margin-bottom: 2.75em;
    }
    .video .film {
        margin-bottom: 0.8125em;
        height: 3em;
    }
    .video .column iframe {
        height: calc(100% - 4.0625em);
    }
}
@media (min-width: 62em) {
    .video .column {
        margin-bottom: 5.0625em;
    }
    .video .column iframe {
        height: calc(100% - 2.8125em);
        padding: 0.75em 0.6875em 1.875em 2.1875em; 
    }
}
/*  download */
.download {
    background-position: 0 0;
    padding-top: 1.5625em;
    padding-bottom: 1.5625em;
}
.download .ttl1 {
    background-image: url(../images/ttl2.png);
    margin-bottom: 0;
}
.dmdownload {
    background-image: url(../images/bgCenter.jpg);
    background-position: bottom center;
    background-size: cover;
    padding-top: 2.1875em;
    height: 37.125em;
    position: relative;
}
.dmdownload .container {
    padding-bottom: 2em;
    position: relative;
}
.dmdownload .row {
    background-color: #ccd900;
    padding: 0.5625em;
}
.dmdownload .row .column {
    padding: 0.3125em 0.3125em 0.9375em 0.3125em;
}
.dmdownload .row .column .frame {
    border: 0.0625em solid #fff;
}
.dmdownload .row .column .frame .pic {
    width: 100%; max-width: 100%; 
    background-color: #c5c9c5;
    height: 7.9375em;
    overflow: hidden;
}
.dmdownload .row .column .frame p {
    height: 3.9375em;
    font-weight: bold;
    color: #404040;
    background-color: #fff;
    padding-top: 0.8125em; 
    padding-bottom: 1.125em;
    padding-left: 0.8125em; padding-right: 0.8125em;
    text-align: justify;
    overflow: hidden;
}
.dmdownload .countFrame {
    background-image: url(../images/countbg.jpg);
    background-position: center center;
    height: 3.9375em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.dmdownload .countFrame span {
    font-size: 1.5625em;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
    margin-right: 0.2em;
    position: relative;
}
.dmdownload .countFrame span::before {
    display: inline-block;
    background-image: url(../images/countbg.png);
    background-repeat: no-repeat;
    background-size: 0.89em 1.4em;
    width: 0.89em; height: 1.4em;
    content: "";
    position: relative;
}
.dmdownload .countFrame p {
    display: inline;
    position: absolute;
    top: 0.15em; left: 0.15em;
}
.dmdownload .countFrame p::after {
    display: inline-block;
    width: 0.7em; height: 0.05em; 
    background-color: #545456;
    position: absolute;
    opacity: .5;
    content: "";
    position: absolute;
    top: 0.5em; left: 0;
}
@media (min-width: 48em) {
    .download {
        padding-top: 4.375em;
        padding-bottom: 4.375em;
    }
    .download .ttl1 {
        background-image: url(../images/ttl2.png);
        margin-bottom: 0;
    }
    .dmdownload {  
        padding-top: 3.5625em;
        height: 55.1875em;
    }
    .dmdownload .container {
        padding-bottom: 5.5625em;
    }
    .dmdownload .row {
        padding: 1.125em 0.1875em 1.0625em 0.1875em;
    }
    .dmdownload .row .column {
        padding-left: 0.875em; padding-right: 0.875em;
    }
    .dmdownload .row .column .frame .pic {
        height: 11.25em;
    }
    .dmdownload .row .column .frame p {
        padding-top: 0.9375em; padding-bottom: 1.625em;
        padding-left: 1.1875em;
    }
    .dmdownload .countFrame {
        height: 5.1875em;
    }
    .dmdownload .countFrame span {
        font-size: 2.1875em;
        margin-right: 0.2em;
    }
    .dmdownload .countFrame span::before {
        background-size: 0.82em 1.33em;
        width: 0.82em; height: 1.33em;
    }
    .dmdownload .countFrame p {
        top: 0.1em; left: 0.14em;
    }
    .dmdownload .countFrame p::after {
        width: 0.6em; height: 0.05em;
    }
    .dmdownload .glass {
         height: 7.5625em
    }
}
@media (min-width: 62em) {
    .dmdownload {  
        height: 37.875em;
    }
}
.footer {
    background-image: url(../images/bgFooter.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 5.75em;
}
@media (min-width: 48em) {
    .footer {
        height: 7.625em;
    }
}
/* container */
@media (min-width: 62em) {
    .container {
        max-width: 62.5em;
        padding-left: 0; padding-right: 0;
    }
}
@media (min-width: 75em) {
    .container {
        max-width: 62.5em;
        padding-left: 0; padding-right: 0;
    }
}
.trans {
    -webkit-transition: all .8s;
    -khtml-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.trans-4s {
    -webkit-transition: all .4s;
    -khtml-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
@keyframes scaleCha {
    0% {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    }
    50% {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    }
    100% {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    }
  }
.zindex-5 {
    z-index: 5;
}
.pt-175 {
    padding-top: 10.9375em;
}