@charset "UTF-8";
/*思源黑體*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

/*reset*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
iframe,
button,
a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    letter-spacing: 0.7px;
    vertical-align: baseline;
    text-decoration: none;
    box-sizing: border-box;
    line-height: 100%;
    font-weight: 300;
}

body {
    color: #1b1b1b;
    background: #fff;
    font: 18px/100% "Noto Sans TC", "微軟正黑體", sans-serif;
}

html,
body {
    height: 100%;
}

a {
    color: #1b1b1b;
    text-decoration: none;
}

a:hover {
    transition-duration: 0.3s;
    color: #866C45;
}

button {
    background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    font-size: 1rem;
}

ol,
ul {
    list-style: none;
}

table {
    width: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: none;
}

/*reset end*/

/*Input*/
input[type="text"],
input[type="password"] {
    width: 100%;
    min-width: 100px;
    padding: 10px 10px;
    height: 40px;
    line-height: 32px;
    border: solid 1px #ddd;
}

/*select*/
select {
    width: 100%;
    min-width: 60px;
    height: 40px;
    line-height: 32px;
    padding: 0 35px 0 10px;
    vertical-align: middle;
    color: #434343;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/icon_select.png);
    background-repeat: no-repeat;
    background-size: auto 12px;
    background-position: calc(100% - 10px) center;
    border: solid 1px #ddd;
}

select::-ms-expand {
    display: none;
}

/*checkbox*/
input[type="checkbox"] {
    display: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    opacity: 0;
    line-height: 22px;
}

input[type="checkbox"]+label {
    line-height: 32px;
    cursor: pointer;
}

input[type="checkbox"]+label span {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 10px 0 0;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
    background: url(../images/icon_check.png) left top no-repeat;
    background-size: 22px auto;
}

input[type="checkbox"]:checked+label span {
    background: url(../images/icon_check.png) left bottom no-repeat;
    background-size: 22px auto;
}

input[type="checkbox"]+label span.reverse {
    margin: 0 0 0 10px;
}

textarea {
    width: 100%;
    min-height: 120px;
    padding: 10px 10px;
    border: solid 1px #ddd;
    overflow-y: auto;
    resize: none;
}

.smallT {
    font-size: 14px;
}

.bigT {
    font-size: 21px;
}

.biggerT {
    font-size: 24px;
}

.biggestT {
    font-size: 28px;
}

.tL {
    text-align: left;
}

.tR {
    text-align: right;
}

.tC {
    text-align: center;
}

.tB {
    font-weight: bold;
}

.fL {
    float: left;
}

.fR {
    float: right;
}

.clr {
    clear: both;
}

.web {
    display: block;
}

.mobile {
    display: none;
}

.tBig {
    font-size: 18px;
}

.tBigger {
    font-size: 21px;
}

.botM0 {
    margin-bottom: 0;
}

.botM {
    margin-bottom: 15px;
}

.botM2 {
    margin-bottom: 30px;
}

.red {
    color: #e60012 !important;
}

.orange {
    color: #F27A1E;
}

.green {
    color: #22ac38 !important;
}

.blue {
    color: #0388be;
}

.yellow{
    color: #ffac0d;
}

.pink{
    color: #F66C9A;
}

.lgtYellow{
    color: #866C45;
}

.purple{
    color: #CEA9F5;
}

/*-----------------頁面-----------------*/
.wrapper {
    height: 100vh;
    min-height: 100vh;
    position: relative;
    padding-top: 100px;
}

.pagesize {
    max-width: 1200px;
    margin: 0 auto;
}

.container.container02 {
    padding: 20px 0 40px;
    background: #f6f6f6;
}

.contentInner {
    height: 100%;
    background: #fff;
    border-radius: 10px;
}

.contentInner .innerBox {
    padding: 20px;
}

/*header*/
.header {
    width: 100%;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #4E4E97;
    background-size: cover;
    z-index: 9999;
    transition: 0.2s;
}

.headerIn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 100px;
}

.headerIn .logo a {
    display: block;
    width: 310px;
    height: 90px;
    background: url(../images/logo.png) left center no-repeat;
    background-size: auto 90px;
}

.headerIn .logo a img{
 width: 100%;
}


/*選單*/
.headerNav {
    display: flex;
    align-items: center;
}

.headerMenu {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}

.headerMenu>li {
    padding: 0 10px;
    font-size: 21px;
    line-height: 20px;
    position: relative;
}

.headerMenu>li::after {
    content: '';
    width: 1px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 4px;
    bottom: 0;
    background-color: #fff;
}

.headerMenu>li:nth-last-child(1) {
    padding-right: 0;
}

.headerMenu>li:nth-last-child(1)::after {
    display: none;
}

.headerMenu>li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 0 10px;
    letter-spacing: 4px;
    text-indent: -4px;
}

.headerMenu>li a:hover,.headerMenu>li a.on {
    color: #EFCF99;
}

.headerNav .contactLink {
    display: inline-flex;
}

/*聯繫icon*/
.contactLink a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.contactLink a:nth-last-child(1) {
    margin: 0;
}

.contactLink a.link01 {
    background: url(../images/btn_link01_01.png) center no-repeat;
    background-size: 100%;
}

.contactLink a.link02 {
    background: url(../images/btn_link01_02.png) center no-repeat;
    background-size: 100%;
}

.contactLink a.link03 {
    background: url(../images/btn_link01_03.png) center no-repeat;
    background-size: 100%;
}

.contactLink a.link04 {
    background: url(../images/btn_link01_04.png) center no-repeat;
    background-size: 100%;
}


.header .contactLink a {
    width: 30px;
    height: 30px;
}

.header .contactLink a:hover {
    opacity: 0.5;
}

/*專利號*/
.header .patentCode {
    position: absolute;
    bottom: 20px;
    right: 0;
    font-size: 14px;
    color: #c3c3c3;
}

/*header 捲動*/
.header.sticky {
    height: 60px;
    background: rgba(78, 78, 151, 0.9);
}

.header.sticky .headerIn {
    height: 60px;
}

.header.sticky .headerIn .logo a {
    width: 220px;
    height: 54px;
    background: url(../images/logo_sticky.png) left center no-repeat;
    background-size: contain;
}

.header.sticky .contactLink a {
    width: 30px;
    height: 30px;
}

.header.sticky .headerMenu>li {
    font-size: 18px;
}

.header.sticky .patentCode {
    display: none;
}

/*footer*/
.footer {
    margin: 0;
    padding: 0;
    background: #fff;
}

.footer_app {
    background-color: #E4E4F1;
}

.footer_app .pagesize {
    display: flex;
    justify-content: space-between;
}

.footer_app .info02{
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.footer_app a{
    display: inline-block;
}

.footer_app img {
    width: 100%;
    display: block;
}

.footer .copyright {
    padding: 20px 10px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #4E4E97;
}

.footer .copyright .patentCode {
    margin-bottom: 10px;
    font-size: 13px;
}

/*swiper*/
.swiper-button-prev,
.swiper-button-next {
    outline: none;
}

/*popup*/

.popup_bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 30px));
    width: calc(100% - 20px);
    max-width: 720px;
    z-index: 10001;
}

.popup_close {
    display: block;
    width: 21px;
    height: 21px;
    margin: 0 0 10px auto;
    background: url(../images/btn_popup_close.png) center no-repeat;
}

.popup_box {
    width: 100%;
    padding: 60px 40px 40px;
    background: #fff;
    border-radius: 10px;
}

/*聯絡*/
.formbox {
    display: flex;
    margin-bottom: 20px;
    font-weight: 400;
}

.formbox>p {
    flex: 1 0 5em;
    margin-right: 20px;
    line-height: 40px;
    font-size: 21px;
}

.formbox .formInner {
    flex: 1 1 100%;
}

/*按鈕*/
.btnMain {
    text-align: center;
}

.btnMain a {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    line-height: 48px;
    font-size: 21px;
    text-align: center;
    color: #fff;
    background: #866C45;
}


/*分享*/

.reviewImg {
    margin-bottom: 16px;
}

.reviewImg img {
    max-width: 100%;
}

.reviewBox h4 {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 400;
}

.reviewBox p {
    font-size: 18px;
    line-height: 1.2em;
}


@media screen and (max-width: 1220px) {
    .pagesize {
        padding: 0 20px;
    }

    .headerIn {
        padding: 20px;
    }

    .header .patentCode {
        right: 20px;
    }

    .headerMenu>li {
        padding: 0 5px;
    }
}

@media screen and (max-width: 1100px) {

    .headerIn .logo {
        flex: 0 1 180px;
        margin-right: 20px;
    }

    .headerNav {
        flex: 1 0 auto;
        justify-content: flex-end;
    }

    .headerMenu {
        margin-right: 10px;
    }

    .headerMenu>li {
        line-height: 17px;
    }

    .headerMenu a {
        display: block;
        font-size: 17px;
    }

    .contactLink a {
        width: 30px;
        height: 30px;
        margin-right: 8px;
    }

}

@media screen and (max-width: 1024px) {

    .headerMenu a {
        font-size: 15px;
    }
    .headerMenu>li a{
        font-size: 16px;
        padding: 0 5px;
    }
    .headerIn .logo a{
        width: 250px;
        height: 72px;
        background: url(../images/logo.png) left center no-repeat;
        background-size: auto 72px;
    }
}

@media screen and (max-width: 800px) {
    .web {
        display: none;
    }

    .mobile {
        display: block;
    }

    body {
        font-size: 16px;
    }

    .wrapper {
        padding-top: 60px;
    }

    .pagesize {
        padding: 0 10px;
    }

    /* page */
    .wrapper {
        border-top: 0;
    }

    .bigT {
        font-size: 18px;
    }

    .biggerT {
        font-size: 21px;
    }

    .biggestT {
        font-size: 24px;
    }

    /* header */
    .header {
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0 10px;
        border-bottom: 0;
        z-index: 1000;
        transition: 0.2s;
    }

    .header .logo a {
        display: block;
        width: 200px;
        height: 60px;
        background: url(../images/m_logo.png) center no-repeat;
        background-size: auto 45px;
    }

    .header .btnNav a {
        display: block;
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        right: 0;
        background: url(../images/btn_mmenu_01.png) center no-repeat;
        background-size: auto 20px;
    }

    /* footer */
    .footer {
        border-top: solid 1px #e5e5e5;
    }

    .footer .contactLink {
        padding: 10px 0;
        text-align: center;
    }

    .footer .contactLink a {
        width: 44px;
        height: 44px;
    }

    /*下載*/
    .footer_app02 {
        text-align: center;
        padding-top: 20px;
        background-color: #E4E4F1;
    }

    .footer_app02 .title {
        margin-bottom: 10px;
        font-size: 30px;
        font-weight: bold;
        color: #444;
    }
    .footer_app02 .title::after{
        content: '';
        width: 80%;
        height: 1px;
        background-color: #444;
        margin: 10px auto 0;
        display: block;
    }

    .footer_app02 .desc {
        color: #444;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .footer_app02 ul.sub {
        width: 180px;
        margin: 0 auto 20px;
    }

    .footer_app02 ul.sub li {
        margin-bottom: 10px;
        position: relative;
        padding-left: 10px;
        text-align: left;
        font-size: 18px;
    }

    .footer_app02 ul.sub li::before {
        content: '';
        border-radius: 100%;
        background-color: #0388be;
        width: 5px;
        height: 5px;
        position: absolute;
        top: 11px;
        left: 0;
    }

    .footer_app02_link {
        display: flex;
    }

    .footer_app02_link a {
        flex: 1 1 auto;
        height: 48px;
    }

    .footer_app02_link .link01 {
        background: #000 url(../images/btn_link02_01.png) center no-repeat;
        background-size: auto 48px;
    }

    .footer_app02_link .link02 {
        background: #898989 url(../images/btn_link02_02.png) center no-repeat;
        background-size: auto 48px;
    }

    .footer_app02_link .link03 {
        background: #39ae36 url(../images/btn_link02_03.png) center no-repeat;
        background-size: auto 48px;
    }

    .footer_app02_link .link04 {
        background: #e71f19 url(../images/btn_link02_04.png) center no-repeat;
        background-size: auto 48px;
    }

    /*popup*/
    .popup_box {
        padding: 20px;
    }

    /*聯絡*/
    .formbox {
        display: block;
    }

    .formbox>p {
        font-size: 18px;
    }

    .formbox .formInner {
        flex: 1 1 100%;
    }

    /*按鈕*/
    .btnMain a {
        font-size: 18px;
    }



    /* MMENU */
    .mm-menu {
        background: #243d48;
    }

    /* 選單 */
    .mm-panel {
        padding: 0;
    }

    .mm-panels>.mm-panel>.mm-listview {
        margin: 0;
    }

    .mm-listitem::after {
        left: 0;
    }

    .mm-listitem__text {
        padding: 0 10px;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1) !important;
    }

    .mm-listitem {
        border-color: rgba(255, 255, 255, 0.6) !important;
    }

    .mm-listitem__text.on {
        color: #EFCF99 !important;
    }

    /*.mm-panel { padding: 60px 15px 0; }
	.mm-panel::after, .mm-panel::before { content: none; }
	.mm-panel_has-navbar { padding-top: 60px; }
	.mm-listitem { border-color: #c9c9c9; }
	.mm-panels>.mm-panel>.mm-listview { margin: 0 0 20px; }
	.mm-panels>.mm-panel>.mm-listview:first-child, .mm-panels>.mm-panel>.mm-navbar+.mm-listview { margin: 0; }
	.mm-listitem.mm-listitem_selected .mm-listitem__text,
	.mm-listitem.mm-listitem_opened > .mm-listitem__text ,
	.mm-listitem.mm-listitem_opened .mm-btn_next { background: #eee; border-bottom: solid 1px #c9c9c9; }
	.mm-listitem__text { padding: 15px 10px; }
	.mm-listitem__text::before { content: ""; display: inline-block; width: 6px; height: 6px; margin: -4px 5px 0 0; vertical-align: middle; background: #0382df; border-radius: 3px; }*/
}

@media screen and (max-width: 640px) {}