@charset "UTF-8";

/*-----------------
    # Typography
-----------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700&display=swap');

.home-food {
    --main-color: #8cc63f;
    --heading-color: #201654;
    --search-bg-color: #7eb239;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}

* {
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
    margin: 0;
    font-family: 'Noto Sans TC', sans-serif;
}

h1 {
  font-size: 60px;
  line-height: 1.3333333333;
}

h2 {
  font-size: 40px;
  line-height: 1.3380952381;
}

h3 {
  font-size: 36px;
  line-height: 1.3833333333;
}

h4 {
  font-size: 30px;
  line-height: 1.3380952381;
}

h5 {
  font-size: 24px;
  line-height: 1.3380952381;
}

h6 {
  font-size: 18px;
  line-height: 1.3380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-weight: 500;
}

p {
  color: var(--paragraph-color);
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-bottom: 10px;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.4s;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:hover {
  color: var(--main-color);
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ol {
  counter-reset: counter;
  padding-left: 0;
}

ol li {
  list-style: none;
  margin-bottom: 1rem;
}

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px;
}

button:hover,
button:active,
button:focus {
  outline: 0;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.no-gutter > [class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.no-gutter[class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.h-100vh {
  height: 100vh;
}

code {
  color: #faa603;
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "fontawesome";
  content: "";
  color: var(--main-color);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  transition: 0.3s ease-in;
}

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
  color: var(--main-color);
}



.h-100vh {
  height: 100vh;
}








/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after{
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after{
  clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/


/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Copyright
--------------------------------------------------------------*/
footer {
    content: "";
    float: none;
    display: table;
    position: relative;
    clear: both;
    width: 100%;
    max-width: 100%;
    padding: 60px 0;
    background-color: #252525;
    color: #fff;
}
.copyright {
    padding-top: 30px;
    color: #848484;
    font-family: 'Arial',sans-serif;
    font-weight: bold;
    margin: auto;
    font-size: 12px;
    text-align: center;
    letter-spacing: .15em;
}

.foot_qrcode {
    margin: 15px auto 0 auto;
    display: block;
    text-align: center;
    width: 120px;
    max-width: 120px;
    position: relative;
}


.foot_inner {
    color: #fff;
    font-size: 14px;
    font-style: normal;
     line-height:25px;
    letter-spacing: 1px;

    position: relative;
    content: " ";
    display: table;
    width: 100%;
}
footer h3 {
    display: block;  
    font-size:20px;
    font-family: '微軟正黑體',Arial, Helvetica, sans-serif;
    font-style: normal;
    letter-spacing: .25em;
    line-height: 1;
    text-transform: uppercase;
    color: #FFF;
    text-align:center;
    padding-bottom: 15px;
    margin: 0 auto
}
footer .footQrTit {
    color: #ffc107 !important;
    font-weight: bold
}
    .foot_inner {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-family: "微軟正黑體";
    line-height: 3em;
    letter-spacing: 0.1em
}



    .foot_inner span {
        padding-left: 8px;
        cursor: pointer;
        font-size: 12px
    }

    .foot_inner ul {
        width: 100%;
        margin: 0;
        padding: 0;
        left: 0
    }

        .foot_inner ul li {
            list-style: none;
            float: left;
            width: 30%;
            text-align:center;
            padding: 0 1%
        }

            .foot_inner ul li p {
                line-height: 1.8
            }

            .foot_inner ul li a {
                text-decoration: none;
                color: #fff
            }

                .foot_inner ul li a:hover {
                    text-decoration: none;
                    color: #ffc107 
                }

.foot_inner_qr {
    width: 15%;
    float: right;
    margin-right: 2%;
    text-align: center;
    padding-top: 1%;
}


.copyright {
    padding-top: 30px;
    color: #848484;
    font-family: 'Arial',sans-serif;
    font-weight: bold;
    margin: auto;
    font-size: 12px;
    text-align: center;
    letter-spacing: .15em;
}

@media only screen and (max-width:800px) {
    footer h3 {
        text-align: center
    }

    .foot_inner {
        line-height: 2;
        top: 0
    }

    footer {
        top: 0;
        float: left;
        margin-top: 0
    }
    
    .foot_inner ul {
        width: 100%;
        margin: 0;
        padding: 0;
        left: 0;
        top: 0
    }

        .foot_inner ul li {
            width: 98%;
            text-align: center;
            margin-bottom: 3%
        }
    /*0319更正*/
    .foot_qrcode {
        padding-left: 0;
        text-align: center
    }

    .copyright {
        padding: 0px 5px 20px 5px
    }
}


/*----------------------------------------
    # Unit 
------------------------------------------*/
dl,
ol,
ul {
    padding-left: 15px;
}

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}




@media all and (min-width: 1600px) {
  .container {
    max-width: 1580px !important;
  }


}
/*---------------------------------------
    ## Button
---------------------------------------*/
.btn {
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  overflow: hidden;
  position: relative;
  border: 0;
  transition: all 0.5s ease;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  border-radius: 5px;
}
.btn:focus, .btn:active {
  outline: 0;
  box-shadow: none;
}



.btn-white {
  background: #fff;
  color: var(--heading-color);
  border: 0;
}
.btn-white:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #283f62;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-duration: 0.4s;
}
.btn-white:hover, .btn-white:focus {
  color: #fff;
}
.btn-white:hover:before, .btn-white:focus:before {
  transform: scaleX(1);
}

.btn-border {
  background: #fff;
  color: var(--heading-color);
  border: 2px solid #ced2d8;
  line-height: 44px;
  padding: 0 20px;
  border-radius: 0;
}
.btn-border:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--main-color);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-duration: 0.4s;
}
.btn-border:hover, .btn-border:focus {
  color: #fff;
  border: 2px solid var(--main-color);
}
.btn-border:hover:before, .btn-border:focus:before {
  transform: scaleX(1);
}


/*-------btn hover---------*/
.btn-blue {
  background: #283f62;
  color: #fff;
  border: 0;
}
    .btn-blue:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #c2143d;
        transform: scaleX(0);
        transform-origin: 0 50%;
        transition-duration: 0.4s;
    }
.btn-blue:hover, .btn-blue:focus {
  color: #fff;
}
.btn-blue:hover:before, .btn-blue:focus:before {
  transform: scaleX(1);
}


.btn-red {
    background: #c2143d;
    color: #fff;
    border: 0;
}


    .btn-red:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #324355;
        transform: scaleX(0);
        transform-origin: 0 50%;
        transition-duration: 0.4s;
    }

    .btn-red:hover, .btn-red:focus {
        color: #fff;
    }

        .btn-red:hover:before, .btn-red:focus:before {
            transform: scaleX(1);
        }

.tag-base {
    height: 28px;
    line-height: 28px;
    padding: 0 14px;
    display: inline-block;
    border-radius: 3px;
    font-size: 15px;
}
.tag-base .notice {
  height: 28px;
  width: 28px;
  line-height: 28px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  position: absolute;
  right: -9px;
  top: -10px;
}

.tag-blue {
  background: var(--main-color);
  color: #fff;
}
.tag-blue:hover {
  background: #0f68c0;
  color: #fff;
}
.tag-blue .notice {
  background: #0f68c0;
}

.tag-light-blue {
  background: #e6f2fd;
  color: var(--main-color);
}
.tag-light-blue:hover {
  background: #cee3f6;
  color: #fff;
}
.tag-light-blue .notice {
  background: #cee3f6;
}

.tag-orange {
  background: #fa6400;
  color: #fff;
}
.tag-orange:hover {
  background: #fa2000;
  color: #fff;
}
.tag-orange .notice {
  background: #fa2000;
}

.tag-purple {
  background: #7530ff;
  color: #fff;
}
.tag-purple:hover {
  background: #6227da;
  color: #fff;
}
.tag-purple .notice {
  background: #6227da;
}

.tag-red {
  background: #ed1c24;
  color: #fff;
}
.tag-red:hover {
  background: #d21c23;
  color: #fff;
}
.tag-red .notice {
  background: #d21c23;
}

.tag-green {
  background: #00bff3;
  color: #fff;
}
.tag-green:hover {
  background: #18a9d1;
  color: #fff;
}
.tag-green .notice {
  background: #18a9d1;
}

.tag-light-green {
  background: #8dc63f;
  color: #fff;
}
.tag-light-green:hover {
  background: #74ad27;
  color: #fff;
}
.tag-light-green .notice {
  background: #74ad27;
}

.tag-yellow {
  background: #f3b500;
  color: #fff;
}
.tag-yellow:hover {
  background: #d4a10e;
  color: #fff;
}
.tag-yellow .notice {
  background: #d4a10e;
}

/*---------------------------------------
    ## Post meta
---------------------------------------*/
.post-meta-single p {
  font-size: 14px;
}
.post-meta-single p i {
  margin-right: 5px;
}
.post-meta-single ul {
  margin: 0;
  padding: 0;
}
.post-meta-single ul li {
  display: inline-block;
  margin: 0 6px;
  color: var(--heading-color);
  font-size: 14px;
}
.post-meta-single ul li i {
  margin-right: 5px;
}
.post-meta-single ul li:first-child {
  margin-left: 0;
}
.post-meta-single ul li:last-child {
  margin-right: 0;
}


/*------------------------------------------------
    ## Back Top
------------------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 0px;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  color: #fff;
  background-color:cornflowerblue;
  text-align: center;
  line-height: 49px;
  z-index: 999;
  font-size: 16px;
  transition: 0.4s;
  cursor: pointer;
  display: none;
  animation: backto-top-bounce 4s infinite ease-in-out;
}
.back-to-top:hover {
  box-shadow: 0px 3px 7px 0px rgba(254, 242, 46, 0.35);
}
@keyframes backto-top-bounce {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-5px);
  }
}
/*------------------------------------------------
    ## social area
------------------------------------------------*/
.social-area {
  padding: 0;
  margin: 0;
}
.social-area li {
  list-style: none;
  display: inline-block;
  margin: 0 7px;
}
.social-area li a {
  color: rgba(255, 255, 255, 0.8);
}
.social-area li a:hover {
  color: var(--main-color);
}
.social-area li:first-child {
  margin-left: 0;
}
.social-area li:last-child {
  margin-right: 0;
}

.social-area-2 li {
  margin: 0 6px;
}
.social-area-2 li a {
  color: #ffffff;
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
}
.social-area-2 li a.facebook-icon {
  background: #3b5998;
}
    .social-area-2 li a.line-icon {
        background: #06c755;
        font-size: 12px;
    }

.social-area-2 li a.instagram-icon {
  background: #6c27b3;
}
.social-area-2 li a.google-icon {
  background: #dc4e41;
}

.social-area-3 li {
  margin: 0 6px;
}
.social-area-3 li a {
  color: #ffffff;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #d7d7d7;
  color: #5e697e;
}
.social-area-3 li a:hover {
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

.social-area-list ul {
  margin: 0;
  padding: 0;
}
.social-area-list ul li {
  list-style: none;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.social-area-list ul li .social-icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
}
.social-area-list ul li a {
  font-size: 14px;
}
.social-area-list ul li .facebook i {
  background: #3b5998;
}
.social-area-list ul li .twitter i {
  background: #55acee;
}
.social-area-list ul li .youtube i {
  background: #d42428;
}
.social-area-list ul li .instagram i {
  background: #6c27b3;
}
.social-area-list ul li .google-plus i {
  background: #dc4e41;
}
.social-area-list ul li span {
  margin-left: 18px;
}
.social-area-list ul li .fa-plus {
  color: #3b5998;
  font-size: 14px;
  float: right;
  padding-top: 13px;
  background: none !important;
}
.social-area-list ul li .sr-intro {
  color: #3b5998;
  font-size: 14px;
  float: right;
  margin: 8px 10px 0 0;
  padding-left: 6px;
  background: none !important;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.social-area-list ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.social-area-list.style-two ul {
  margin: 0;
  padding: 0;
}


/*----------------------------------------
  ##訂購
----------------------------------------*/


.floating-btn {
    border-radius: 26.5px;
    background-color: #c2143d;
    border: 1px solid #eee;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    line-height: 30px;
    padding: 12px 30px;
    position: fixed;
    bottom: 65px;
    right: 8px;
    z-index: 99;
    text-align: center;
    letter-spacing: 2px;
     font-family: 'Noto Sans TC', sans-serif;
}

.order-panel-container.visible {
    transform: translateX(-10px);
}

.order-panel-container {
    position: fixed;
    right: 0;
    bottom: 125px;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    z-index: 999
}
.order-panel {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 16px 31px -17px rgba(0,31,97,0.6);
    border: 5px solid #001F61;
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 185px;
    width: 370px;
    max-width: calc(100% - 10px);
    font-family: 'Noto Sans TC', sans-serif;
}

    .order-panel button.close-btn {
        border: 0;
        color: #97A5CE;
        cursor: pointer;
        font-size: 20px;
        position: absolute;
        top: 5px;
        right: 5px;
    }

        .order-panel button.close-btn:focus {
            outline: none;
        }

    .order-panel p {
        background-color: #001F61;
        border-radius: 0 0 10px 10px;
        color: #fff;
        font-size: 16px;
        line-height: 18px;
        padding: 2px 17px 6px;
        position: absolute;
        letter-spacing:2px;
        top: 0;
        left: 50%;
        margin: 0;
        transform: translateX(-50%);
        text-align: center;
        width: 200px;
    }

    .order-panel .qrcodeBlock {
        margin: 30px auto 0 auto;
        display: block;
        text-align: center;
        width: 100px;
        max-width: 100px;
        position: relative;
    }

            .order-panel .qrcode img {
                          top: 0;
                display: block;
                width: 100%;
                max-width: 100%;
                height: 100%;
                line-height: 0;
                text-align: center;
                border: none;
                -o-object-fit: cover;
                object-fit: cover;
                vertical-align: middle;
            }

            .order-panel h4 {
                margin: 8px 0 0 0;
                font-size: 20px;
                line-height: 18px;
                text-transform: uppercase;
                text-align:center
            }


                .order-panel h4 a {
                    font-family: 'Noto Sans TC', sans-serif;
                    font-size: 20px;
                    line-height: 18px;
                    text-transform: uppercase;
                    color: #c2143d;
                    font-weight: 500
                }
                    .order-panel h4 a:hover {
                        color: #17a2b8 
                    }


@media (max-width:575px) {
    .order-panel {
        max-width: 300px;
        width: 300px;
    }
}


    /*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
    .bg-base {
        background: var(--main-color);
    }

    .bg-white {
        background: #fff;
    }

    .bg-black {
        background: #102950;
    }

    .bg-gray {
        background: #f8f8f8
    }

    .bg-sky {
        background: #f7fbff;
    }

    .bg-yellow {
        background: #ffbe00;
    }

    .bg-blue {
        background: #097bed;
    }

    .bg-after-sky {
        position: relative;
    }

        .bg-after-sky:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: #f7fbff;
            z-index: -1;
        }

    .pd-top-50 {
        padding-top: 50px;
    }

    .pd-top-70 {
        padding-top: 70px;
    }

    .pd-top-75 {
        padding-top: 75px;
    }

    .pd-top-80 {
        padding-top: 80px;
    }

    .pd-top-82 {
        padding-top: 82px;
    }

    .pd-top-90 {
        padding-top: 90px;
    }

    .pd-top-95 {
        padding-top: 95px;
    }

    .pd-top-100 {
        padding-top: 100px;
    }

    .pd-bottom-50 {
        padding-bottom: 50px;
    }

    .pd-bottom-60 {
        padding-bottom: 60px;
    }

    .pd-bottom-70 {
        padding-bottom: 70px;
    }

    .pd-bottom-80 {
        padding-bottom: 80px;
    }

    .pd-bottom-90 {
        padding-bottom: 90px;
    }

    .pd-bottom-100 {
        padding-bottom: 100px;
    }

    .pd-bottom-150 {
        padding-bottom: 150px;
    }

    .mg-top--100 {
        margin-top: -100px;
    }

    /*----------------------------------------------
    # top bar 
----------------------------------------------*/
    .topbar-area {
        background: #1b2228;
        padding: 15px 0;
    }

        .topbar-area .topbar-menu ul {
            padding: 0;
            margin: 0;
            display: inline-block;
        }

            .topbar-area .topbar-menu ul li {
                display: inline-block;
                margin: 0 8px;
            }

                .topbar-area .topbar-menu ul li a {
                    color: rgba(255, 255, 255, 1);
                    font-size: 17px;
                    letter-spacing: 1px;
                    font-family: 'Noto Sans TC', sans-serif;
                    font-weight: 300
                }

                .topbar-area .topbar-menu ul li:first-child {
                    margin-left: 0;
                }

                .topbar-area .topbar-menu ul li:last-child {
                    margin-right: 0;
                }

        .topbar-area .lang-single-inner {
            display: inline-block;
        }

            .topbar-area .lang-single-inner .nice-select {
                padding: 0 25px 0 0;
                margin: 0;
                height: auto;
                line-height: 0.6;
                background: transparent;
                color: rgba(255, 255, 255, 0.8);
                border: 0;
            }

                .topbar-area .lang-single-inner .nice-select ul {
                    margin: 0;
                    padding: 0;
                    margin-top: 6px;
                    border-radius: 0;
                }

                    .topbar-area .lang-single-inner .nice-select ul li {
                        display: block;
                        margin: 0;
                        font-size: 13px;
                        min-height: 36px;
                        line-height: 30px;
                        color: var(--main-color);
                    }

        .topbar-area .topbar-social .social-area {
            display: inline-block;
        }

        .topbar-area .topbar-date {
            display: inline-block;
            color: rgba(255, 255, 255, 0.8);
            font-size: 14px;
            padding-right: 15px;
            margin-right: 15px;
        }

    @media (max-width:768px) {
        .topbar-area .topbar-menu ul li {
            margin: 0 5px 10px 5px;
        }
    }

    /*----------------------------------------------
    # add bar 
----------------------------------------------*/
    .adbar-area {
        padding: 25px 0;
    }

    /*----------------------------------------------
    # Nav bar  menu
----------------------------------------------*/
    .navbar-area {
        padding: 0;
        top: 0;
        z-index: 98;
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        transition: all 0.4s;
        padding: 0;
        background-color: #c2143d
    }

        /*---下滑----*/
        .navbar-area .navbar {
            background: #c2143d;
        }

        .navbar-area .nav-container {
            background-color: transparent;
            transition: all 0.4s;
        }

            .navbar-area .nav-container .logo a {
                display: inline-block;
            }

                .navbar-area .nav-container .logo a img {
                    height: auto;
                }

    .main-logo {
        font-size: 36px
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav {
        display: block;
        width: 100%;
    }


        /*-------------
    pc Menu
    
    -------------*/
        .navbar-area .nav-container .navbar-collapse .navbar-nav li {
            border-left: 1px solid rgba(255, 255, 255, 0.2);
            display: inline-block;
            font-weight: 400;
            line-height: 52px;
            font-family: 'Noto Sans TC', sans-serif;
            text-transform: capitalize;
        }

            .navbar-area .nav-container .navbar-collapse .navbar-nav li:first-child {
                border: 0;
                padding-left: 0;
            }

            .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
                color: #fff;
                font-weight: 400;
                font-size: 20px;
                letter-spacing: 2px;
                font-family: 'Noto Sans TC', sans-serif;
                text-transform: uppercase;
            }

            .navbar-area .nav-container .navbar-collapse .navbar-nav li:hover a {
                color: #FFE100;
            }

            .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
                margin-left: 17px;
                padding-left: 20px;
            }

            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
                position: relative;
                z-index: 0;
                padding-right: 14px;
                transition: all 0.4s ease-in;
                z-index: 9;
            }

                .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
                    content: "";
                    position: absolute;
                    right: 3px;
                    top: 50%;
                    height: 10px;
                    width: 2px;
                    background: #fff;
                    transform: translateY(-50%);
                    transition: all 0.3s ease-in;
                    z-index: -9;
                }

                .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:after {
                    content: "";
                    position: absolute;
                    right: -1px;
                    top: 26px;
                    height: 2px;
                    width: 10px;
                    background: #fff;
                    transform: translateY(-50%);
                    transition: all 0.3s ease-in;
                    z-index: -9;
                }

                .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
                    transition: all 0.4s ease;
                }

                    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:before {
                        opacity: 0;
                    }

                    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
                        visibility: visible;
                        opacity: 1;
                    }

                .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
                    position: absolute;
                    text-align: left;
                    min-width: 210px;
                    margin: 0;
                    padding: 0;
                    list-style: none;
                    left: 0;
                    top: 60px;
                    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
                    background-color: #fff;
                    z-index: 9;
                    overflow: hidden;
                    visibility: hidden;
                    opacity: 0;
                    transition: all 0.4s ease;
                    border-radius: 0;
                }

                    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.border-bt0 {
                        border-bottom: 0px !important;
                    }

                    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
                        display: block;
                        margin-left: 0;
                        line-height: 22px;
                        font-size: 15px;
                        transition: all 0.4s ease;
                        border: 0;
                        padding-left: 0;
                        border-bottom: 1px solid #f5f5f5;
                    }

                        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
                            display: block;
                            padding: 10px 20px;
                            white-space: nowrap;
                            transition: all 0.3s;
                            color: #767575;
                            font-size: 14px;
                            transition: all 0.4s ease;
                            position: relative;
                        }

                            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:before {
                                position: absolute;
                                left: 17px;
                                top: 50%;
                                content: "";
                                font-family: "fontawesome";
                                /* IE 9 */
                                /* Chrome, Safari, Opera */
                                transform: translateY(-50%);
                                visibility: hidden;
                                opacity: 0;
                                transition: 0.4s;
                                color: #fff;
                            }

                            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a span {
                                background: #ed1c24;
                                float: right;
                                font-size: 10px;
                                line-height: 1;
                                color: #fff;
                                padding: 4px 5px 3px 5px;
                                margin-top: 2px;
                            }

                        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover {
                            background: var(--main-color);
                        }

                            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a {
                                color: #fff;
                                padding: 10px 20px 10px 30px;
                            }

                                .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:hover a:before {
                                    visibility: visible;
                                    opacity: 1;
                                }

                        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child {
                            border-bottom: 0;
                        }

                    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
                        position: relative;
                        z-index: 0;
                        padding-right: 0px;
                    }

                        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
                            position: absolute;
                            right: 15px;
                            top: 50%;
                            content: "";
                            font-family: "fontawesome";
                            /* IE 9 */
                            /* Chrome, Safari, Opera */
                            transform: translateY(-50%);
                        }

                        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
                            left: 100%;
                            top: 20px;
                        }

                            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
                                left: auto;
                                right: 100%;
                            }

                        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
                            visibility: visible;
                            opacity: 1;
                        }

                            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
                                color: #fff;
                            }

    .navbar-area.navbar-area-2 .nav-container {
        padding: 15px;
    }

    .navbar-area.navbar-area-2 .topbar-area {
        background: #102950;
    }

    .navbar-area.navbar-area-2 .navbar {
        background: #fff;
    }

    .navbar-area.navbar-area-2 .nav-container .navbar-collapse .navbar-nav > li > a {
        color: #121213;
        font-weight: 600;
    }

    .navbar-area.navbar-area-2 .nav-container .navbar-collapse .navbar-nav > li.menu-item-has-children:before {
        display: none;
    }

    .navbar-area.navbar-area-2 .nav-container .navbar-collapse .navbar-nav > li.menu-item-has-children:after {
        content: "";
        color: #121213;
        font-family: "fontAwesome";
        top: 0px;
    }

    .sticky-active {
        animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0 10px 50px 0 rgba(46, 56, 220, 0.2);
    }



    .menu-open {
        opacity: 1;
        margin-right: 0;
        visibility: visible;
    }

    .bar1 {
        width: 32px;
        height: 2px;
        margin-bottom: 5px;
        position: absolute;
        background: #fff;
        z-index: 9999;
        top: 10px;
        right: -5px;
    }

    .bar2 {
        width: 24px;
        height: 2px;
        margin-bottom: 5px;
        position: absolute;
        background: #fff;
        z-index: 9999;
        top: 17px;
        right: -5px;
    }

    .bar3 {
        width: 18px;
        height: 2px;
        margin-bottom: 5px;
        position: absolute;
        background: #fff;
        z-index: 9999;
        top: 24px;
        right: -5px;
    }

    .responsive-mobile-menu button:focus {
        outline: none;
        border: none;
    }

    .toggle-btn {
        left: auto;
        right: 10px;
        position: absolute;
        width: 40px;
        height: 40px;
        transition-duration: 0.5s;
        border: 0;
        background: transparent;
        top: 25px;
    }

        .toggle-btn .icon-left {
            transition-duration: 0.5s;
            position: absolute;
            height: 2px;
            width: 11px;
            top: 18px;
            background-color: #ffffff;
            left: 7px;
        }

            .toggle-btn .icon-left:before {
                transition-duration: 0.5s;
                position: absolute;
                width: 11px;
                height: 2px;
                background-color: #ffffff;
                content: "";
                top: -7px;
                left: 0;
            }

            .toggle-btn .icon-left:after {
                transition-duration: 0.5s;
                position: absolute;
                width: 11px;
                height: 2px;
                background-color: #ffffff;
                content: "";
                top: 7px;
                left: 0;
            }

            .toggle-btn .icon-left:hover {
                cursor: pointer;
            }

        .toggle-btn .icon-right {
            transition-duration: 0.5s;
            position: absolute;
            height: 2px;
            width: 11px;
            top: 18px;
            background-color: #ffffff;
            left: 18px;
        }

            .toggle-btn .icon-right:before {
                transition-duration: 0.5s;
                position: absolute;
                width: 11px;
                height: 2px;
                background-color: #ffffff;
                content: "";
                top: -7px;
                left: 0;
            }

            .toggle-btn .icon-right:after {
                transition-duration: 0.5s;
                position: absolute;
                width: 11px;
                height: 2px;
                background-color: #ffffff;
                content: "";
                top: 7px;
                left: 0;
            }

            .toggle-btn .icon-right:hover {
                cursor: pointer;
            }

        .toggle-btn.open .icon-left {
            transition-duration: 0.5s;
            background: transparent;
        }

            .toggle-btn.open .icon-left:before {
                transform: rotateZ(45deg) scaleX(1.4) translate(2px, 1px);
            }

            .toggle-btn.open .icon-left:after {
                transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -1px);
            }

        .toggle-btn.open .icon-right {
            transition-duration: 0.5s;
            background: transparent;
        }

            .toggle-btn.open .icon-right:before {
                transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 1px);
            }

            .toggle-btn.open .icon-right:after {
                transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -1px);
            }

        .toggle-btn:hover {
            cursor: pointer;
        }

    .navbar-area-fixed .icon-left {
        background-color: #fff;
    }

        .navbar-area-fixed .icon-left:before {
            background-color: #fff;
        }

        .navbar-area-fixed .icon-left:after {
            background-color: #fff;
        }

    .navbar-area-fixed .icon-right {
        background-color: #fff;
    }

        .navbar-area-fixed .icon-right:before {
            background-color: #fff;
        }

        .navbar-area-fixed .icon-right:after {
            background-color: #fff;
        }

    .nav-right-part-desktop {
        margin-left: 20px;
    }

    .nav-right-part-mobile {
        display: none;
    }

    .sopen {
        display: block !important;
    }

    @media all and (min-width: 992px) {
        .navbar-area-fixed .nav-container .navbar-collapse .navbar-nav li:hover a,
        .navbar-area-fixed .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before,
        .navbar-area-fixed .nav-container .navbar-collapse .navbar-nav li a {
            color: #fff;
        }
    }

    @media all and (max-width: 991px) {
        .navbar-area .nav-container {
            padding: 15px;
        }

        .nav-right-part {
            margin-right: 50px;
        }

        .nav-right-part-desktop {
            display: none;
        }

        .nav-right-part-mobile {
            display: block;
        }

        .nav-right-part .btn .right {
            padding-left: 5px;
            font-size: 13px;
        }

        .navbar-area .nav-container {
            position: relative;
            z-index: 0;
        }

            .navbar-area .nav-container .navbar-toggler {
                padding: 0px;
            }

            .navbar-area .nav-container .navbar-collapse {
                margin-top: 13px;
                padding-right: 25px;
            }

                .navbar-area .nav-container .navbar-collapse .navbar-nav {
                    display: block;
                    margin-top: 20px;
                }

                    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
                        display: block;
                        text-align: left;
                        line-height: 30px;
                        padding: 10px 0;
                        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
                    }

                        .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
                            display: block;
                        }

                        .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
                            border-bottom: none;
                        }

                        .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
                            margin-left: 0;
                        }

                        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
                            top: 26px;
                            right: 3px !important;
                        }

                        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
                            position: initial;
                            display: block;
                            width: 100%;
                            border-top: none;
                            box-shadow: none;
                            margin-left: 0;
                            padding-bottom: 0;
                            height: auto;
                            overflow: hidden;
                            max-height: 250px;
                            overflow-y: scroll;
                            background-color: transparent;
                            border-radius: 10px;
                            padding: 0px;
                            border-bottom: none;
                            display: none;
                            transition: none;
                            visibility: visible;
                            opacity: 1;
                        }

                            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
                                content: "";
                            }

                            .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
                                padding: 0;
                            }

                                .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
                                    top: 30px;
                                    color: #fff;
                                }

                                .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
                                    border-top: none;
                                }

        .navbar-area-2 .nav-right-part .header-search {
            color: #102950;
        }

        .navbar-area-2 .toggle-btn .icon-left {
            background-color: #102950;
            left: 7px;
        }

            .navbar-area-2 .toggle-btn .icon-left:before {
                background-color: #102950;
            }

            .navbar-area-2 .toggle-btn .icon-left:after {
                background-color: #102950;
            }

        .navbar-area-2 .toggle-btn .icon-right {
            background-color: #102950;
        }

            .navbar-area-2 .toggle-btn .icon-right:before {
                background-color: #102950;
            }

            .navbar-area-2 .toggle-btn .icon-right:after {
                background-color: #102950;
            }

        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

        .navbar-area .nav-container .navbar-collapse .navbar-nav li:first-child {
            padding-left: 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

        .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
            color: #fff;
        }

        .navbar-area .nav-container .navbar-collapse .navbar-nav li {
            border-left: 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

            .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
                margin-left: 0;
                padding-left: 0;
            }

        .navbar-area .nav-container .navbar-collapse {
            padding-right: 0;
        }

        .navbar-area-2 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
            color: #102950;
        }
    }
    /*---------------------------------------
    ## banner Edm Wrap
---------------------------------------*/


    .banner-inner {
        position: relative;
        box-sizing: border-box;
        padding: 30px 0 45px 0;
        text-align: center;
        margin: auto
    }

        .banner-inner .thumb {
            position: relative;
            display: block;
            margin: 0px auto;
            background-color: transparent
        }

            .banner-inner .thumb img {
                position: relative;
                z-index: 3;
                border-radius: 5px;
                border: 1px solid rgba(0, 0, 0, 0.12);
                box-shadow: rgb(0 0 0 / 12%) 0px 2px 5px;
            }


/*------------------------------------------------
    ## Section title 2
------------------------------------------------*/
.con-title {
    position: relative;
    
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 0.125rem;
    font-weight: 700;
    color: #4a4a4a;
    padding-left:20px;
    padding-bottom:15px;

}


    .con-title:before {
        left: 0;
        top:13px;
        display:block;
        content: "";
        position: absolute;
        font-style: normal;
        font-weight: normal;
        margin-right: 0.75rem;
        font-weight: 900;
        width: 12px;
        height: 12px;
        background-color: #4a4a4a;
    }



.con-title-2 {
    position: relative;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-weight: 400;
    font-size: 19px;
    letter-spacing: 0.125rem;
    font-weight: 700;
    color: #4a4a4a;
    padding:15px 0 15px 20px;
}


    .con-title-2:before {
        left: 0;
        top: 20px;
        display: block;
        content: "";
        position: absolute;
        font-style: normal;
        font-weight: normal;
        margin-right: 0.75rem;
        font-weight: 900;
        width: 12px;
        height: 12px;
        background-color: #FFE100;
    }

    /*---------------------------------------
    ##tit
---------------------------------------*/
    .event-title {
        text-align: center;
        padding-bottom: 10px;
        position: relative;
        margin: 10px auto 10px auto;
        display: block;
        align-items: center;
        justify-content: space-between;
    }

        .event-title h2 {
            line-height: 1.5;
            letter-spacing: 3px;
            color: #262626;
            font-size: 32px;
            font-style: normal;
            font-family: 'Noto Sans TC', sans-serif;
        }

            .event-title h2::after {
                content: '';
                display: block;
                background-image: linear-gradient(to right, #FFE100 5px, #FFE100 4px);
                background-size: 9px 2px;
                background-repeat: repeat-x;
                width: 122px;
                height: 2px;
                margin: 5px auto 0;
            }

        .event-title h3 {
            line-height: 1.5;
            letter-spacing: 3px;
            color: #262626;
            font-size:24px;
            font-style: normal;
            font-family: 'Noto Sans TC', sans-serif;
        }

            .event-title h3::after {
                content: '';
                display: block;
                background-image: linear-gradient(to right, #FFE100 5px, #FFE100 4px);
                background-size: 9px 2px;
                background-repeat: repeat-x;
                width: 122px;
                height: 2px;
                margin: 5px auto 0;
            }



    /*---------------------------------------
    ##備註
---------------------------------------*/
    .reg-message {
        display: block;
        background-color: #ffecee;
        border-radius: 8px;
        padding: 18px;
        color: #c2143d;
        margin-top: 24px;
        font-size: 20px;
        font-family: 'Noto Sans TC', sans-serif;
        letter-spacing: 2px
    }

    .bd-callout {
        padding: 1.25rem;
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
        border: 1px solid #eee;
        border-left-width: 0.25rem;
        border-left-color: #c2143d;
        border-radius: 0.25rem;
    }


    /*---------------------------------------
    ##area
---------------------------------------*/
    .event-infoArea {
        position: relative;
        width: 100%;
        max-width: 100%;
        display: block;
        padding: 60px 0 30px 0;
        overflow: hidden;
    }




    .list-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        flex: 0 0 100%
    }

        .list-group ul {
            padding: 0;
            margin: 0;
            list-style: none;
            list-style-type: none
        }

            .list-group ul li {
                position: relative;
                display: block;
                padding: 8px 15px;
                border: 1px solid rgba(0,0,0,.125);
            }


                .list-group ul li a {
                    color: #007bff;
                    text-decoration: none
                }


                    .list-group ul li a:hover {
                        color: #55acee;
                        text-decoration: none
                    }




    /*---------------------------------------
    ##地點
---------------------------------------*/

    .mapArea {
        display: block;
        position: relative;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 60px auto;
        -webkit-box-sizing: border-box;
    }

    .map-section {
        position: relative;
        z-index: 1;
        padding: 0;
        position: relative;
        width: 100%;
        max-width: 100%;
    }


    .mapiframe {
        padding: 0;
        display: block;
        width: 100%;
        max-width: 100%;
        height: 350px;
        width: 100%;
        position: relative;
    }

    iframe {
        max-width: 100%;
        width: 100%;
        min-height: 100%;
    }
    /*---------------------------------------
    ##txt
---------------------------------------*/


    .txtContent {
        width: 100%;
        margin: 30px auto;
        color: #313131;
        font-size: 1.2em;
        font-weight: normal;
        padding: 15px;
        overflow-wrap: break-word;
        word-break: break-all;
        line-height: 1.8;
    }





    .orderBtn {
        position: relative;
        top: 50px;
        width: 288px;
        padding: 24px;
    }


.mapArea {
    position: relative;
    padding: 70px 0 45px 0;
    background-color: #F8F7F5;
    display: block;
    overflow: hidden
}

/*---------------------------------------
    ##registration form
---------------------------------------*/


.formArea {
    display:block;
           overflow:hidden;
    padding:60px 0px;
    background-color: #fff;
    position: relative;
    font-family: '微軟正黑體',Helvetica,Arial,Heiti TC,"メイリオ",sans-serif;
}
.formBox {

    padding: 30px 15px 15px 15px;
    background-color: #fff;
    position: relative;
    font-family: '微軟正黑體',Helvetica,Arial,Heiti TC,"メイリオ",sans-serif;
}

.formBox .from-grid-tit {
    margin-bottom: 8px;
    display: block;
    text-align:left
}

    .formBox .from-grid-txt {
        margin-bottom: 10px;
        float: left;
        width: 100%;
        box-sizing: border-box;
        text-align: left
    }
  
    .formBox .from-grid-bir {
        margin-bottom: 10px;
        float: left;
        width: 100%;
        box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
    }

.from-grid-bir span {
    text-align: center;
      margin-right: 2px;
    padding: 0px 5px 0 5px;
}

.from-grid-bir i {
    text-align: center;
    padding: 10px 5px 0 5px;
    display: inline-block;
    font-style: normal
}
.formBox label {
    display: inline-block;
    margin-right: 6px;
    font-size:18px;
    color: #2f2f2f;
}




.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    height: 47px;
    background: #f6f6f6;
    border-radius: 0;
    border: 1px solid #e5e6e9;
}

@media (max-width: 575px) {
    .form-control {
        font-size: 0.938rem;
    }
}

.form-control:active, .form-control:focus {
    border-color: #bd1220;
}

.form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.from-grid-tit em {
    font-style: normal;
    font-weight: 400;
    color: #e61f6e;
    font-family: '微軟正黑體',Helvetica,Arial,Heiti TC,"メイリオ",sans-serif;
}


.formBox .NoticeTxt {
    clear: both;
    color: #ff6f48;
    margin: 5px 0 15px 0;
    letter-spacing:1px;
    font-size: 14px;
    font-family: '微軟正黑體', Helvetica, Arial, Heiti TC, "メイリオ", sans-serif;
}
.formBox select {
    width: auto;
    margin: 0 auto 5px auto;
    outline: none;
    border: none;
    vertical-align: middle;
    transition: 0.2s ease all;
    background: #f6f6f6;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serif, "Century Gothic", "Times New Roman", Times, serif, "微軟正黑體", "Microsoft JhengHei", "新細明體";
    font-size: 15px;
    border-radius: 0;
    border: 1px solid #e5e6e9;
    cursor: pointer;
    background: #f6f6f6 url("../img/icon/down-arrow.png");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 8px 28px 8px 8px;
    z-index: 2;
    display: inline-block
}
/*------------------------------


   
    Btn 

----------------------------- */
.Send-buttonBox {
    text-align: center;
    grid-row: 4;
    justify-self: center;
    display: block;
    justify-content: center;
    align-items: center;
     margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.Send-button {
    cursor: pointer;
    letter-spacing: 2px;
    font-family: 'Noto Sans TC', sans-serif;
    border: none;
    text-shadow: none;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 26.5px;
    background-color: #c2143d;
    border: 1px solid #eee;
    color: #fff;
    font-size: 18px;
    line-height:30px;
    padding: 12px 30px;
    height: auto;
}

    .Send-button:hover {
        background-color: #333 ;
        color: #fff;
        text-decoration: none;
    }
.Add-button {
    cursor: pointer;
    letter-spacing: 2px;
    font-family: 'Noto Sans TC', sans-serif;
    border: none;
    text-shadow: none;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 26.5px;
    background-color: #f39d09 !important;
    border: 1px solid #f39d09 !important;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    padding: 13px 30px;
    height: auto;
}

    .Add-button:hover {
        background-color: #c2143d !important;
        color: #fff;
        border-color: #c2143d;
        text-decoration: none;
    }
.Single-button {
    cursor: pointer;
    letter-spacing: 2px;
    font-family: 'Noto Sans TC', sans-serif;
    border: none;
    text-shadow: none;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 26.5px;
    background-color: #49afcd !important;
    border: 1px solid #49afcd !important;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    padding: 13px 30px;
    height: auto;
}
.Cancel-button {
    cursor: pointer;
    letter-spacing: 2px;
    font-family: 'Noto Sans TC', sans-serif;
    border: none;
    text-shadow: none;
    display: inline-block;
    color: #fff;
    background-color: #5a6268;
    border: 1px solid #545b62;
    font-size: 18px;
    line-height: 18px;
    padding: 13px 30px;
    height: auto;
    border-radius: 26.5px;
}


.team-button {
    cursor: pointer;
    letter-spacing:3px;
    font-family: 'Noto Sans TC', sans-serif;
    border: none;
    text-shadow: none;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 26.5px;
  margin-top:20px;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    padding:20px 30px;
    height: auto;
    width:100%;
    max-width:100%
}
@media all and (max-width: 575px) {
    .Send-button {
        padding: 13px 15px;
        margin-top: 15px
    }
    .Add-button {
        padding: 13px 15px;
        margin-top: 15px
    }
    .Single-button {
        padding: 13px 15px;
        margin-top: 15px
    }
    .Cancel-button {
        padding: 13px 15px;
        margin-top: 15px
    }
}

    /*------------------------------


   
   RightwidowsBtn

----------------------------- */


    .modalBtn {
        display: inline-block;
        cursor: pointer;
        text-align: center;
    }

        .modalBtn:hover {
            opacity: 0.7;
        }
    /*------------------------------


   
    alertBox  

----------------------------- */
    .mdOverlay {
        top: 0;
        left: 0;
        width: 100%;
        position: fixed;
        z-index: 1000;
        background: #000;
        display: none;
    }


        .mdWindow > .mdClose {
            top: -15px;
            right: -15px;
            width: 32px;
            height: 32px;
            line-height: 32px;
            color: #fff;
            font-size: 1.5em;
            background: #757575;
            border-radius: 30px;
            position: absolute;
            z-index: 99;
            cursor: pointer;
            box-shadow: 0 0 3px 0 #000;
            text-align: center;
        }



    .modalInclude {
        display: none;
    }

    /*--txt---*/
    .contWrap {
        margin: 30px auto;
        padding: 0 20px;
        width: 100%;
        height: 90%;
        box-sizing: border-box;
        overflow-y: auto;
    }



    .contWrapTit {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 15px;
        border-bottom: 1px solid #dee2e6;
        border-top-left-radius: calc(0.3rem - 1px);
        border-top-right-radius: calc(0.3rem - 1px);
        margin: 0 auto 20px auto;
    }


        .contWrapTit h2 {
            font-family: 'Noto Sans TC', sans-serif;
            padding: 5px;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
        }

    .contWrap .contWrapTxt {
        line-height: 30px;
        font-family: 'Noto Sans TC', sans-serif;
        padding-bottom: 20px;
        font-size: 18px;
        padding: 15px;
        color: #000
    }
.mdWindow {
    margin-left: auto;
    top: 15%;
    left: 15%;
    max-width: 1140px;
    height: 650px;
    position: fixed;
    z-index: 1001;
    background: #fff;
    display: none;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 30%);
}
@media (max-width: 1440px) {
    .mdWindow {
   
        left: 10%;
    }
}
@media (max-width: 1366px) {
    .mdWindow {

        left:5%;
    }
    }
@media (max-width: 1180px) {
    .mdWindow {
        max-width: 900px;
        left: 8%;
    }
}
@media (max-width: 992px) {
    .mdWindow {
        max-width: 800px;
        left: 9%;
    }
}
@media (max-width: 915px) {
    .mdWindow {
        top: 10%;
        left: 7%;
    }
}


    @media (max-width:851px) {
        .mdWindow {
            margin-left: auto;
            top: 10%;
            left: 12%;
            max-width: 80%;
            height: 80vh;
      
        }
    }


@media (max-width: 576px) {
    .mdWindow {
        max-width:90%;
        left:5%
    }
}


    /*-----------責任宣----------*/
    .rdoCol {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        display: block;
        background-color: #fff3cd;
        border-color: #ffeeba;
        position: relative;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-radius: 0.25rem;
    }

        .rdoCol form, .attCol form {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
        }

        .rdoCol label, .attCol label {
            display: flex;
            cursor: pointer;
            font-weight: 500;
            position: relative;
            overflow: hidden;
            margin-bottom: 0.375em;
        }

            .rdoCol label input, .attCol label input {
                position: absolute;
                left: -9999px;
            }


                .rdoCol label input:checked + span:before, .attCol label input:checked + span:before {
                    box-shadow: inset 0 0 0 0.4375em #00005c;
                }

            .rdoCol label span, .attCol label span {
                display: flex;
                align-items: center;
                padding: 0.375em 0.75em 0.375em 0.375em;
   
                transition: 0.25s ease;
            }

                .rdoCol label span:before, .attCol label span:before {
                    display: flex;
                    flex-shrink: 0;
                    content: "";
                    background-color: #fff;
                    width: 1.5em;
                    height: 1.5em;
                    border-radius: 50%;
                    margin-right: 0.375em;
                    transition: 0.25s ease;
                    box-shadow: inset 0 0 0 0.125em #00005c;
                }


    .attCol {
        background-color: #fafafa;
        padding: 0.75rem 1.25rem;
        border-radius: 0.25rem;
        border: 1px #d7d7d7 solid;
    }


@media all and (max-width:375px) {
    .rdoCol label span, .attCol label span {
        display: block;
        align-items: center;
        padding: 5px 10px;
  
    }
    .rdoCol label, .attCol label {
        display: block;
    }
    }






    /*-----------------------

    Step

   --------------------*/

    .stepwizard-step p {
        margin-top: 10px;
        font-weight: 500;
        font-size: 20px;
        text-align: center;
        font-style: normal;
        font-family: 'Noto Sans TC', sans-serif;
        line-height: 30px;
        margin-right:3px
    }

    .stepwizard-row {
        display: table-row;
    }

    .stepwizard {
        font-style: normal;
        font-family: 'Noto Sans TC', sans-serif;
        display: table;
        width: 100%;
        position: relative;
        margin: 35px auto 15px auto
    }

    .stepwizard-step button[disabled] {
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
    }

    .stepwizard-row:before {
        top: 14px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 100%;
        height: 1px;
        background-color: #ccc;
        z-order: 0;
    }

    .stepwizard-step {
        display: table-cell;
        text-align: center;
        position: relative;
    }

        .stepwizard-step .btn-circle {
            width: 50px;
            height: 50px;
            text-align: center;
            padding: 6px 0;
            font-size: 18px;
            background: lightgray;
            font-weight: bold;
        }

        .stepwizard-step .btn-Next {
            background: #c2143d;
            color: #fff
        }


    .setup-content .btn-Next {
        background: #c2143d;
        color: #fff
    }

    @media screen and (max-width:912px) {
        .stepwizard-step p {
            font-size: 17px;
            border-right: #eee solid 2px;
            padding: 0 3px;
        
        }
    }

@media screen and (max-width: 395px) {
    .stepwizard-step p {
        font-size: 16px;
        min-height: 90px
    }
    }












/*-------------step 內容---------------*/
.accordion {
    background: #fff;
    display: block;border-radius:15px;

    box-shadow: 2px 4px 10px 0 rgba(0, 34, 51, 0.05), 2px 4px 10px 0 rgba(0, 34, 51, 0.05);
}

/* 設置外框高度*/
.accordion {
    max-height: 100%;
    overflow: hidden;
    transition: max-height .2s linear;
}
[id^=MemberInfo]:hover{
    cursor:pointer;
}

.accordion__contents.is-expand {
    max-height: 100%;
    transition: max-height .3s linear;
}

/*---頂部的內容 上下 ---*/
/*20220407jimmy:沒效果先註解掉*/
.accordion__contents {
    max-height: 0;
    /*overflow: hidden;*/
    /*transform: translateY(-100%);*/
    transition: transform .3s linear;
}
/* 內容下降 */
.accordion__inner {
    padding: 15px 15px;
    border: #eee solid 1px;
    overflow: hidden;
    /*transform: translateY(100%);*/
    transition: transform .3s linear;
}

/* 設置內容的位置為0並顯示 */
.accordion.is-expand .accordion__contents {
    transform: translateY(0);
    transition: transform .2s linear;
}

.accordion.is-expand .accordion__inner {
    transform: translateY(0);
    transition: transform .2s linear;
}

/*--------Bg-------------*/

.table-of-content {
    background: #f4f2ff;
    border-radius: 3px;
    border-left: 5px solid #8e78fd;
    margin: 0 0 30px 0;
      border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.setup-content {
    display:none;
}

@media screen and (max-width: 667px) {
    .setup-content .table_ortherlist tr{
        width: 100%;
        max-width: 100%;
        display: block
    }
        .setup-content .table_ortherlist td, .table_ortherlistth {
            width: 100%;
            max-width: 100%;
            display: block
        }

 
}
    @media screen and (max-width: 480px) {
        .setup-content .table tr {
        width: 100%;
        max-width: 100%;
        display: block
    }

        .setup-content .table td, .table th {
            width: 100%;
            max-width: 100%;
            display: block
        }

        .setup-content .table-striped tbody td:nth-of-type(odd) {
            color: #145391;
            font-weight: 600
        }
}



    /*==========================================
服務條款sevice
===========================================*/
    article {
        float: right;
        width: calc(100% - 350px);
        display: block;
        position: relative;
        margin: 0px auto 30px auto
    }


    .Content {
        word-wrap: break-word;
        word-break: break-all;
        margin: 60px auto 30px auto;
        position: relative;
        display: block;
        padding-bottom: 5%;
        word-wrap: break-word;
        word-break: break-all;
        min-height: 30rem;
        padding: 15px;
        line-height: 1.8;
        margin-bottom: 30px;
    }

        .Content::after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }






    /*==========================================
 選單
===========================================*/

    aside {
        float: left;
        position: relative;
        width: 280px;
        padding: 5px;
        margin: 105px auto 30px auto;
        display: block
    }

    .storageBtn {
        display: block;
        background-color: #c2143d;
        padding: 15px;
        box-sizing: border-box;
        border-bottom: #FFFFFF solid 1px;
    }

    aside .storageMenu {
        margin-bottom: 1px;
    }


    .storageBtn > span {
        display: block;
        color: #fff;
        position: relative;
        min-height: 1.4rem;
        padding-right: 40px;
    }

        .storageBtn > span a {
            display: block;
            color: #fff;
            position: relative;
            padding: 10px 0;
        }

    .storageBtn.cut > span::after {
        content: '';
        width: 12px;
        height: 12px;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        transform: rotate(225.00deg);
        position: absolute;
        right: 0;
        top: calc((100% - 15px)/2);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .storageBtn.cut.selt > span::after {
        -webkit-transform: rotate(75deg);
        transform: rotate(135deg);
    }

    /*--tit----*/
    .storageBox {
        padding: 15px 20px;
        background-color: #f9f7f3;
        display: none;
        letter-spacing: 0.1px
    }

        .storageBox ul {
            list-style: none !important;
            list-style-type: none !important;
            left: 0;
            padding: 0;
            margin: 0
        }

            .storageBox ul li {
                display: block;
                list-style: none !important;
                list-style-type: none !important;
            }

                .storageBox ul li::marker {
                    color: transparent !important
                }

        .storageBox li a {
            list-style: none;
            list-style-type: none;
            padding: 10px 0;
            display: block;
            position: relative;
            letter-spacing: 0.1px
        }

            .storageBox li a > span {
                font-size: 17px;
                color: #222;
                font-weight: 600;
                letter-spacing: 0.1px
            }



            .storageBox li a.current > span,
            .storageBox li a:hover > span,
            .storageBox li a:focus > span {
                color: #10366a;
                font-weight: 600;
            }




    aside {
        float: left;
        width: 280px;
        padding: 5px;
        margin: 85px auto 30px auto;
        display: block;
    }

    @media screen and (max-width:853px) {

        article {
            float: none;
            width: 98%;
            max-width: 98%;
            margin: 0px auto 60px auto;
            position: relative;
            clear: both;
            display: block;
            overflow: hidden;
        }





        aside {
            width: 100%;
            max-width: 100%;
            margin: 40px auto 40px auto;
        }
    }





/*==========================================
服務條款sevice --查詢表格
===========================================*/

/*-----------訂單編------------------------*/
.fixBox {
    position: relative;
    padding: 15px;
    background-color: #fff;
    display: table;
    margin: 30px auto 60px auto;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
}

.totalArea {
    border-bottom: 1px solid #d9d9d9;
    display: block
}


    .totalArea h3 {
        padding: 10px 0;
        margin-bottom: 10px;
        border-bottom: 1px solid #d9d9d9;
        font-weight: 400;
        font-size: 22px;
        color: #231815;
    }


    .totalArea table {
        width: 100%;
        font-size: 18px;
        border-collapse: collapse;
    }

    .totalArea td {
        padding: 8px;
    }

    .totalArea tr td:last-child {
        text-align: right;
    }

.fixBox .totalCol {
    color: #fff;
    font-size: 24px;
    margin: 10px auto 20px auto;
    line-height: 1.8;
    padding: 15px 10px;
    clear: both;
    background-color: #3b5998;
    position: relative;
    display: block;
}


.totalArea b {
    font-size: 18px;
}


.fixBox .discountNote {
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.4;
    color: #283f62;
    padding: 8px 5px;
    clear: both;
    font-weight: 700
}

@media screen and (max-width:480px) {

    .totalArea tr {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .totalArea td {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .totalArea tr td:last-child {
        text-align: left;
    }
}



.order-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
    max-width: 100%;
    width: 100%;
    margin: 40px auto 0 auto
}

.order-header {
    height: 100px;
    padding: 15px;
    background-color: #18456b;
    color: #fff;
    text-align: center
}

    .order-header h4 {
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
    }


    .order-header p {
        color: #ffc107 !important;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 1px;
    }

.order-body {
    width: 95%;
    max-width: 95%;
    text-align: center;
    display: block;
    margin: auto;
}

    .order-body input {
        color: #7a7a7a;
        font-size: 17px;
        border: 1px solid #ddd;
        background-color: #fff;
        width: 100%;
        height: 50px;
        outline: none;
        line-height: 50px;
        padding: 0px 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin-bottom: 30px;
    }


    .order-body p {
        font-size: 18px;
        text-align: left !important;
        margin-top: 6px;
        margin-bottom: 5px
    }



.order-footer {
    width: 100%;
    flex: 0 0 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef;
    font-size: 17px
}


    .order-footer a {
        font-size: 18px;
        text-align: ce
    }

/*---------
    
    確認訂單表格-
    -------*/
.order-of-content {
    background: #f8f8f8;
    border-radius: 3px;
    border-left: 5px solid #0072e3;
    margin: 0 0 30px 0;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding:8px 5px
}

.order-infoCol {
    width: 60%;
    max-width: 60%;
    position: relative;
    float: left;
    display: block
}

.order-infoCol-tit {
    position: relative;
    width:100%;
    max-width: 100%;
    padding:10px;
    display: block
}
.order-date {
    font-size: 18px;
    margin: 10px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.order-infoCol p {
    margin: 10px 0 0;
    position: relative;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.orderbtn_qrcodeCol { 
    width: 40%;
    max-width: 40%;
    float: right;
    position: relative;
    display: block;
}

.orderbtn_ticket {
    margin: 10px auto 10px auto;
    cursor: pointer;
    text-align: center;
    width: 100px;
    height: 100px;
   
    position: relative;
    padding: 22px 4px;
    background-color: #0072e3;
    color: #fff;
    border: 1px solid #eee;
    display: inline-block;
    float: left
}
    .orderbtn_ticket p, .orderbtn_ticket span {
        font-size: 17px;
        line-height:1
    }
.orderbtn_price { 
    margin: 10px auto 10px 5px;
    color: #333;
    padding: 22px 4px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    width: 100px;
    height: 100px;

    position: relative;
    display: inline-block;
    float: left
}

        .orderbtn_price p, .orderbtn_price span {
            font-size: 17px;
            line-height: 1
        }


@media screen and (max-width:1600px) {
    .order-infoCol {
        width: 57%;
        max-width: 57%;
    }
    .orderbtn_qrcodeCol {
        width: 43%;
        max-width: 43%;
    }
   }
        @media screen and (max-width:991px) {

            .order-infoCol {
                position: relative;
                float: none;
                width: 100%;
                max-width: 100%;
            }

            .orderbtn_qrcodeCol {
                float: none;
                width: 100%;
                max-width: 100%;
                position: relative;
                display: block;
                margin: 15px auto 0 auto
            }

            .orderbtn_ticket {
                margin: 10px 5px 10px 5px
            }

            .orderbtn_price {
                margin: 10px 5px 10px 5px
            }
        }
