@charset "utf-8";
@import url("reset.css");
@import url(//fonts.googleapis.com/earlyaccess/cwtexhei.css);

html {
    font-size: 16px;
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica;
}


/*==========主視覺==========*/

.kvArea {
    margin-bottom: -85px;
}

.kvArea .cycle-slideshow {
    margin: 0 auto;
    padding: 0;
    /*max-width: 1400px;*/
}

.kvArea .cycle-slideshow>img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border: 0;
}


/*==========選單==========*/

.pageMButton {
    display: none;
}

nav.pageButton {
    margin: 0 auto;
    max-width: 930px;
    text-align: center;
}

nav.pageButton ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

nav.pageButton ul li {
    width: 33.33%;
    z-index: 101;
    /*因為cycle-slideshow的z-index: 100;*/
}

nav.pageButton ul li a {
    display: block;
    color: #ffffff;
    font-size: 2rem;
    padding: 20px 0 15px;
    line-height: 0.8;
    margin: 0 3px;
    border-radius: 5px 5px 0px 0px;
    text-shadow: 0 0 5px #000;
    text-decoration: none;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    box-sizing: content-box;
    position: relative;
}

nav.pageButton ul li a:hover {
    text-shadow: 0 0 0 #000;
}

nav.pageButton ul li a span {
    font-size: 1rem;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

nav.pageButton ul li a:hover span {
    font-size: 1.06rem;
    color: #ffd200;
}

nav.pageButton ul li a:before {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px 5px 0 0;
}

nav.pageButton ul li a:hover:before {
    top: -6px;
}

nav.pageButton ul li a.choose1:before {
    background-color: #7b6000;
}

nav.pageButton ul li a.choose2:before {
    background-color: #6e007b;
}

nav.pageButton ul li a.choose3:before {
    background-color: #00457b;
}


/*===========SEO麵包削============*/

.breadcrumb {
    margin: 0px 15px 5px 0px;
    color: #ffffff;
    background-color: transparent;
}

.breadcrumb ul li {
    display: inline;
    font-size: 16px;
}

.breadcrumb ul li:after {
    content: ">";
}

.breadcrumb ul li:first-child:after {
    content: "";
}

.breadcrumb ul li:last-child:after {
    content: "";
}

.breadcrumb ul li a {
    color: #ffffff;
}


/*==========內容區==========*/

.img100 {
    width: 100%;
    height: auto;
}

.recommendBg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#17143e+0,4a7591+100 */
    background: #17143e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #17143e 0%, #4a7591 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #17143e 0%, #4a7591 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #17143e 0%, #4a7591 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17143e', endColorstr='#4a7591', GradientType=0);
    /* IE6-9 */
}

.brownBg,
.introBox .brownClick {
    background-color: #7b6000;
}

.purpleBg {
    background-color: #6e007b;
}

.blueBg,
.introBox .blueClick {
    background-color: #00457b;
}

.brownBtn {
    background-color: #8e710c;
}

.brownBtnHover {
    background-color: #6a5301;
}

.blueBtn {
    background-color: #1064a6;
}

.blueBtnHover {
    background-color: #023c69;
}

.purpleBtn {
    background-color: #7f098d;
}

.purpleBtnHover {
    background-color: #60016b;
}

.layout1700 {
    max-width: 1700px;
    margin: 0 auto;
    padding: 40px 15px;
}

.layout1200 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 15px;
}

.titleHotSpot {
    text-align: center;
    color: #ffffff;
    font-size: 2.4rem;
    margin-bottom: 30px;
}

.titleHotSpot:before,
.titleHotSpot:after {
    content: '';
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/title-icon.png);
    width: 128px;
    height: 32px;
}

.titleHotSpot:after {
    transform: scaleX(-1);
}

.video-box {
    margin-bottom: 30px;
}

.videoLeft {
    padding-right: 0px;
}

.videoRight {
    padding-left: 0px;
}

.paddingCol {
    margin-top: 25px;
}

.intro {}

.introBox {
    cursor: pointer;
}

.introBox:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}

.introBox img {
    -webkit-filter: brightness(.6);
    -moz-filter: brightness(.6);
    -ms-filter: brightness(.6);
    filter: brightness(.6);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.introBox img.imgHover {
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -ms-filter: brightness(1);
    filter: brightness(1);
}

.introBox .introTitle {
    display: block;
    font-size: 1.5rem;
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
    margin-top: -2px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    position: relative;
}
.introContent {
    display: none;
    padding: 40px 50px 15px;
    position: relative;
}

.introContent p {
    display: block;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.6;
}


/* Closable button inside the container tab */

.closebtn {
    position: absolute;
    color: white;
    font-size: 50px;
    cursor: pointer;
    right: 10px;
    top: 10px;
}


/*========== 產品內容 ==========*/

h1.recommendTitle {
    margin-top: -80px;
    text-indent: -9999px;
}

.intro-anchors {
    display: none;
}

.intro-anchors a {}

.carrier {
    position: relative;
    z-index: 2;
    margin: 100px auto 0 auto;
    width: 90%;
    max-width: 1400px;
    background-color: rgba(41, 48, 73, 0.7);
    border-radius: 7px;
    border: 1px solid #4a67a7;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.carrier .box-head {
    display: none;
}


/*隱藏圖片*/

.carrier h4 {
    transform: translateY(-55px);
    margin-bottom: -55px;
    font: 2.4rem/0.8rem "微軟正黑體", "arila";
    text-align: center;
    color: #ffffff;
}

.carrier h4:before,
.carrier h4:after {
    content: '';
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../images/title-recommend_02.png);
    width: 93px;
    height: 39px;
}

.carrier h4:after {
    transform: scaleX(-1);
}

.carrier ul {
    padding: 20px 20px 20px;
}

.carrier li {
    position: relative;
    padding: 20px 0;
    list-style: none;
    transition: .5s;
    border-bottom: 1px dotted #909090;
}

.carrier li:hover {
    transform: translateY(-10px);
}

.carrier li a {
    font: 1.1rem/1.4rem "微軟正黑體", "arila";
    color: #ff005b;
    text-decoration: none;
}

.carrier li a strong {
    display: block;
    color: #ffffff;
    font: 1.4rem/2.1rem "微軟正黑體", "arila";
}

.carrier .price {
    position: absolute;
    right: 0;
    bottom: 5px;
    font: bold 12px/1em "微軟正黑體", "arila";
    color: #ff005b;
}

.carrier .price span {
    font-size: 1.5rem;
}


/*========== 動態背景 ==========*/

.background {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#17143e+0,4a7591+100 */
    background: #17143e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #17143e 0%, #4a7591 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #17143e 0%, #4a7591 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #17143e 0%, #4a7591 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17143e', endColorstr='#4a7591', GradientType=0);
    /* IE6-9 */
    overflow: hidden;
    position: relative;
    margin-bottom: -1px;/* 取消縮至M版時的白線 */
}

.background>span {
    width: 10vmin;
    height: 10vmin;
    border-radius: 10vmin;
    backface-visibility: hidden;
    animation-name: move;
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    position: absolute;
}

.background>span:nth-child(1) {
    color: #5e98bc;
    top: 44%;
    left: 97%;
    animation-duration: 15s;
    animation-delay: -13.8s;
    transform-origin: 11vw -22vh;
    box-shadow: 40vmin 0 10.12735945vmin currentColor;
}

.background>span:nth-child(2) {
    color: #6b4f96;
    top: 93%;
    left: 8%;
    animation-duration: 13.8s;
    animation-delay: -10.9s;
    transform-origin: 10vw 23vh;
    box-shadow: 40vmin 0 12.7346672971vmin currentColor;
}

.background>span:nth-child(3) {
    color: #5e98bc;
    top: 14%;
    left: 41%;
    animation-duration: 15.9s;
    animation-delay: -6.7s;
    transform-origin: -9vw -24vh;
    box-shadow: -40vmin 0 11.4923952406vmin currentColor;
}

.background>span:nth-child(4) {
    color: #6b4f96;
    top: 52%;
    left: 75%;
    animation-duration: 14.3s;
    animation-delay: -12.6s;
    transform-origin: 16vw 25vh;
    box-shadow: 40vmin 0 13.3657534039vmin currentColor;
}

.background>span:nth-child(5) {
    color: #5e98bc;
    top: 7%;
    left: 5%;
    animation-duration: 15.9s;
    animation-delay: -10s;
    transform-origin: 8vw 3vh;
    box-shadow: -40vmin 0 13.3942178273vmin currentColor;
}

.background>span:nth-child(6) {
    color: #5e98bc;
    top: 35%;
    left: 1%;
    animation-duration: 11.6s;
    animation-delay: -6s;
    transform-origin: 0vw 17vh;
    box-shadow: -40vmin 0 7.6304875279vmin currentColor;
}

.background>span:nth-child(7) {
    color: #5e98bc;
    top: 42%;
    left: 84%;
    animation-duration: 11s;
    animation-delay: -6.9s;
    transform-origin: 11vw -8vh;
    box-shadow: 40vmin 0 13.6665321499vmin currentColor;
}

.background>span:nth-child(8) {
    color: #6b4f96;
    top: 53%;
    left: 95%;
    animation-duration: 15s;
    animation-delay: -10.9s;
    transform-origin: 25vw 15vh;
    box-shadow: 40vmin 0 13.2849881717vmin currentColor;
}

.background>span:nth-child(9) {
    color: #5e98bc;
    top: 75%;
    left: 67%;
    animation-duration: 11.7s;
    animation-delay: -13.9s;
    transform-origin: -11vw -3vh;
    box-shadow: 40vmin 0 7.2158804055vmin currentColor;
}

.background>span:nth-child(10) {
    color: #68499c;
    top: 59%;
    left: 51%;
    animation-duration: 12.1s;
    animation-delay: -11.7s;
    transform-origin: -5vw -7vh;
    box-shadow: -40vmin 0 7.4269772253vmin currentColor;
}

.background>span:nth-child(11) {
    color: #5e98bc;
    top: 80%;
    left: 91%;
    animation-duration: 13.4s;
    animation-delay: -5.9s;
    transform-origin: 7vw -19vh;
    box-shadow: 40vmin 0 11.2741559637vmin currentColor;
}

.background>span:nth-child(12) {
    color: #5e98bc;
    top: 68%;
    left: 97%;
    animation-duration: 15.8s;
    animation-delay: -8.2s;
    transform-origin: 24vw 3vh;
    box-shadow: 40vmin 0 11.2552482722vmin currentColor;
}

.background>span:nth-child(13) {
    color: #5e98bc;
    top: 69%;
    left: 46%;
    animation-duration: 10.4s;
    animation-delay: -11.5s;
    transform-origin: 13vw 24vh;
    box-shadow: -40vmin 0 6.2939412125vmin currentColor;
}

.background>span:nth-child(14) {
    color: #6b4f96;
    top: 98%;
    left: 63%;
    animation-duration: 14.2s;
    animation-delay: -3s;
    transform-origin: -13vw -15vh;
    box-shadow: -40vmin 0 10.5039271244vmin currentColor;
}

.background>span:nth-child(15) {
    color: #68499c;
    top: 12%;
    left: 20%;
    animation-duration: 14s;
    animation-delay: -6.8s;
    transform-origin: 7vw 20vh;
    box-shadow: 40vmin 0 10.924056322vmin currentColor;
}

.background>span:nth-child(16) {
    color: #6b4f96;
    top: 29%;
    left: 20%;
    animation-duration: 11s;
    animation-delay: -14.4s;
    transform-origin: -20vw 4vh;
    box-shadow: -40vmin 0 13.3859956789vmin currentColor;
}

.background>span:nth-child(17) {
    color: #5e98bc;
    top: 88%;
    left: 87%;
    animation-duration: 10.7s;
    animation-delay: -3.7s;
    transform-origin: -11vw 12vh;
    box-shadow: 40vmin 0 14.8726292689vmin currentColor;
}

.background>span:nth-child(18) {
    color: #68499c;
    top: 57%;
    left: 35%;
    animation-duration: 10.1s;
    animation-delay: -13.6s;
    transform-origin: -19vw -1vh;
    box-shadow: 40vmin 0 8.5771411832vmin currentColor;
}

.background>span:nth-child(19) {
    color: #68499c;
    top: 11%;
    left: 37%;
    animation-duration: 11.5s;
    animation-delay: -10.1s;
    transform-origin: -20vw 22vh;
    box-shadow: 40vmin 0 8.1729042124vmin currentColor;
}

.background>span:nth-child(20) {
    color: #68499c;
    top: 53%;
    left: 60%;
    animation-duration: 12.3s;
    animation-delay: -11.3s;
    transform-origin: 10vw -1vh;
    box-shadow: 40vmin 0 13.5347652223vmin currentColor;
}

@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}


/*========== GO top ==========*/

.scroll2top:link,
.scroll2top:visited {
    background: url(../images/top.png) no-repeat 0 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    right: 10%;
    bottom: 0px;
    z-index: 99;
}

.scroll2top:hover {
    background: url(../images/top.png) no-repeat 0 -80px;
    -webkit-animation: icon-up 0.75s ease-out;
    -moz-animation: icon-up 0.75s ease-out;
    -o-animation: icon-up 0.75s ease-out;
    animation: icon-up 0.75s ease-out;
}

@keyframes icon-up {
    0%,
    50%,
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    25%,
    75% {
        -webkit-transform: translateY(-6px);
        -moz-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}


/*========== 左側fixedBTN ==========*/

.navArea {}

.navArea .nav {
    z-index: 98;
    right: 0;
    top: 0;
    position: absolute;
}

.navArea .nav.fixed {
    position: fixed;
    margin-top: 100px;
}

.navArea .nav li {
    z-index: 1;
    position: relative;
    display: block;
    width: 40px;
    height: 100px;
    margin: 0 0 5px 0;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 5px 0px 0px 5px;
    -moz-box-shadow: inset 0px 1px 0px 0px #a63ded;
    -webkit-box-shadow: inset 0px 1px 0px 0px #a63ded;
    box-shadow: inset 0px 1px 0px 0px #a63ded;
    background-color: #5e00ab;
    border: 1px solid #490051;
    cursor: pointer;
    text-shadow: 0px 1px 0px #7c20c7;
}

.navArea .nav li:hover {
    background-color: #7915cc;
    border-right: 6px solid #7915cc;
    -moz-box-shadow: inset 0px 1px 0px 0px #3f0146;
    -webkit-box-shadow: inset 0px 1px 0px 0px #3f0146;
    box-shadow: inset 0px 1px 0px 0px #3f0146;
}

.navArea .nav li::before {
    /*文字垂直置中*/
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    /*div display需設為inline-block， 因vertical-align:middle;是針對行內元素，div 預設是 block，所以必須要做更改！*/
    position: relative;
    vertical-align: middle;
}

.navArea .nav a {
    display: inline-block;
    color: inherit;
    /*繼承*/
    text-decoration: none;
    -webkit-writing-mode: vertical-rl;
    /*文字垂直敘述*/
    writing-mode: vertical-rl;
    vertical-align: middle;
}