@charset "utf-8";

/* clearfix */

.cf {
    zoom: 1;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

html,
body {
    height: 100%;
    width: 100%;
    background-color: #fafafa;
    font-family: 'Arial', 'Noto Sans TC', sans-serif;
}

header {
    position: relative;
}

header h1 {
    font-family: 'Arial Black', sans-serif;
    font-size: 1em;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 1em;
    border-left-color: #92b558;
    border-left-width: 0.25em;
    border-left-style: solid;
    padding-left: 0.5em;
    text-align: right;
}

header li {
    color: #ffffff;
    font-size: 0.5em;
    line-height: 1.2em;
}

header li:before {
    content: "✔";
    padding-right: 0.5em;
    color: #92b558;
}

header img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

header div {
    width: 45%;
    color: #ffffff;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
}

header ul {
    margin-bottom: 1em;
}

header a {
    display: none;
    width: 6em;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #92b558;
    margin: 0 auto;
    border-radius: 1.05em;
    height: 1.6em;
    line-height: 1.6em;
    border: 0.25em solid #92b558;
}

header a:hover {
    background-color: #749046;
    border: 0.25em solid #749046;
}

nav {
    background-color: white;
    border-bottom-color: #92b558;
    border-bottom-width: 0.25em;
    border-bottom-style: solid;
    height: auto;
    width: 100%;
}

nav h1 a{
    text-decoration: none;
    color: #107600;
}

nav div.brand {}

nav div.buttons {
    float: right;
}

nav div.links {
    margin-left: 1em;
    -webkit-transition: all 5s;
    transition: all 5s;
}

a.langButton {
    text-decoration: none;
    color: white;
    border: 0.125em solid #337ab7;
    background-color: #337ab7;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    border-radius: 0.5em;
    height: 4.2em;
    line-height: 4.2em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 0.5em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-align: center;
}

a.langButton:hover {
    border: 0.125em solid #286090;
    background-color: #286090;
}

a.menuButton {
    text-decoration: none;
    color: #337ab7;
    border: 0.125em solid #337ab7;
    background-color: white;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    border-radius: 0.5em;
    height: 4.2em;
    line-height: 4.2em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 0.5em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 0.5em;
    padding-right: 0.8em;
    text-align: center;
}

a.menuButton:hover {
    border: 0.125em solid #286090;
    color: #286090;
}

nav div.companyName {
    height: 4em;
    float: left;
}

nav h1 {
    display: inline-block;
    font-family: 'Arial Black', sans-serif;
    color: #107600;
    font-size: 1em;
    margin-left: 1em;
    height: 4.2em;
    line-height: 4.2em;
    text-transform: uppercase;
    float: left;
    font-weight: bold;
}

nav img {
    display: none;
    height: 100%;
}

nav div.links a {
    font-family: 'Arial Black', sans-serif;
    text-transform: uppercase;
    display: block;
    float: left;
    height: 0em;
    line-height: 3em;
    margin-right: 1.2em;
    text-decoration: none;
    color: rgba(0, 0, 0, 0);
    -webkit-transition: height 0.5s;
    transition: all 0.5s;
}

nav div.links.expand a {
    height: 3em;
    line-height: 3em;
    width: auto;
    color: black;
    -webkit-transition: height 0.5s;
    transition: all 0.5s;
}

nav div.links.expand a:hover {
    color: #92b558;
}

nav div.links.expand a.active {
    color: #92b558;
    font-size: bold;
    letter-spacing: 0.125em;
    background-color: #f4f7ee;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

nav.affix {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1030;
}

section {
    padding-top: 5em;
    padding-bottom: 5em;
    display: block;
}

section div.content,
section div.shortContent {
    width: 90%;
    margin: 0 5%;
}

section h2 {
    font-family: 'Arial Black', sans-serif;
    text-transform: uppercase;
    color: #111111;
    font-size: 1.8em;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    margin-bottom: 0.625em;
    text-align: center;
}

section h3 {
    font-family: 'Arial Black', sans-serif;
    color: #92b558;
    font-size: 1.2em;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    margin-bottom: 2em;
    text-align: center;
}

section h3:before {
    content: "[";
    padding-right: 0.5em;
    color: #92b558;
}

section h3:after {
    content: "]";
    padding-left: 0.5em;
    color: #92b558;
}

section h4 {
    color: #111111;
    font-size: 0.8em;
    letter-spacing: 0.125em;
    text-transform: uppercase;
    margin-bottom: 5em;
    text-align: center;
}

section p {
    color: #666666;
    font-size: 1.2em;
    line-height: 2em;
    margin-bottom: 1em;
}

section li {
    color: #666666;
    font-size: 1.2em;
    line-height: 2em;
}

section li:before {
    content: "✔";
    padding-right: 1em;
    color: #92b558;
}

section:nth-child(odd) {
    background: #f9f9f9;
}

.divider-header {
    background: #92b558;
    display: block;
    width: 10em;
    height: 0.25em;
    margin: 0 auto;
    margin-bottom: 2em;
}

table.bindingStrip {
    width: 100%;
    margin-bottom: 1em;
}

table.bindingStrip thead tr {
    border-bottom: 0.125em solid #92b558;
}

table.bindingStrip tbody tr {
    border-bottom: 0.0625em solid #bdd29a;
}

table.bindingStrip thead tr td {
    text-transform: uppercase;
    font-family: 'Arial Black', sans-serif;
    height: 2em;
    font-size: 1em;
    line-height: 2em;
    text-align: center;
    color: #92b558;
}

table.bindingStrip tbody tr td {
    height: 2em;
    font-size: 1em;
    line-height: 2em;
    text-align: center;
}

section p.hint {
    color: #92b558;
    font-size: 1em;
    line-height: 2em;
    text-align: right;
    margin-bottom: 1em;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 5em;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

table.bindingMachine {
    width: 100%;
    margin-bottom: 1em;
}

table.bindingMachine tbody tr {
    border-bottom: 0.0625em solid #bdd29a;
}

table.bindingMachine tbody tr td {
    height: 2em;
    width: 70%;
    font-size: 1em;
    line-height: 2em;
    text-align: left;
    padding-left: 1em;
}

table.bindingMachine tbody tr td.highLight {
    width: 30%;
    text-transform: uppercase;
    font-family: 'Arial Black', sans-serif;
    color: #92b558;
}

footer p {
    color: #92b558;
    height: 2em;
    letter-spacing: 0.125em;
    font-size: 0.8em;
    line-height: 2em;
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
}

a.mail,
a.website {
    color: #92b558;
    text-decoration: none;
}

.iframe-rwd {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.iframe-rwd iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section#contactUs p {
    margin-top: 3em;
}


/* slides show*/

.mySlides1,
.mySlides2,
.mySlides3 {
    display: none;
}


/* Slideshow container */

.slideshowContainer {
    max-width: 1000px;
    position: relative;
    margin: auto auto 1em auto;
    box-sizing: border-box;
}

.dotContainer {
    text-align: center;
    margin-bottom: 3em;
}


/* Next & previous buttons */

.slideshowContainer a.prev,
.slideshowContainer a.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 1em;
    margin-top: -1.5em;
    color: white;
    font-weight: bold;
    font-size: 1em;
    transition: 0.6s ease;
    border-radius: 0 0.125em 0.125em 0;
    text-decoration: none;
}


/* Position the "next button" to the right */

.slideshowContainer a.next {
    right: 0;
    border-radius: 0.125em 0 0 0.125em;
}


/* On hover, add a black background color with a little bit see-through */

.slideshowContainer a.prev:hover,
.slideshowContainer a.next:hover {
    background-color: rgba(0, 0, 0, 0.5);
}


/* Caption text */

.slideshowContainer .text {
    color: white;
    text-shadow: 2px 2px 5px #000000;
    font-size: 1.2em;
    letter-spacing: 0.125em;
    position: absolute;
    bottom: 1em;
    width: 100%;
    text-align: center;
}


/* Number text (1/3 etc) */

.slideshowContainer .numbertext {
    color: #f2f2f2;
    font-size: 0.75em;
    padding: 0.5em 0.75em;
    position: absolute;
    top: 0;
}


/* The dots/bullets/indicators */

span.dot1,
span.dot2,
span.dot3 {
    height: 0.75em;
    width: 0.75em;
    margin: 0 0.125em;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

span.active {
    background-color: #717171;
}


/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 4.8s;
    animation-name: fade;
    animation-duration: 4.8s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}


/* 共通設定及智慧型手機版型 */


/* 平板：481px ～ 768px */

@media only screen and (min-width: 481px) {
    header h1 {
        font-size: 1.2em;
        line-height: 1.1em;
        letter-spacing: 0.125em;
        text-transform: uppercase;
        margin-bottom: 1.5em;
        border-left-width: 0.25em;
        padding-left: 0.5em;
    }
    header div {
        right: 5%;
    }
    header li {
        font-size: 1em;
        line-height: 1.1em;
    }
    header li:before {
        padding-right: 1em;
    }
    header ul {
        margin-bottom: 2em;
    }
    header a {
        font-size: 1.2em;
        width: 6em;
        height: 1.6em;
        line-height: 1.6em;
    }
    section {
        padding-top: 7em;
        padding-bottom: 7em;
        display: block;
    }
    section div.content,
    section div.shortContent {
        width: 70%;
        margin: 0 auto;
    }
    section h2 {
        font-size: 2em;
    }
    section h3 {
        font-size: 1.5em;
    }
    section h4 {
        font-size: 0.8em;
    }
    section p {
        font-size: 1.2em;
    }
    section li {
        font-size: 1.2em;
    }
    table.bindingStrip thead tr td {
        height: 2.5em;
        font-size: 1.2em;
        line-height: 2.5em;
    }
    table.bindingStrip tbody tr td {
        height: 2.5em;
        font-size: 1.2em;
        line-height: 2.5em;
    }
    table.bindingMachine tbody tr td {
        height: 2.5em;
        font-size: 1.2em;
        line-height: 2.5em;
    }
    section p.hint {
        font-size: 1.2em;
        line-height: 2.5em;
    }
}


/*  電腦：769px～960px 800px*480px*/

@media only screen and (min-width: 769px) {
    nav h1 {
        font-size: 2.2em;
        margin-left: 1em;
        height: 2.25em;
        letter-spacing: 0.0625em;
        line-height: 2.25em;
        float: right;
        margin-left: 0.5em;
    }
    nav img {
        float: left;
        display: inline-block;
        margin-left: 1.5em;
        height: 3.2em;
        line-height: 3.2em;
        margin-top: 0.6em;
        margin-bottom: 0.6em;
    }
    nav div.links {
        margin-left: 1.5em;
    }
    a.langButton {
        margin-right: 1.5em;
        font-size: 2.5em;
        font-size: 1.5em;
        height: 2.5em;
        line-height: 2.5em;
        padding-top: 0;
        padding-bottom: 0;
        border-radius: 0.25em;
    }
    header h1 {
        font-size: 1.5em;
        line-height: 1.2em;
        letter-spacing: 0.125em;
        text-transform: uppercase;
        margin-bottom: 1em;
        border-left-width: 0.25em;
        padding-left: 1em;
    }
    header div {
        right: 5%;
    }
    header li {
        font-size: 1.5em;
        line-height: 1.2em;
    }
    header li:before {
        padding-right: 1em;
    }
    header ul {
        margin-bottom: 2em;
    }
    header a {
        display: block;
        font-size: 1.2em;
        width: 10em;
        height: 1.6em;
        line-height: 1.6em;
    }
    a.menuButton {
        display: none;
    }
    nav div.links a {
        height: 3em;
        line-height: 3em;
        font-size: 1.1em;
        width: auto;
        color: black;
        -webkit-transition: height 0.5s;
        transition: all 0.5s;
    }
    nav div.links a:hover {
        color: #92b558;
    }
    nav div.links a.active {
        color: #92b558;
        font-size: bold;
        letter-spacing: 0.125em;
        background-color: #f4f7ee;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
    section {
        padding-top: 10em;
        padding-bottom: 10em;
        display: block;
    }
    section div.content,
    section div.shortContent {
        width: 70%;
        max-width: 50em;
        margin: 0 auto;
    }
    section h2 {
        font-size: 2.5em;
    }
    section h3 {
        font-size: 1.7em;
    }
    section h4 {
        font-size: 1em;
    }
    section p {
        font-size: 1.5em;
    }
    section li {
        font-size: 1.5em;
    }
    table.bindingStrip thead tr td {
        height: 3em;
        font-size: 1.2em;
        line-height: 3em;
    }
    table.bindingStrip tbody tr td {
        height: 3em;
        font-size: 1.2em;
        line-height: 3em;
    }
    table.bindingMachine tbody tr td {
        height: 3em;
        font-size: 1.2em;
        line-height: 3em;
    }
    section p.hint {
        font-size: 1.2em;
        line-height: 2em;
        text-align: right;
    }
}


/*  電腦：1024px600px */

@media only screen and (min-width: 1024px) {
    .relative {
        position: relative;
    }
    .leftSegment {
        float: left;
        width: 45%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .rightSegment {
        float: right;
        width: 45%;
    }
    .dotContainer {
        margin-bottom: 0;
    }
    header h1 {
        font-size: 2em;
        line-height: 1.2em;
        letter-spacing: 0.125em;
        text-transform: uppercase;
        margin-bottom: 1em;
        border-left-width: 0.25em;
        padding-left: 0.5em;
    }
    header div {
        right: 5%;
    }
    header li {
        font-size: 1.5em;
        line-height: 1.2em;
    }
    header li:before {
        padding-right: 1em;
    }
    header ul {
        margin-bottom: 3em;
    }
    header a {
        font-size: 1.2em;
        width: 10em;
        height: 1.6em;
        line-height: 1.6em;
    }
    section div.content {
        width: 90%;
        max-width: 70em;
        margin: 0 auto;
    }
    section div.shortContent {
        width: 70%;
        max-width: 45em;
        margin: 0 auto;
    }
}


/*  電腦：1280px*800px */

@media only screen and (min-width: 1280px) {
    header h1 {
        font-size: 2em;
        line-height: 1.5em;
        letter-spacing: 0.125em;
        text-transform: uppercase;
        margin-bottom: 1.2em;
        border-left-width: 0.25em;
        padding-left: 0.5em;
    }
    header div {
        right: 5%;
    }
    header li {
        font-size: 1.5em;
        line-height: 1.5em;
    }
    header li:before {
        padding-right: 1em;
    }
    header ul {
        margin-bottom: 5em;
    }
    header a {
        font-size: 1.2em;
        width: 10em;
        height: 1.6em;
        line-height: 1.6em;
    }
}


/*  電腦：1440px*900px */

@media only screen and (min-width: 1440px) {
    header h1 {
        font-size: 2.5em;
        line-height: 1.5em;
        letter-spacing: 0.125em;
        text-transform: uppercase;
        margin-bottom: 1.2em;
        border-left-width: 0.25em;
        padding-left: 0.5em;
    }
    header div {
        right: 5%;
    }
    header li {
        font-size: 2em;
        line-height: 1.5em;
    }
    header li:before {
        padding-right: 1em;
    }
    header ul {
        margin-bottom: 5em;
    }
    header a {
        font-size: 1.5em;
        width: 10em;
        height: 1.6em;
        line-height: 1.6em;
    }
}


/*  電腦：1920px*1200px */

@media only screen and (min-width: 1920px) {
    header h1 {
        font-size: 3.5em;
        line-height: 1.5em;
        letter-spacing: 0.125em;
        text-transform: uppercase;
        margin-bottom: 1em;
        border-left-width: 0.25em;
        padding-left: 0.5em;
    }
    header div {
        right: 5%;
    }
    header li {
        font-size: 2.2em;
        line-height: 1.5em;
    }
    header li:before {
        padding-right: 1em;
    }
    header ul {
        margin-bottom: 5em;
    }
    header a {
        font-size: 1.5em;
        width: 10em;
        height: 1.6em;
        line-height: 1.6em;
    }
}
