﻿@charset "utf-8";
/*@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);*/
/*
* Noto Sans TC (Chinese_traditional) http://www.google.com/fonts/earlyaccess
 */
/*@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  src: url(http://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2) format('woff2'),
       url(http://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff) format('woff'),
       url(http://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf) format('opentype');
}*/
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: url(http://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format('woff2'),
       url(http://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format('woff'),
       url(http://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 400;
   src: url(http://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format('woff2'),
        url(http://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format('woff'),
        url(http://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(http://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2) format('woff2'),
        url(http://fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format('woff'),
        url(http://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(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format('woff'),
        url(//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(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.otf) format('opentype');
 }*/
/*@font-face {
   font-family: 'Noto Serif CJK TC';
   font-style: normal;
   font-weight: 700;
   src: url(../fonts/NotoSerifCJKtc-Bold.otf) format('opentype');
}*/
/*@font-face {
   font-family: 'Noto Sans CJK TC';
   font-style: normal;
   font-weight: 400;
   src: url(../fonts/NotoSansCJKtc-Medium.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans CJK TC';
   font-style: normal;
   font-weight: 500;
   src: url(../fonts/NotoSansCJKtc-Bold.otf) format('opentype');
}*/
@font-face {
    font-family: 'Noto Serif CJK TC';
    src: url('../fonts/NotoSerifCJKtc-Bold.ttf') format('truetype');
}

body {
    font: 300 1em/1.5 Helvetica, 'Noto Sans TC', sans-serif, "Microsoft JhengHei";
    font-family: 'Noto Sans TC', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    position: relative;
}
a,
a:hover {
    text-decoration: none;
}
strong {
    font: 500 1em/1.5 Helvetica, 'Noto Sans TC', sans-serif;
    font-family: 'Noto Sans TC', sans-serif;
}

.container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    /* width: 1400px; */
    min-width: 450px;
    height: 100%;
    position: relative;
}

.mobile {
    display: none;
}

.anchor {
    position: absolute;
    top: -70px;
    left: 0;
    width: 1px;
    height: 1px;
}


.logoimg1 {width: 100px;}
.logoimg2 {width: 88px;}
.logoimg3 {width: 272px;}
.logoimg4 {width: 150px;}

/* ============================== 解析度調整 ============================== */
@media (max-width: 991px) {
    /*當視窗寬度 <= 991px 時，套用這裡的css*/

    .logoimg1 img,.logoimg2 img,.logoimg3 img,.logoimg4 img{width: 100%;}


    .container {
        width: 100%;
        max-width: 100%;
    }

    .mobile {
        display: initial;
    }

    .pc {
        display: none;
    }
    
    .anchor {
        position: absolute;
        top: -100px;
        left: 0;
        width: 1px;
        height: 1px;
    }
}

@media screen and (min-width: 1400px) {
    /*當視窗寬度 >= 1400px時，套用這裡的css*/
    .container {
        /* max-width: 1400px; */
    }
}


/*##########################################################################
    header-nav
############################################################################*/
#header-nav {
    min-width: 450px;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
#header-nav .container {
    max-width: 1200px;
}
#header-nav.navbar {
    padding: 0;
}
#header-nav.bg-light {
    background-color: #e1e2dd !important;
}
#header-nav > a.navbar-brand {
    padding: 0;
}
#header-nav > a.navbar-brand > img {
    height: 55px;
}
#header-nav.navbar-light .navbar-toggler-icon {
    background-image: url(../images/nav_3line.png);
    background-size: initial;
    background-position: center;
    width: 50px;
    height: 50px;
}
#header-nav.navbar-light .navbar-toggler-icon.close {
    background-image: url(../images/nav_close.png);
    opacity: 1;
}
#header-nav.navbar-light .navbar-nav .nav-link {
    color: #1f1f1f;
    font-weight: 500;
    padding: 0 30px;
    line-height: 1em;
}
#navbarNav {
    background-color: #e1e2dd;
}
#navbarNav .navbar-nav {
    position: absolute;
    right: 0;
}
#navbarNav .navbar-nav > li {
    border-left: 1px solid #e1e2dd;
}
#navbarNav .navbar-nav > li:first-child {
    border-left: 0;
}
footer {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    background-color: transparent;
    padding: 15px 0 20px;
    text-align: center;
    z-index: 5;
}
footer a {
 -webkit-box-shadow: 2px 2px 0px #FFF;
   -moz-box-shadow: 2px 2px 0px #FFF;
   box-shadow: 2px 2px 0px #FFF;
-webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px;
background-image: -webkit-linear-gradient(top, #fc3705, #ed1d2b);
   background-image: -moz-linear-gradient(top, #fc3705, #ed1d2b);
   background-image: -ms-linear-gradient(top, #fc3705, #ed1d2b);
   background-image: -o-linear-gradient(top, #fc3705, #ed1d2b);
   background-image: linear-gradient(to bottom, #fc3705, #ed1d2b);
    line-height: 40px;
    font-size: 20pt;
    font-weight: 500;
    text-align: center;
    padding: 10px 40px;
	margin:0 15px;
    color: #fff;
    letter-spacing: 0px;
    vertical-align: bottom;
}
footer a:hover {color: #fff;}
/* ============================== 解析度調整 ============================== */
@media screen and (max-width: 991px) {
    /*當視窗寬度 <= 991px 時，套用這裡的css*/
    #header-nav {
        display: flex;
        height: 100px;
    }
    #header-nav .container {
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
    }

        #header-nav.navbar-light .navbar-toggler {
            position: absolute;
            top: 0;
            right: 0;
            border: 0;
            font-size: 1.5rem;
            margin-top: 20px;
            margin-right: 15px;
        }
        #header-nav.navbar-light .navbar-nav .nav-link {
            color: #333;
            padding: 40px 15px;
            font-size: 25pt;
        }

    #navbarNav.show {
        overflow: hidden;
        background-color: #e1e2dd;
    }
        #navbarNav .navbar-nav {
            position: relative;
            right: initial;
        }

    #header-nav .navbar-brand {
        /* width: 80%; */
        margin-right: 0.7rem;
    }

        #header-nav .navbar-brand:first-child { margin-left: 15px; }
        #header-nav .navbar-brand:first-child img {height: 75px;}
        #header-nav .navbar-brand img {
            /*height: 85px;*/
            height: 68px;
        }

    #header-nav .navbar-nav {
        width: 80%;
        height: 3000px;
        margin: 180px auto 0;
    }

    #header-nav .nav-item {
        text-align: center;
        border-bottom: 1px solid #d4d4d4;
        padding: 10px;
        font-size: 16pt;
        font-weight: 500;
    }

        #header-nav .nav-item:last-child {
            border-bottom: 0;
        }

        #header-nav .nav-item a {
            color: #fff;
            font-size: 20pt;
            font-weight: 600;
            -o-transition: color .20s linear;
            -webkit-transition: color .20s linear;
            -moz-transition: color .20s linear;
            transition: color .20s linear;
        }

            #header-nav .nav-item a:hover {
                color: #00497f;
                -o-transition: color .20s linear;
                -webkit-transition: color .20s linear;
                -moz-transition: color .20s linear;
                transition: color .20s linear;
            }
footer {
    bottom: 50px;
}
footer a {

-webkit-border-radius: 48px; -moz-border-radius: 48px; border-radius: 48px;
    line-height: 48px;
    font-size: 24pt;
    font-weight: 500;
    text-align: center;
    padding: 15px 25px;
	margin:0 10px;
    color: #fff;
    letter-spacing: 0px;
    vertical-align: bottom;
}
footer a:hover {color: #fff;}
			
}

@media screen and (max-width: 480px) {
    /*當裝置寬度 <= 480px，套用這裡的css*/
    #header-nav .navbar-brand {
        width: 75%;
    }

        #header-nav .navbar-brand img {
            width: 100%;
        }
		
}



/*##########################################################################
    wrap-footer
############################################################################*/
#wrap-footer {
    text-align: center;
    background-color: #fff;
    color: #3c3c3c;
    font-size: 11pt;
    font-weight: 600;
    padding: 20px 0;
}

    #wrap-footer p {
        text-transform: uppercase;
        margin-bottom: 0.2rem;
        letter-spacing: 1px;
    }
    #wrap-footer a {
        color: #dd214a;
    }
/* ============================== 解析度調整 ============================== */
@media screen and (max-width: 1199px) {
    /*當視窗寬度 <= 1199px 時，套用這裡的css*/
}

@media screen and (max-width: 991px) {
    /*當視窗寬度 <= 991px 時，套用這裡的css*/
    #wrap-footer {
        padding: 5%;
    }

        #wrap-footer p {
            font-size: 10pt;
        }
}





/*##########################################################################
    common
############################################################################*/
.main_title {
    font-size: 29pt;
    font-weight: 500;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 5px;
    border-bottom: 2px solid #cccc00;
    color: #000;
    text-align: center;
}
/* ============================== 解析度調整 ============================== */
@media (max-width: 991px) {
    .main_title {
        font-size: 36pt;
    }
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 640px) {
}






/*##########################################################################
    other
############################################################################*/
div.clearfix {
    clear: both;
}

    div.clearfix:after {
        display: table;
        content: "";
        width: 0;
        clear: both;
    }

.justify {
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
}
.float {
    float: left;
}
.inline {
    display: inline-block;
}




/*##########################################################################
    modal_qa
############################################################################*/
#modal_qa {
    position: fixed;
    top: calc((100% - 666px) / 2);
    left: calc((100% - 960px) / 2);
    z-index: 9999;
    display: none;
}
#modal_qa .content {
     height: 666px;
     width: 960px;     
     margin: 0 auto;
     padding-top: 100px;
     background: url(../images/popup_bg.jpg) no-repeat center top;
     position: relative;
     z-index: 1;
}
#modal_qa .content .close {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 10px;
    right: 10px;
}
#modal_qa .content .qna {
    width: 540px;
    height: 500px;
    margin: 0 auto;
    position: relative;
}
#modal_qa .content .qna .wrap {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
}
#modal_qa .content .qna .wrap.active {
    display: block;
}
#modal_qa .content .qna .wrap .answer {
    text-align: center;
    color: #008d7a;
    font-size: 20pt;
    font-weight: 500;
    margin-top: 30px;
}
#modal_qa .content .qna .wrap .title {
    width: 246px;
    margin: 0 auto;
}
#modal_qa .content .qna .wrap .title::after {
    clear: both;
    content: "";
    display: table;
    width: 0;
}
#modal_qa .content .qna .wrap .title .icon {
    float: left;
    width: 62px;
    height: 62px;
    background-color: #ddd;
    color: #fff;
    font-size: 29pt;
    font-weight: bold;
    font-family: Arial;
    text-align: center;
    line-height: 62px;
    border-radius: 30px;
    margin: 0 10px;
}
#modal_qa .content .qna .wrap .title .icon.active {
    background-color: #3cbead;
}
#modal_qa .content .qna .wrap .text {
    color: #000;
    font-size: 16pt;
    font-weight: 500;
    text-align: center;
    line-height: 1.7em;
    margin-top: 30px;
}
#modal_qa .content .qna .wrap .options {
    text-align: center;
    margin-top: 90px;
}
#modal_qa .content .qna .wrap .options input {
    width: 11em;
    font-size: 16pt;
    font-weight: 500;
    color: #000;
    background-color: transparent;
    border-radius: 30px;
    margin-left: 30px;
    padding: 13px 0;
    border: 3px solid #fff;
}
#modal_qa .content .qna .wrap .options input:hover {
    background-color: #ffbc3d;
    cursor: pointer;
}
#modal_qa .content .qna .wrap .options a:first-child,
#modal_qa .content .qna .wrap .options input:first-child {
    margin-left: 0;
}
#modal_qa .content .qna .wrap .idea {
    text-align: center;
}
#modal_qa .content .qna .wrap .btns {
    text-align: center;
    margin-top: 90px;
}
#modal_qa .content .qna .wrap.a2 .btns {
    margin-top: 30px;
}
#modal_qa .content .qna .wrap .btns input {
    width: 250px;
    height: 59px;
    font-size: 19pt;
    font-weight: 500;
    color: #fff;
    background: url(../images/qna_btn.png) no-repeat center top;
    background-size: 100%;
    padding: 7px 0 16px;
    letter-spacing: 6px;
    border: 0;
}
#modal_qa .content .qna .wrap .btns input:hover {
    cursor: pointer;
}
#modal_qa .content .qna .wrap.a3 .btns a {
    font-size: 19pt;
    font-weight: 500;
    color: #fff;
    background: url(../images/qna_btn.png) no-repeat center top;
    background-size: 100%;
    padding: 7px 33px 16px;
    letter-spacing: 1px;
}
#modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 9998;
    opacity: .7;
    display: none;
}
@media (max-width: 991px) {
    #modal_qa {
        left: 5%;
        right: 5%;
    }
    #modal_qa .content {
        width: 100%;
        background: url(../images/popup_bg.jpg) no-repeat center top;
    }
    #modal_qa .content .qna {
        width: 95%;
    }
    #modal_qa .content .qna .wrap .text {
        font-size: 20pt;
        padding: 0 25px;
    }
    #modal_qa .content .qna .wrap.a2 .text {
        padding: 0 10px;
    }
    #modal_qa .content .qna .wrap .options input {
        font-size: 20pt;
        width: 13em;
        margin: 15px 30px;
    }
    #modal_qa .content .qna .wrap .options a:first-child, 
    #modal_qa .content .qna .wrap .options input:first-child {
        margin-left: 30px;
    }
    #modal_qa .content .qna .wrap.a3 .btns {
        margin-top: 50px;
    }
    #modal_qa .content .qna .wrap .btns input {
        font-size: 20pt;
    }
}




/*##########################################################################
    other
############################################################################*/
#loader {
    position: fixed;
    top: calc((100% - 150px) / 2);
    left: calc((100% - 150px) / 2);
    width: 150px;
    width: 150px;
    z-index: 11;
}
#loader > div {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    width: 150px;
    height: 150px;
    -webkit-animation: loader 1s 0s linear infinite;
    animation: loader 1s 0s linear infinite;
}
#loader > div:nth-child(2) {
    -webkit-animation-delay: 0.33333s;
    animation-delay: 0.33333s;  
}
#loader > div:nth-child(3) {
    -webkit-animation-delay: 0.66666s;
    animation-delay: 0.66666s;
}
#loader_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0f3528;
    z-index: 10;
}
@-webkit-keyframes loader {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes loader {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
