@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

body {
    background: #ffffff;
    font-family: '微軟正黑體', Arial, Helvetica, sans-serif;
}


/*----------------------------------------------------
 #page
----------------------------------------------------*/

#page {
    position: relative;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

div img {
    width: 100%;
    height: auto;
}

@media all and (orientation: landscape) {
    #page {
        width: 100%;
    }
}

.fixed_top {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 800px;
    margin: 0;
}


/*-------- menu bar --------*/

.header {
    height: 60px;
    max-width: 800px;
    width: 100%;
    background-color: #ff6c00;
    color: #ffffff !important;
    text-align: center;
    letter-spacing: 2px;
    font-family: Microsoft JhengHei;
    font-weight: bold;
    padding: 0;
    position: relative;
}

#menu {
    line-height: 60px;
}

.menu li {
    /* background-color: #fff; */
    margin-left: 0;
    float: left;
    display: block;
    width: 24.5%;
    text-align: center;
    font-size: 23.5px;
    color: #ffffff !important;
    border-right: 2px solid #ffffff;
    text-decoration: none;
}

#b1,
#b2,
#b3,
#b4 {
    color: #fff;
}

#b1:hover {
    color: rgb(255, 243, 138);
}

#b2:hover {
    color: rgb(255, 243, 138);
}

#b3:hover {
    color: rgb(255, 243, 138);
}

.menu li:last-child {
    border: none;
}

.headernew {
    width: 100%;
    max-width: 800px;
    z-index: 999;
}

.tel{
    width: 120px;
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
}

.cta{
    width: 100%;
    max-width: 800px;
    position: fixed;
    z-index: 999;
    bottom: 0;
}

.clock-container {
    color: #ffffff;
    width: 100%;
    font-size: 32px;
    line-height: 60px;
    font-weight: 700;
    font-family: Meiryo, 微軟正黑體;
    letter-spacing: 2px;
    background: #2c9659;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .clock-container {
        line-height: 2;
        font-size: 25px;
    }
}

@media screen and (max-width: 640px) {
    .clock-container {
        line-height: 1.75;
    }
}

@media screen and (max-width: 550px) {
    .clock-container {
        line-height: 35px;
        font-size: 22px;
    }
}


/* fv 有gif */

.fv {
    position: relative;
    margin-top: 7%;
}

@media screen and (min-width: 800px) {
    .fv {
        margin-top: 7%;
    }
}

@media screen and (max-width: 799px) {
    .fv {
        margin-top: 9%;
    }
}

@media screen and (max-width: 550px) {
    .fv {
        margin-top: 10%;
    }
}

@media screen and (max-width: 450px) {
    .fv {
        margin-top: 11%;
    }
}

.title {
    position: absolute;
    top: 11%;
    left: 50%;
    transform: translateX(-50%);
    width: 48%;
}


/*在PC上隱藏漢堡選單*/

.showmenu {
    display: none;
}


/* 隱藏文字 */

.titleText {
    display: none;
}

.logoName {
    display: none;
}

@media (max-width: 768px) {
    .menu li {
        float: left;
        display: block;
        /* width: 33%; */
        text-align: center;
        font-size: 20px;
        color: #ffffff !important;
        border-right: 2px solid #ffffff;
        text-decoration: none;
    }
}

@media (max-width: 700px) {
    .menu li {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .wapper {
        padding-top: 100px;
    }
    .header {
        height: 55px;
    }
    .item {
        padding-right: 15px;
    }
    .menu {
        /*隱藏選單開始*/
        max-height: 0;
        overflow: hidden;
        /*隱藏選單結束*/
        /*漸變效果*/
        transition: max-height 0.5s;
        margin-top: -15px;
        /* margin-left: -40px; */
        /*絕對定位疊在網頁上*/
        position: absolute;
        /*權重*/
        z-index: 200;
        /*header 80px+1px boder 線條*/
        top: 70px;
        /* left:0 right:0表示滿版 */
        left: 0;
        right: 0;
        background: #1e4b12;
        opacity: 0.95;
    }
    .menu li {
        float: none;
        text-align: center;
        margin-top: 0px;
        padding-bottom: 0px;
        width: 100%;
        border-bottom: 1px dashed #70aba9;
        line-height: 30px;
    }
    .menu li a {
        display: block;
        font-size: 18px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 0px;
        color: #70aba9;
        transition: all 0.3s;
        border-right: 0px solid #ffffff;
    }
    .menu a:hover {
        background: #429e3a;
        color: #fff799;
    }
    .showmenu {
        display: block;
        float: right;
        margin-top: 1.1em;
        margin-right: 1.2em;
    }
    /*jQuery點擊後動態在 body 加上 class */
    .menu-show .menu {
        max-height: 500px;
    }
    /*------------ 漢堡圖示+動態樣式設定 start ------------*/
    .hamburger {
        font-size: 25px;
        display: inline-block;
        width: 1em;
        height: 1.5em;
        line-height: 55px;
        padding: 1px;
        cursor: pointer;
        transition: transform 0.2s ease-in-out;
        vertical-align: middle;
        border: 0 none;
        background: transparent;
    }
    /** + Button height fix for Firefox */
    .hamburger::-moz-focus-inner {
        padding: 0;
        border: 0 none;
    }
    /** + Focus fix for Chrome */
    .hamburger:focus {
        outline: 0;
    }
    .hamburger:before,
    .hamburger:after {
        content: '';
    }
    .hamburger:before,
    .hamburger .icon,
    .hamburger:after {
        display: block;
        width: 100%;
        height: 0.15em;
        margin: 0 0 0.255em;
        transition: transform 0.2s ease-in-out;
        border-radius: 0.05em;
        background: #ffffff;
    }
    /** + Styles for the active `.hamburger` icon */
    .hamburger.active:before,
    .hamburger.active .icon,
    .hamburger.active:after {
        background: #ffffff;
    }
    /** + CLOSE/CANCEL/CROSS */
    .hamburger.hamburger-cancel.active .icon {
        transform: scale(0);
    }
    .hamburger.hamburger-cancel.active:before {
        transform: translateY(0.4em) rotate(135deg);
    }
    .hamburger.hamburger-cancel.active:after {
        transform: translateY(-0.4em) rotate(-135deg);
    }
    /*------------ 漢堡圖示+動態樣式設定 end ------------*/
    .logoName {
        display: inline-block;
        width: 28%;
        position: absolute;
        left: 3%;
        top: 50%;
        transform: translateY(-50%);
    }
    .titleText {
        display: inline-block;
        font-size: 1.2em;
        color: rgb(255, 255, 255);
        font-weight: 500;
        position: absolute;
        width: 53%;
        left: 32%;
        top: 50%;
        transform: translateY(-50%);
    }
}


/* QA section */

.qaSection {
    width: 100%;
    height: auto;
    background-color: #c9ec9a;
    padding: 30px 30px;
    box-sizing: border-box;
    font-family: 'Noto Sans TC', sans-serif;
    /* position: relative; */
}

.card {
    width: 100%;
    /* height: 100px; */
    padding: 30px 0;
    background-color: white;
    border-bottom: dashed 4px #f1fceb;
}

.questionBar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qs {
    width: 9000px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.QText {
    margin-left: 20px;
    font-size: 30px;
    font-weight: bolder;
    letter-spacing: 1px;
    color: #ff4157;
    width: 85%;
}

.AText {
    margin-left: 100px;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 1px;
    width: 80%;
    text-align: justify;
    color: #343434;
}

.qs::before {
    display: block;
    content: 'Q';
    margin-left: 20px;
    font-size: 50px;
    line-height: 64px;
    text-align: center;
    font-weight: 400;
    background-color: #ff4157;
    /* padding: 12px; */
    width: 64px;
    height: 64px;
    color: white;
    border-radius: 50%;
}

.btn {
    height: 100%;
    margin-right: 20px;
}

.pushme {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    font-weight: bolder;
    line-height: 50px;
    background-color: #ff4157;
    color: white;
    border: none;
    cursor: pointer;
}

#answer1,
#answer2,
#answer3,
#answer4,
#answer5,
#answer6 {
    display: none;
    width: 100%;
    height: auto;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}

.ans {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
}

.ans::before {
    display: block;
    content: 'A';
    margin-left: 20px;
    margin-right: 0px;
    font-size: 50px;
    line-height: 64px;
    font-weight: 500;
    text-align: center;
    background-color: #4c9428;
    /* padding: 0px 12px ; */
    color: white;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    position: absolute;
    top: 30px;
}


/* end QA */

@media (max-width: 500px) {
    /* QA */
    .qaSection {
        padding: 20px 20px;
    }
    .QText {
        width: 70%;
        margin-left: 20px;
        margin-right: 10px;
        font-size: 25px;
    }
    .AText {
        margin-left: 90px;
        font-size: 24px;
        font-weight: normal;
        letter-spacing: 1px;
        width: 80%;
    }
    .ans {
        margin-top: 20px;
    }
    .qs::before {
        font-size: 32px;
        width: 56px;
        height: 56px;
    }
    .ans::before {
        font-size: 32px;
        width: 56px;
        height: 54px;
        margin-top: -20px;
    }
    /* end QA */
}

@media screen and (max-width: 376px) {
    .titleText {
        font-size: 1em;
    }
}

@media screen and (max-width: 350px) {
    .titleText {
        font-size: 0.9em;
    }
}

footer {
    color: #666666;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
}

footer a {
    color: #122a88;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
    color: #0083e6;
}

.target-fix {
    position: relative;
    top: -60px;
    display: block;
    height: 0;
    overflow: hidden;
}