@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important; /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

html,
body {
    -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
    /* -webkit-user-select: none;   */ /* prevent copy paste, to allow, change 'none' to 'text' */
}
html {
    touch-action: manipulation !important;
    -ms-touch-action: manipulation !important;
}
body {
    -webkit-font-smoothing: antialiased;
    /*overflow-x: hidden;*/
}
iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
a {
    transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
}
a:hover {
    color: var(--mainlink);
}
.f20 {
    font-size: 20px;
}
.bg-gary {
    background-color: #fbfbfb;
}
.main-color {
    color: var(--main);
}
.main-link {
    color: var(--mainlink);
}
.page_title {
    position: relative;
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 26px;
}
.page_title::before {
    content: "";
    position: absolute;
    border-top: 1px solid #efefef;
    width: 150%;
    left: calc(-150% - 30px);
    top: 50%;
}
.en_titleline {
    position: absolute;
    color: rgb(255 255 255 / 30%);
    letter-spacing: 3px;
    text-align: left;
    width: 100%;
    bottom: -45px;
    left: 10px;
    font-size: 60px;
    font-weight: 600;
    text-transform: capitalize;
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: rgb(255 255 255 / 50%); */
}
.en_titleline::before {
    content: "";
    height: 100px;
    margin: 0 auto;
    border-left: 2px solid var(--main);
    position: absolute;
    bottom: -21px;
    left: -15px;
    /* right: 0;*/
}
.list_icon {
    padding-left: 0;
}
.list_icon li {
    padding-left: 20px;
    list-style: none;
    margin: 15px 0;
    position: relative;
}
.list_icon li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: var(--main);
}

.text-shadow {
    text-shadow: 0 0 10px rgba(0 0 0/50%);
}
.parallax-background ~ .container .order-1 {
    background-color: #fff;
    color: #444;
    display: inline-block;
    max-width: 500px;
    padding: 30px;
    position: absolute;
    bottom: -170px;
    right: -150px;
}
.parallax-background ~ .container .order-1 .breadcrumb {
    padding-left: 30px;
}
.parallax-background ~ .container .order-1 .breadcrumb li,
.parallax-background ~ .container .order-1 .breadcrumb li a {
    font-size: 15px;
    padding: 2px 5px;
}
.parallax-background ~ .container .order-1 .breadcrumb li.active {
    opacity: 0.6;
}
/* ---------- 
  輪播圖     
------------  */
.top_bg {
    background-color: #efe9d9;
    padding: 60px 0 60px;
    z-index: 2;
    position: relative;
    background: url(../img/deco/banner.png) center/cover;
}
.top_bg.slider {
    background: url(../img/deco/deco_slider.png) center/cover;
}
.rev_slider_wrapper {
    width: calc(1100 / 1200 * 100%);
    margin: 0px auto;
}
.tp-revslider-mainul li .tp-bgimg {
    border-radius: 20px;
    overflow: hidden;
}
.slider {
    background-color: #fcf2ee;
}
.slide-overlay.yt {
    position: relative;
    padding-bottom: 56.25% !important;
    width: 100%;
    height: 0;
}
.slide-overlay.yt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    pointer-events: none;
}
/* .rev_slider_wrapper{
  transform: translateY(-100px);
} */
.tparrows,
.tparrows:hover {
    background: transparent;
}
.tparrows:before {
    font-size: 45px;
}
/* ---------- 
  首頁     
------------  */
.index_title,
.news_title {
    position: relative;
    margin-top: 20px;
    display: inline-block;
    color: var(--maindark);
    font-weight: 600;
}
.news_title::before {
    content: "";
    width: 2px;
    height: 40px;
    transform: rotate(37deg);
    background-color: var(--main);
    position: absolute;
    right: -25px;
    top: 0px;
}
.main-link.news_title:before {
    background-color: #ffff;
    top: 10px;
}
.sub_title {
    padding-left: 45px;
    font-size: 15px;
    color: #999;
}

.vr-fix {
    position: absolute;
    top: -10%;
    left: calc((100% - 144px) / 2);
}
.visitor_bg {
    background: url(../img/index/index_visitor.png) center/cover no-repeat !important;
    width: 100%;
    height: 100%;
    position: relative;
}
.visitor_bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #212529, rgb(33 37 41 / 20%));
    top: 0;
    left: 0;
}
.visitor_table th {
    border-right: 1px solid #484848;
    border-top: none;
    font-size: 16px;
    color: #fff;
}
.visitor_table td {
    border-top: none;
    color: #cfcece;
    font-size: 16px;
}
.custom-image-position-1 {
    position: absolute;
    top: 0;
    right: 100%;
    min-width: 250px;
    height: 100%;
}
.custom-image-position-1 .featured-box {
    height: 100% !important;
}
.featured-box-full a h4,
.featured-box-full a i,
.featured-box-full a img {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.featured-box-full a:hover h4 {
    color: var(--maindark) !important;
    transform: translateY(-10px);
}
.featured-box-full a:hover i,
.featured-box-full a:hover img {
    transform: translateY(-10px);
}
.featured-box-full a img {
    width: 54px;
    padding-bottom: 20px;
}
.section-dark h4.border-bottom {
    border-bottom: 1px solid #808080 !important;
}
/* ---------- 
    footer     
------------  */
#footer .footer_contact a:not(.btn):not(.no-footer-css),
#footer .footer_contact *,
#footer .links_list li a:not(.btn):not(.no-footer-css) {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    /* opacity: .7; */
}
#footer .footer_contact small {
    transform: translateX(-8px);
    display: block;
}
#footer .footer_contact a:not(.btn):not(.no-footer-css):hover,
#footer .links_list li a:not(.btn):not(.no-footer-css):hover {
    opacity: 1;
}
.social-list li,
.links_list li {
    display: inline-block;
}
.social-list li a {
    display: block;
    font-size: 15px;
    text-align: center;
    /* border: 1px solid #fff; */
    color: #fff !important;
    width: 25px;
    height: 40px;
    line-height: 38px;
    border-radius: 50px;
    margin: 0 3px;
    opacity: 0.7;
}
.social-list li a:hover {
    opacity: 1;
}
#footer .links_list li a {
    margin: 0 8px;
    position: relative;
}
#footer .links_list li:not(:last-child) a::before {
    content: "";
    position: absolute;
    height: 15px;
    border-right: 1px solid #fff;
    right: -10px;
    top: 2px;
}
.footer_contact > .social-list li a i {
    font-size: 22px !important;
}
.vr_side {
    position: fixed;
    right: 0px;
    padding: 0 0 6px 11px;
    top: 45px;
    background-color: #b4a69d;
    color: #fff;
    width: 100px;
    min-height: 60px;
    text-align: center;
    border-radius: 25px 0 0 25px;
    box-shadow: 0 10px 15px rgb(196 174 145 / 50%);
    transition: all 0.3s;
    line-height: 1.4;
    z-index: 2000;
}
.sticky-header-active .vr_side {
    top: 70px;
}
.vr_side img {
    width: 50px;
    margin: 5px auto 0;
    display: block;
}
a.vr_side:hover {
    color: #fff !important;
}
#header .header-nav-main nav > ul > li > a.tour_btn {
    padding: 5px 12px;
    border-radius: 10px;
    margin: 10px auto;
    border: 1px solid #eee;
    color: #444;
    background-color: #efefef;
}
/* ---------- 
    消息     
------------  */
.news_slider > div {
    display: none;
    padding: 0 30px;
    margin-top: 80px;
}
.news_slider > div.active {
    display: block;
}
.news_slider > div .cover {
    box-shadow: 0 0 25px rgba(0 0 0/15%);
    border-radius: 15px;
}
.news_slider > div .image_title {
    background-color: #fff;
    display: block;
    text-align: center;
    padding: 10px 5px;
    margin: 0 auto;
    transform: translateY(-30px);
    min-width: 500px;
    max-width: 70%;
    border: 1px solid #828282;
    border-radius: 10px;
}
.news_slider > div .image_title a {
    color: #474646;
}
.news_slider > div a:hover {
    color: var(--main);
}
.news > div.row {
    border: 1px solid transparent;
    border-radius: 10px;
}
.news > div.row:hover {
    background-color: #fff;
    border: 1px solid var(--mainlink);
}
.news a.title-2 {
    color: #666;
}
.news .row a,
.news .row .date,
.news .row h4 {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.news .row .date {
    color: #817c7c;
}
.news .row:hover a,
.news .row:hover .date,
.news .row:hover h4 {
    color: var(--mainlink);
}
.news .row:hover .badge-dark,
.blog-post-content .badge-dark:hover {
    background-color: var(--main);
}
.blog-post {
    margin: 45px 0;
}
.blog-post-date {
    position: absolute;
    right: 10px;
    left: 0;
    top: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    padding: 0px 15px;
}
.blog-post-date .month-year {
    display: block;
    font-size: 3em;
}
.cate_list {
    position: relative;
    padding-left: 0px;
    margin-bottom: 25px;
    text-align: center;
}
.post_date_back {
    padding: 25px 2px;
    flex: 0 0 50px;
}
.icon_close {
    /* background-color: #999; */
    /* position: absolute; */
    /* top: calc(50% - 32px); */
    /* right: 0; */
    width: 46px;
    height: 46px;
    line-height: 45px;
    color: #999;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #999;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
}
/* .cate_list::before{
  content: '分類';
  position: absolute;
  left: 15px;
  text-align: center;
} */

.cate_list li {
    position: relative;
    display: inline-block;
    list-style: none;
    border: 1px solid #eee;
    padding: 6px 15px;
    margin-right: 5px;
    margin-bottom: 10px;
    min-width: 110px;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.cate_list li.active::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: var(--main) transparent transparent transparent;
    bottom: -8px;
    left: 0;
    right: 0;
    width: 8px;
    margin: 0 auto;
}
.cate_list li a {
    color: #444;
    font-size: 18px;
    letter-spacing: 1px;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.cate_list li a:hover,
.cate_list li.active a,
.cate_list li:hover a {
    color: #fff;
    font-weight: 600;
}
.cate_list li.active,
.cate_list li:hover {
    color: #fff;
    background-color: var(--main);
    border-color: var(--main);
}
.news_item {
    transform: translate(-10%, 25%);
    background: #fff;
    border: 1px solid #474646;
}
.news_item p.title-2 {
    min-height: 57px;
}
.blog-post-image-wrapper .cover,
.news_item h3,
.news_item a .badge-dark,
.blog-post-content h4 {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog-post-image-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    display: block;
    position: relative;
    max-width: 100%;
    transform: translate3d(0, 0, 0);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.relate_news:hover .blog-post-image-wrapper .cover,
.exhibition .col-sm-6:hover .blog-post-image-wrapper .cover {
    transform: scale(1.1);
}
.news_item a:hover h3 {
    color: var(--main);
}
.news_item a:hover .badge-dark {
    background-color: var(--main);
}
.detail_page_title {
    position: relative;
    /*padding: 24px 35px;*/
    margin-top: 0px;
    margin-bottom: 40px;
    background-color: #fff;
    /*border-bottom: 1px solid #efefef;*/
    z-index: 99;
}
.blog-post-content {
    position: relative;
    background-color: #fff;
    padding: 20px 15px;
    margin-top: -50px;
    z-index: 99;
    width: 90%;
}
/* ---------- 
    認識我們     
------------  */
/* .about_img{position: relative;} */
.about_img {
    /*   content: '';
  position: absolute; */
    background: url("../img/page/main.jpg") left/cover no-repeat;
    padding-bottom: 70%;
    width: 120%;
}
.main_about {
    position: relative;
    padding: 30px;
    font-size: 17px;
    transform: translate(-20%, 30%);
    z-index: 2;
    background-color: #fff;
}
.team_data h4 {
    position: relative;
}
.team_data h4::before {
    content: "";
    width: 30px;
    border-top: 2px solid var(--main);
    position: absolute;
    bottom: -8px;
}
.work::before {
    content: "業務職掌";
    writing-mode: vertical-rl;
    position: absolute;
    left: 11px;
    letter-spacing: 5px;
    border-right: 1px solid var(--main);
    padding-right: 5px;
    color: var(--maindark);
}
.team > .col-lg-4::before {
    content: "";
    height: 80%;
    border-right: 1px solid #efefef;
    right: 23px;
    top: 10%;
    position: absolute;
}
.now_Pres::before {
    content: "";
    position: absolute;
    border-top: 1px solid var(--main);
    width: 80px;
    left: -94px;
    top: 50%;
    z-index: 1;
}
.now_Pres::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 15px;
    background-color: var(--main);
    left: -13%;
    top: 44%;
}
.profile_tag {
    position: relative;
}
.profile_tag span {
    background-color: #69645e;
    padding: 3px 8px;
    color: #fff;
    font-weight: 600;
    display: block;
    margin-top: 15px;
    position: relative;
}
.president_data ul {
    padding-left: 0;
}
.president_data ul li {
    padding-left: 20px;
    list-style: none;
    margin: 15px 0;
    font-size: 16px;
    position: relative;
}
.president_data ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: var(--main);
}
/* ---------- 
    參觀指南     
------------  */
.visitor_time {
    align-items: center;
}
.map_box {
    position: relative;
    padding-bottom: 46.25%;
}
.map_box iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
}
.map_box .guide_btn {
    position: absolute;
    background-color: var(--maindark);
    padding: 15px 25px;
    min-width: 120px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    bottom: 0;
    right: 0;
    transform: translate(16px, 10px);
}
.map_box .guide_btn::before {
    border-bottom: 10px solid #646464;
    border-right: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 0;
    position: absolute;
    top: -10px;
    width: 7px;
}
.visiter h3 {
    position: relative;
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 26px;
}
.visiter h3::before {
    content: "";
    position: absolute;
    border-top: 1px solid #efefef;
    width: 150%;
    left: calc(-150% - 30px);
    top: 50%;
}
.visiter > hr {
    display: none;
}

/* ---------- 
    展覽活動     
------------  */
.exhibition .blog-post-content {
    width: 60%;
}
.detail_page_title h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.detail_page_title a.cate,
.blog-post-content h4 {
    color: #444;
}
.detail_page_title a.cate:hover,
.blog-post-content h4:hover,
.blog-post-content h3:hover {
    color: var(--main);
}
.relate_news {
    margin-top: 30px;
}
.exhibition .col-sm-6:hover > .blog-post-content h3 {
    color: var(--main);
}
.exhibition .col-sm-6 {
    margin-top: 20px;
}
.exhibition .col-sm-6:nth-child(2n) {
    margin-top: 100px;
}
.page_mainimg {
    display: block;
    margin: 0 auto;
}
.exhibition.special .cover.h60 {
    background-position: center 8%;
}
.exib_data {
    border-left: 1px solid #fff;
}
.exib_data img {
    max-width: 100%;
}
.seemore.thumb-info.thumb-info-bottom-info-show-more .thumb-info-title {
    text-align: center;
    background: linear-gradient(-40deg, var(--maindark), var(--main));
    padding-top: 140px;
}
.seemore.thumb-info.thumb-info-bottom-info-show-more .thumb-info-inner {
    transform: translateY(-55px);
}
.exib_data .post_date_back {
    text-align: -webkit-right;
}
/* ---------- 
    數位教材    
------------  */
.thumb-info-wrapper .thumb-info-title,
.thumb-info {
    cursor: pointer;
}
.thumb-info-title > a > *,
.thumb-info-title > a > span > p,
.thumb-info-title > span > p {
    color: #fff;
}
.digdigitit [class^="col-lg"] {
    margin-bottom: 30px;
}
.list_icon.sidebar li a {
    color: #454545;
}
.list_icon.sidebar li::before {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.list_icon.sidebar li.active a,
.list_icon.sidebar li:hover a {
    color: var(--mainlink);
}
.list_icon.sidebar li::before {
    background-color: #565656;
}
.list_icon.sidebar li.active::before,
.list_icon.sidebar li:hover::before {
    background-color: var(--main);
}
.digdigitit .thumb-info .thumb-info-wrapper:after {
    content: none;
}
.digdigitit .thumb-info.thumb-info-bottom-info-dark:hover .thumb-info-title {
    padding-top: 90%;
    background: linear-gradient(0deg, rgb(94 77 47), transparent);
}
.h140 {
    padding-bottom: 140%;
}
.thumb-info .thumb-info-inner.title-1 {
    display: -webkit-box;
}

/* ---------- 
    服務   
------------  */
.table-download th {
    background-color: #504c47;
    color: #fff;
}
.table-download th,
.table-download td {
    font-size: 16px;
    letter-spacing: 1px;
    padding-left: 25px;
}
.table-download th:last-child,
.table-download td:last-child {
    text-align: center;
}
.table-download td:last-child {
    border-left: 1px solid rgba(0, 0, 0, 0.06);
    width: 200px;
}
.table-download td a {
    color: #444;
}
.table-download td:hover a {
    color: var(--mainlink);
}
.table-download tr:last-child td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.table-download.table-hover tbody tr:hover {
    background-color: rgb(209 175 131 / 5%);
}
.toggle.toggle-minimal .toggle:hover > label,
.toggle-minimal .toggle.active::after,
.toggle.toggle-minimal .toggle:hover::after {
    color: var(--mainlink);
}
.toggle-minimal.toggle {
    counter-reset: list-number;
}
.toggle-minimal .toggle::after {
    content: "Q " counter(list-number) " ";
    counter-increment: list-number;
    position: absolute;
    top: 25px;
    left: 5px;
    font-size: 18px;
}

/* ---------- 
    contact   
------------  */

.google_map {
    cursor: pointer;
    position: relative;
    background: url(../img/page/map.png) left/cover no-repeat;
    padding-bottom: 70%;
    width: 120%;
    border: 2px solid #eee;
}
.google_map::before {
    content: "";
    position: absolute;
    /* z-index: 0; */
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    top: -8px;
    left: -8px;
    border: 1px solid #eee;
}
.pin {
    cursor: pointer;
    text-align: center;
    padding: 5px;
    width: 160px;
    height: auto;
    background-color: var(--main);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    position: absolute;
    left: calc((120% - 147px) / 2);
    top: calc((100% - 196px) / 2);
    box-shadow: 0 0 10px rgb(0 0 0 / 22%);
}
.pin::before {
    content: "";
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: var(--main) transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 42%;
}
/* ---------- 
 timeline-carousel     
------------  */

.timeline-carousel {
    padding: 0px 50px 50px 20px;
    position: relative;
    overflow: hidden;
}
.timeline-carousel:after {
    left: 0;
}
.timeline-carousel:before {
    right: 0;
    opacity: 0;
}
.timeline-carousel .slick-list {
    overflow: visible;
}
.timeline-carousel .slick-dots {
    bottom: -80px;
}
.timeline-carousel__image {
    margin-right: 30px;
    display: block;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.timeline-carousel__image:hover {
    transform: translate(-5px, -10px);
    box-shadow: 0 0 20px rgb(0 0 0 / 37%);
}
.timeline-carousel__item {
    cursor: pointer;
    max-width: calc(100% / 3);
    display: inline-block;
}
.timeline-carousel__item .media-wrapper {
    opacity: 0.4;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    padding-bottom: 65%;
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
    width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
    position: relative;
    padding-top: 25px;
}
.timeline-carousel__item-inner:after {
    position: absolute;
    width: calc(100% - 30px);
    top: 40px;
    left: 0;
    content: "";
    border-bottom: 1px solid rgb(164 164 164 / 20%);
}
.timeline-carousel__item-inner .year {
    font-size: 18px;
    line-height: 36px;
    background-color: white;
    display: table;
    letter-spacing: 1px;
    padding-right: 10px;
    color: #494949;
    z-index: 1;
    position: relative;
    margin: -5px 0 30px;
    font-weight: 900;
}
.timeline-carousel__item-inner .year:after {
    content: "";
    position: absolute;
    display: block;
    left: -10px;
    top: 0;
    height: 100%;
    width: 10px;
    background-color: #fff;
    z-index: 3;
}
.timeline-carousel__item-inner .month {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--main);
    display: block;
    margin-bottom: 10px;
    font-weight: 900;
}
.president.timeline-carousel .timeline-carousel__item-inner .month {
    font-size: 22px;
}
.timeline-carousel__item-inner p {
    font-size: 18px;
    line-height: 1.6;
    width: 60%;
    font-weight: 400;
    margin-bottom: 15px;
}
.president.timeline-carousel .timeline-carousel__item-inner p {
    font-size: 15px;
}
.timeline-carousel__item-inner .read-more:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    border-bottom: 2px solid #b38c52;
    -webkit-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item-inner .read-more:hover:after {
    width: 100%;
}
.timeline-carousel__item-inner .pointer {
    height: 29px;
    position: relative;
    z-index: 1;
    margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after,
.timeline-carousel__item-inner .pointer:before {
    position: absolute;
    content: "";
}
.timeline-carousel__item-inner .pointer:after {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    top: 0;
    left: 0;
    background-color: var(--main);
}
.timeline-carousel__item-inner .pointer:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 4px;
    background-color: var(--main);
}
.timeline-carousel .slick-active .media-wrapper {
    opacity: 1 !important;
    margin: 10px 0 0;
    background-position: center;
    background-size: cover;
    position: relative;
}
.president.timeline-carousel .media-wrapper {
    background-size: cover;
    background-position: center;
    padding-bottom: 110%;
}
.timeline-carousel .slick-active .media-wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(94, 77, 47, 0.8), transparent);
}
.president.timeline-carousel .slick-active .media-wrapper::before {
    background: transparent;
}
.timeline-carousel__image h3 {
    color: #fff;
    font-size: 22px;
    transform: translate(15px, -20px);
    bottom: 15px;
    margin-bottom: 10px;
    width: calc(100% - 30px);
    margin-top: -35px;
}
.slick-dots {
    bottom: 60px;
    list-style: none;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 2;
    margin: 30px 0;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 6px;
    position: relative;
    width: 15px;
    height: 15px;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots li.slick-active button {
    background: var(--main);
    border-color: var(--main);
    width: 10px;
    height: 12px;
}
.slick-dots li button {
    font-size: 0;
    position: relative;
    width: 10px;
    height: 12px;
    margin: 0px 12px;
    border: none;
    border-radius: 50%;
    display: inline-block;
    background-color: rgb(209 176 133 / 50%);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-appearance: none;
}
.slick-dots li button:before {
    position: absolute;
    content: "";
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
    opacity: 0;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid var(--main);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    background: var(--main);
    border-color: var(--main);
    outline: 0;
}
.timeline-carousel__item-inner .more {
    position: absolute;
    right: 35px;
    top: 10px;
    font-weight: 500;
}
.president .slick-slider {
    padding-top: 60px;
}
.president .slick-arrow {
    border-radius: 25px;
    position: absolute;
    border: 1px solid var(--main);
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 31px;
    top: 0;
}
.president .slick-arrow:hover {
    background-color: var(--main);
    color: #fff;
}
.president .slick-arrow.prev {
    right: 0px;
}

.president .slick-arrow.next {
    right: -50px;
}
/* ---------- 
 機關觀光旅遊
------------  */
.nav-item-anim-icon img {
    width: 20px;
    filter: opacity(0.55);
    margin-right: 8px;
}
.nav-item-anim-icon:hover img {
    filter: opacity(0.65);
}
.wave-content {
    /* position: absolute; */
    top: 0;
    width: 100%;
    /*height: 6rem;*/
    overflow: hidden;
    background: #fff;
}
.wave-content.down {
    background-color: transparent;
    transform: translateY(-30px);
}
.wave-top {
    width: 100%;
    height: 100%;
    background-size: contain;
    /*background: url(../img/wave.png) repeat-x;*/
    /*animation: waves_move 5s linear infinite;*/
    transform-origin: 0% 0%;
    filter: hue-rotate(341deg) saturate(1.25) contrast(1.05);
}
.wave-down {
    width: 100%;
    height: 100%;
    transform: translateY(-30px);
    background: url(../img/wave_w_mini.png) repeat-x;
    background-size: contain;
    animation: waves_move 5s linear infinite;
    transform-origin: 0% 0%;
}
#footer .wave-content {
    height: 10rem;
}
#footer .wave-top {
    filter: none;
    background: url(../img/deco/wave_footer.png) repeat-x;
    animation: waves_move 5s linear infinite;
}
#footer .wave-top.set2 {
    animation-delay: 2.5s;
    position: absolute;
    top: 0;
    opacity: 0.5;
}
#footer:before {
    content: "";
    width: 100%;
    height: calc(100% - 160px);
    background: url(../img/deco/deco_footer.png) 10px / cover;
    font-size: 0.9em;
    position: absolute;
    bottom: 0;
}

#footer .f-logo {
    filter: grayscale(2) brightness(5);
}
@keyframes waves_move {
    0% {
        background-position: 0 0;
        transform: translate(0, 10px);
    }

    50% {
        background-position: 398px 0;
        transform: translate(0, 0);
    }

    100% {
        background-position: 796px 0;
        transform: translate(0, 10px);
    }
}
.small-title {
    background-color: var(--mainlink);
    color: #fff;
    padding: 0px 18px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    letter-spacing: 2px;
    z-index: 2;
}
.small-title:before {
    position: relative;
    content: "";
    display: block;
    padding: 0 20px;
    background-color: #fff;
}
.topic_title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2em 1em;
    font-size: 24px;
    font-weight: 600;
    /* display: inline-block; */
    border-radius: 10px;
}
.topic_title:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    width: 0;
    height: 0;
}
.topic_title.theme1,
.topic_title.theme1 a {
    color: #8bc34a;
    background: #e8f5da;
}
/*.top_bg.theme{background-color: #fcf2ee;padding-bottom: 50px;margin-bottom: 50px;}
.top_bg.theme1{background-color: #eff3e3;padding-bottom: 50px;margin-bottom: 50px;}
.top_bg.theme2{background-color: #e2f2f4;padding-bottom: 50px;margin-bottom: 50px;}
.top_bg.theme3{background-color: #f9edeb;padding-bottom: 50px;margin-bottom: 50px;}
.top_bg.theme1 .wave-top{filter: hue-rotate(68deg) saturate(2.2)}
.top_bg.theme2 .wave-top{filter: hue-rotate(155deg) saturate(2.4)}
.top_bg.theme3 .wave-top{filter: hue-rotate(346deg) saturate(2)}*/
. .theme .breadcrumb > li.active,
.top_bg.theme .breadcrumb > li > a {
    color: #fff;
    font-weight: 600;
}
/*.theme1-color,.top_bg.theme1 .breadcrumb > li.active ,.top_bg.theme1 .breadcrumb > li > a{color: #8BC34A; font-weight: 600}
.theme2-color,.top_bg.theme2 .breadcrumb > li.active ,.top_bg.theme2 .breadcrumb > li > a{color: #61bdb2; font-weight: 600}
.theme3-color,.top_bg.theme3 .breadcrumb > li.active ,.top_bg.theme3 .breadcrumb > li > a{color: #f3877b; font-weight: 600}*/
.top_bg.theme .breadcrumb > li.active,
.top_bg.theme .breadcrumb > li > a {
    color: #fff;
    font-weight: 600;
}
.top_bg .breadcrumb > li a,
.top_bg .breadcrumb > li {
    color: #fff;
    font-weight: 600;
}
.top_bg h1 {
    color: #fff;
}
.topic_title.theme1:before {
    border-top: 15px solid #e8f5da;
}
.topic_title.theme2,
.topic_title.theme2 a {
    color: #61bdb2;
    background: #ddf5f5;
}
.topic_title.theme2:before {
    border-top: 15px solid #ddf5f5;
}
.topic_title.theme3,
.topic_title.theme3 a {
    color: #f27c6f;
    background: #fde7e4;
}
.topic_title.theme3:before {
    border-top: 15px solid #fde7e4;
}
.sub_title {
    position: relative;
    font-weight: 600;
    padding: 0.2em 1em;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}
.sub_title span {
    padding: 0 10px;
}
.sub_title span:not(:first-child) {
    border-right: 1px solid #fff;
}
.sub_title.theme1 {
    background-color: #a6a7c0;
}
.sub_title.theme2 {
    background-color: #ed6c00;
}
.sub_title.theme3 {
    background-color: #8fa17f;
}
.sub_title.theme4 {
    background-color: #6fa6c9;
}
/*.sub_title i{transform: rotate(334deg);}*/
.dashed-theme1 {
    border: 2px dashed #c4e49f;
    padding: 25px;
    border-radius: 20px;
    background-color: #fafdf8; /* #fcfcfc; */
}
.dashed-theme2 {
    border: 2px dashed #a4d9d3;
    padding: 25px;
    border-radius: 20px;
    background-color: #f6fbfb; /* #fafdfd; */
}
.dashed-theme3 {
    border: 2px dashed #f3b9b2;
    padding: 25px;
    border-radius: 20px;
    background-color: #fefaf9; /* #fefaf9; */
}
.anim_line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    top: 17px;
    z-index: 1;
    overflow: hidden;
}
.anim_line:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 9%;
    height: 100%;
    width: calc(91% + 15px);
    filter: sepia(0.2) brightness(1.15) hue-rotate(3deg);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: auto 100%;
    background-image: url(../img/wave_line.png);
    animation: namiTopAnime 1.2s linear infinite;
    -webkit-animation: namiTopAnime 1.2s linear infinite;
}
@keyframes namiTopAnime {
    0% {
        transform: translate3d(-17px, 0, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes namiTopAnime {
    0% {
        -webkit-transform: translate3d(-17px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
    }
}
.vote_list .cover,
.news_list .cover {
    transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
    border-radius: 15px;
}
.vote_list .col-lg-3:hover .cover,
.news_list .row:hover .cover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
.vote_list h4 {
    color: #504f4f;
    font-size: 18px;
    margin-bottom: 15px;
}
.vote_list h4:hover,
.news_list .row:hover h4,
.vote_list .col-lg-3:hover h4,
.vote_list .col-lg-3:hover .en_small {
    color: var(--mainlink);
}
.vote_list p {
    color: #969292;
    margin-bottom: 30px;
    padding-right: 8px;
}
.btn-main {
    border-radius: 25px;
    position: relative;
    padding: 0.75rem 2.8rem 0.75rem 1.6rem !important;
    color: #fff;
    background-color: var(--main);
    display: inline-block;
    text-align: center;
    font-size: 16px;
}
.btn-main .deco_lin {
    padding-right: 12px;
    margin-right: 12px;
}
.btn-main .deco_lin:before {
    top: 0;
}
.btn-main:hover {
    color: #fff;
    background-color: var(--mainlink);
}
.btn-main i {
    position: absolute;
    top: 32%;
    right: 15px;
}
.news_list .cover {
    margin-bottom: 35px;
}
.cover_p {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tour_tag {
    background-color: #ffe6e1;
    padding: 3px 10px;
    border-radius: 4px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--main);
}
.tour_tag:hover,
.tour_tag:active,
.tour_tag:focus {
    color: #fff;
    background-color: var(--main);
}
ul.tour_data li {
    line-height: 1.7;
    color: #777;
    margin-bottom: 10px;
}

ul.tour_data li a {
    color: #777;
    word-wrap: break-word;
}
ul.tour_data li a:hover {
    color: var(--mainlink);
}
.alertdash {
    border: 2px dashed var(--main);
    border-radius: 10px;
    padding: 27px 35px;
    margin-bottom: 65px;
    margin-top: 30px;
}
.alertdash ul > li,
.alertdash h4 {
    color: var(--maindark);
}
.news_content img {
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.news_content img figcaption {
    margin-bottom: 15px;
}
.links_style {
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    border: 2px solid #ceb989;
    color: #bda261;
    border-radius: 10px;
    padding: 1rem;
    text-align: center;
    display: inline-block;
    line-height: 25px;
    font-size: 18px;
    padding-left: 70px;
    font-weight: 600;
    position: relative;
}
.links_style::after {
    color: #fff;
    position: absolute;
    content: "\f0c1";
    font-size: 1.4rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    top: 0px;
    left: 0px;
    /* border-right: 1px dashed #e8c0aa; */
    padding: 6px 20px 5px 10px;
    background-color: #ceb989;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 18px;
}
.links_style:hover {
    background-color: var(--main);
    color: #fff;
}
.tours_content {
    transform: translateY(-5px);
}
.tours_btns {
    position: relative;
    text-align: center;
    border-radius: 0 0 10px 10px;
    display: block;
    padding: 40px 10px 25px;
    line-height: 1.7;
    font-size: 18px;
    min-height: 180px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 6px -2px rgb(65 65 65 / 10%);
    border: 2px solid #cdcde6;
    color: #fff;
    background-color: #a6a7c0;
    font-weight: 700;
    transform: translateY(-30px);
    transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
}
.tours_content > div:nth-child(2) .tours_btns {
    background-color: #ed6c00;
    border: 2px solid #f8c499;
}
.tours_content > div:nth-child(3) .tours_btns {
    background-color: #8fa17f;
    border: 2px solid #c7d0bf;
}
.tours_content > div:nth-child(4) .tours_btns {
    background-color: #6fa6c9;
    border: 2px solid #a9cadf;
    font-size: 15px;
}
.tours_content > div:nth-child(4) .tours_btns .tag_line {
    margin-bottom: 0.25rem;
}

.tours_btns.active,
.tours_btns:hover {
    box-shadow: 5px 12px 25px 0px rgb(0 0 0 / 9%);
}
a.tours_btns:hover,
a.tours_btns.active {
    color: #fff;
    transform: translateY(0px);
}
.tours_btns span {
    font-size: 22px;
}
.tours_content .col-lg-2:nth-child(1) .tours_btns,
.tours_content .col-lg-2:nth-child(2) .tours_btns {
    border-color: #8bc34a;
    color: #8bc34a;
}
.tours_content .col-lg-2:nth-child(3) .tours_btns,
.tours_content .col-lg-2:nth-child(4) .tours_btns {
    border-color: #61bdb2;
    color: #61bdb2;
}
.tours_content .col-lg-2:nth-child(5) .tours_btns,
.tours_content .col-lg-2:nth-child(6) .tours_btns {
    border-color: #f27c6f;
    color: #f27c6f;
}

.tours_btns:before {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 80px);
    border-radius: 10px;
    left: 10px;
    top: 65px;
    border: 2px solid #fff;
    z-index: 0;
    transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
}
.tours_btns:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    right: 10px;
    top: 10px;
}
.tours_btns small {
    background-color: #a6a7c0;
    position: absolute;
    width: 150px;
    display: inline-block;
    left: 0;
    right: 0;
    font-size: 10px;
    bottom: 8px;
    margin: 0 auto;
}
.tours_content .col-lg-2:nth-child(1) .tours_btns:before,
.tours_content .col-lg-2:nth-child(2) .tours_btns:before,
.tours_content .col-lg-2:nth-child(1) .tours_btns:after,
.tours_content .col-lg-2:nth-child(2) .tours_btns:after {
    background-color: #8bc34a;
}
.tours_content .col-lg-2:nth-child(3) .tours_btns:before,
.tours_content .col-lg-2:nth-child(4) .tours_btns:before,
.tours_content .col-lg-2:nth-child(3) .tours_btns:after,
.tours_content .col-lg-2:nth-child(4) .tours_btns:after {
    background-color: #61bdb2;
}
.tours_content .col-lg-2:nth-child(5) .tours_btns:before,
.tours_content .col-lg-2:nth-child(6) .tours_btns:before,
.tours_content .col-lg-2:nth-child(5) .tours_btns:after,
.tours_content .col-lg-2:nth-child(6) .tours_btns:after {
    background-color: #f27c6f;
}
.input-group .form-control {
    min-height: 46px;
}
.input-group.search input,
.input-group.search button {
    border-radius: 0 8px 8px 0;
}
button.bg-primary:hover {
    background-color: var(--mainlink) !important;
    color: #fff;
}
.slider_title {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    font-size: 24px;
    color: #e8461a;
}
.slider_title:before,
.slider_title:after {
    content: "";
    background: url(../img/deco/deco_tri.png) center/contain no-repeat;
    position: absolute;
    top: -22%;
    display: inline-block;
    width: 30px;
    height: 50px;
}
.slider_title:before {
    left: 0;
}
.slider_title:after {
    right: 0;
    transform: scaleX(-1);
}
.vote_btn {
    position: relative;
    /*border-radius: 0 0 100px 100px;*/
    background: url(../img/deco/btn_vote.png) center / contain no-repeat;
    width: 150px;
    height: 150px;
    /*border: 2px solid var(--mainlink);*/
    font-size: 22px;
    letter-spacing: 2px;
    transform: translateY(-23px);
    line-height: inherit;
}
.vote_btn:hover {
    filter: brightness(1.1);
}
.vote_btn:before {
    /*content: '';*/
    position: absolute;
    border-radius: 0 0 100px 100px;
    width: 105px;
    height: 105px;
    border: 1px dashed #fff;
    left: 5px;
    top: 5px;
}
.note_text {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 14px;
    color: var(--mainlink);
}
.note_text:before,
.note_text:after {
    content: "";
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: var(--mainlink);
}

.note_text:before {
    left: 0;
}
.note_text:after {
    right: 0;
}
.five_special li {
    display: flex;
    align-items: start;
}
.five_special li b {
    flex: 0 0 50px;
    background: #a3a3a3;
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 2px 10px;
    font-weight: 600;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin: 0 25px 10px 0;
    text-decoration: none;
}
.five_special li b:before {
    display: inline-block;
    border: 15px solid;
    border-color: transparent transparent transparent rgb(163 163 163);
    height: 0;
    width: 0;
    position: absolute;
    right: -30px;
    top: 0;
    content: "";
    display: inline-block;
}
.five_special li b i {
    display: none;
}
.ower-title {
    position: relative;
    margin: 2em 0;
    border-radius: 10px;
    padding: 0 25px 25px;
}
.ower-title .box-title {
    position: relative;
    display: inline-block;
    top: -13px;
    left: -27px;
    padding: 0 9px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px 0 0 0;
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
}
.ower-title p {
    margin: -20px 10px 10px;
    padding: 0;
}
.ower-title .sub_title {
    font-size: 36px;
    top: -11px;
    left: -44px;
    height: 60px;
}
.ower-title.theme1 .sub_title {
    color: #8bc34a;
}
.ower-title.theme2 .sub_title {
    color: #61bdb2;
}
.ower-title.theme3 .sub_title {
    color: #f27c6f;
}
.ower-title.theme1 {
    border: solid 2px #8bc34a;
}
.ower-title.theme1 .box-title {
    background-color: #8bc34a;
}
.ower-title.theme2 {
    border: solid 2px #61bdb2;
}
.ower-title.theme2 .box-title {
    background-color: #61bdb2;
}
.ower-title.theme3 {
    border: solid 2px #f27c6f;
}
.ower-title.theme3 .box-title {
    background-color: #f27c6f;
}
.ranking_box {
    position: absolute;
    top: 15px;
    left: 15px;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}
.ranking_box .rank_num {
    background-color: var(--main);
    color: #fffbf6;
    padding: 10px;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 1.4;
    text-align: center;
    font-weight: 600;
}
.ranking_box .rank_text {
    background-color: #fffbf6;
    border-radius: 2px;
    height: 40px;
    line-height: 1.4;
    display: inline-block;
    margin-left: 5px;
    padding: 10px 20px;
    font-weight: 600;
}
.owner-content .ower-title.theme1 {
    background-color: #fafdf8;
    border: 2px dashed #c4e49f;
    margin-bottom: 40px;
}
.owner-content .ower-title.theme2 {
    background-color: #f6fbfb;
    margin-bottom: 40px;
    border: 2px dashed #a4d9d3;
}
.owner-content .ower-title.theme3 {
    background-color: #fefaf9;
    margin-bottom: 40px;
    border: 2px dashed #f3b9b2;
}
.big_img.img-thumbnail .thumb-info-title {
    background: linear-gradient(to top, rgba(33, 37, 41, 0.8) 0, transparent 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(0, 100%, 0);
    top: auto;
    bottom: 0;
    opacity: 0;
    padding: 80px 10px 10px;
    text-shadow: none;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.big_img.img-thumbnail:hover .thumb-info-title {
    transform: translate3d(0, 0%, 0);
    border-radius: 0 0 15px 15px;
    opacity: 1;
}
.big_img.img-thumbnail .thumb-info-title .thumb-info-type {
    font-size: 16px;
    font-weight: 600;
}
.input-group-prepend {
    position: relative;
    margin-right: 20px;
    padding-right: 7px;
}
.input-group-prepend .custom-select {
    /* background-color: #F7F7F7 !important; */
    min-height: 46px;
    border: 2px solid #ccc;
    border-radius: 8px 0 0 8px;
    padding-right: 50px;
}
.input-group-prepend:after {
    content: "";
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 12px solid #ffff;
    position: absolute;
    right: 12px;
    top: 40%;
    pointer-events: none;
}
.input-group-prepend:before {
    content: "";
    position: absolute;
    width: 40px;
    border-radius: 0 8px 8px 0;
    height: 100%;
    right: 0px;
    pointer-events: none;
    background-color: #ccc;
}
.input-group [type="search"] {
    border: 2px solid #ccc;
    border-radius: 8px 0 0 8px !important;
}
.input-group [type="submit"] {
    background-color: #cccccc !important;
    border-radius: 0 8px 8px 0;
}
.rev_slider_wrapper .owl-item img {
    border-radius: 20px;
    overflow: hidden;
}
.rev_slider_wrapper .owl-nav button::after {
    content: none !important;
}
.rev_slider_wrapper .owl-carousel .owl-nav button.owl-prev {
    left: 40px;
}
.rev_slider_wrapper .owl-carousel .owl-nav button.owl-next {
    right: 35px;
}
.rev_slider_wrapper .owl-carousel.nav-style-2 .owl-nav .owl-next:before,
.rev_slider_wrapper .owl-carousel.nav-style-2 .owl-nav .owl-prev:before {
    width: 35px;
    height: 35px;
}

/* 20231213 */
.illaPage {
    background-color: #fff;
}
.illaPage img {
    max-width: none !important;
    height: revert-layer !important;
    vertical-align: top !important;
}
.illaPage table,
.illaPage tr,
.illaPage th,
.illaPage td {
    line-height: 0;
}
.illaPage .illaTable {
    margin-top: 4em;
    margin-bottom: 4em;
    border: 1px solid #fff;
    box-shadow: 0 0 0 60px #392854;
}
/*2025 add*/
.page_title_deco .bn1 {
    position: relative;
}
.page_title_deco .bn1:before {
    content: "";
    position: absolute;
    border-right: 1px solid #fff;
    transform: rotate(30deg);
    height: 80px;
    right: 0px;
    top: 2px;
}
.tag_main_title {
    background-color: #a6a7c0;
    font-size: 1.6rem !important;
    z-index: 2;
    position: relative;
    padding: 0 8px;
}
.tours_content > div:nth-child(2) .tag_main_title,
.tours_content > div:nth-child(2) .tours_btns > small {
    background-color: #ed6c00;
}
.tours_content > div:nth-child(3) .tag_main_title,
.tours_content > div:nth-child(3) .tours_btns > small {
    background-color: #8fa17f;
}
.tours_content > div:nth-child(4) .tag_main_title,
.tours_content > div:nth-child(4) .tours_btns > small {
    background-color: #6fa6c9;
}
.tag_line {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    font-size: 18px !important;
    width: 85%;
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 1;
}
.deco_lin {
    position: relative;
    padding-right: 8px;
    margin-right: 8px;
}
.deco_lin:before {
    content: "";
    position: absolute;
    border-right: 1px solid #fff;
    height: 20px;
    right: 0;
    top: 6px;
}
.tour_cate_title {
    padding: 15px;
    border-radius: 15px;
    color: #fff;
    background-color: #a6a7c0;
    position: relative;
}
.tour_cate_title:before {
    content: "";
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 20px solid #a6a7c0;
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 25px;
}
.tour_cate_title.theme2 {
    padding: 15px;
    border-radius: 15px;
    color: #fff;
    background-color: #ed6c00;
    position: relative;
}
.tour_cate_title.theme2:before {
    content: "";
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 20px solid #ed6c00;
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 25px;
}
.tour_cate_title.theme3 {
    padding: 15px;
    border-radius: 15px;
    color: #fff;
    background-color: #8fa17f;
    position: relative;
}
.tour_cate_title.theme3:before {
    content: "";
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 20px solid #8fa17f;
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 25px;
}
.tour_cate_title.theme4 {
    padding: 15px;
    border-radius: 15px;
    color: #fff;
    background-color: #6fa6c9;
    position: relative;
}
.tour_cate_title.theme4:before {
    content: "";
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 20px solid #6fa6c9;
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 25px;
}
.tour_cate_title .icon {
    content: "";
    background-image: url(../img/deco/deco_title.png);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
}
.tour_cate_title i:before {
    z-index: 1;
    position: relative;
}
.tour_cate_title i:after {
    content: "";
    width: 13px;
    height: 13px;
    background-color: #fff;
    position: relative;
    display: block;
    border-radius: 15px;
    top: -14px;
    z-index: 0;
    left: 1px;
}
.en_small {
    font-size: 12px;
    line-height: 1;
    color: #444 !important;
}
#header .header-nav-main nav > ul > li > a {
    display: block;
    text-align: center;
    transition: 0.3s all ease-in;
}
#header .header-nav-main nav > ul > li > a .nav_en {
    font-size: 10px;
    text-transform: math-auto;
    display: block;
}
#header .header-nav.header-nav-links nav > ul > li > a:before {
    content: "" !important;
    position: absolute !important;
    background-color: #e84619;
    height: auto;
    width: 8px;
    top: 0;
    bottom: 100%;
    left: -5px;
}
#header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active:before,
#header .header-nav.header-nav-links nav > ul > li > a:hover:before {
    transition: cubic-bezier(0.55, 0, 0.1, 1) bottom 300ms;
    bottom: 25px;
}
#mainNav {
    padding-top: 10px;
}
.sport.benefit > span {
    font-size: 17px;
}
.exib_data h4 {
    font-size: 1.5rem;
}
.theme1-color {
    color: #a6a7c0;
}
.theme2-color {
    color: #ed6c00;
}
.theme3-color {
    color: #8fa17f;
}
.theme4-color {
    color: #6fa6c9;
}
.map-marked {
    width: 25px;
    height: 25px;
    background: url(../img/deco/deco_map_icon.png) center / contain no-repeat;
    content: "";
    position: relative;
    display: inline-block;
    top: 5px;
}
.recommended_img {
    float: right;
    border-radius: 10px;
    max-width: 230px !important;
    overflow: hidden;
    box-shadow: 0px 0px 0px 12px rgb(98 98 98 / 10%);
    margin: 20px 0 20px 30px;
}
#map [data-name] {
    cursor: pointer;
}
#map [data-name]:hover {
    filter: brightness(1.1);
}

:root {
    --font: "Montserrat", "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", -apple-system, "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC",
        "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
    --main: #bda261;
    --maindark: #ad8b3a;
    --mainlink: #b29554; /* #e06827*/
    /*   --maindlight:;
    --second:;
    --seconddark:;
    --seconddlight:; */
}
::-webkit-scrollbar {
    /*-webkit-appearance: none;*/
}

::-webkit-scrollbar:vertical {
    width: 10px;
}

::-webkit-scrollbar:horizontal {
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid transparent;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

/*
| ----------------------------------------------------
| responsive
| ----------------------------------------------------
*/
@media (max-width: 1600px) {
    .vr_side {
        top: 145px;
    }
}
@media (max-width: 1367px) {
}

@media (max-width: 1025px) {
    #header .header-row{
      flex-wrap: wrap;
    }
    .container {
        max-width: 100vw;
    }
    #header .header-logo img {
        transform: translateZ(0) scale(1);
    }
    #header .header-nav-main nav > ul > li > a .nav_en {
        font-size: 7px;
    }
    .header-btn-collapse-nav {
        transform: translateZ(0);
        transition: 0.3s;
    }
    .header-btn-collapse-nav span {
        position: relative;
        display: block;
        width: 30px;
        height: 1px;
        margin: 7px auto;
        border-top: 1px solid #4d4d4d;
        transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
    }
    .header-btn-collapse-nav::before {
        content: "MENU";
        position: absolute;
        left: -60px;
        top: 30%;
        font-size: 15px;
        letter-spacing: 0.75px;
        color: #4d4d4d;
        opacity: 1;
        transform: translateZ(0);
        transition: 0.3s;
    }
    #header .header-nav-main nav > ul > li > a .nav_en {
        font-size: 12px;
        padding-top: 5px;
    }
    #header .header-nav-main nav > ul li a {
        text-align: center;
    }
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:hover {
        color: var(--main);
    }
    #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu {
        background-color: #f0eae6;
    }
    #header .header-nav-main nav > ul li {
        border-bottom: 1px solid #ffffff;
    }
    .tours_content > div:nth-child(4) .tours_btns {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    #header.header-effect-shrink .header-logo,
    #header .header-logo img {
        max-width: 280px !important;
        height: 54px !important;
    }
    .mobile-menu-opened #header .header-nav-main nav {
        background-color: #fbf7f4; /* min-height: calc(100vh - 50px) */
    }
    .mobile-menu-opened .header-btn-collapse-nav::before {
        content: "CLOSE";
    }
    .mobile-menu-opened .header-btn-collapse-nav span:first-child {
        transform: translate3d(0, 8px, 0) rotate(45deg);
    }
    .mobile-menu-opened .header-btn-collapse-nav span:nth-child(2) {
        opacity: 0;
    }
    .mobile-menu-opened .header-btn-collapse-nav span:nth-child(3) {
        transform: translate3d(0, -8px, 0) rotate(-45deg);
    }
    #header .header-nav-main nav > ul li > ul li {
        border-bottom: none;
    }
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li.open > a {
        color: var(--mainlink);
        border-bottom: 1px solid var(--main);
    }
    #header .header-nav-main.header-nav-main-square nav > ul ul > li a {
        color: #706f6f;
    }
    #mainNav li.visible-xs input {
        line-height: 2.2;
        background-color: #f4f0ec;
        border-radius: 0px;
        padding-right: 20px;
    }
    #mainNav li.visible-xs .simple-search .btn {
        border-radius: 0px;
        background-color: #f4f0ec;
    }
    .dropdown-item.active {
        background-color: transparent;
    }
    .parallax-background ~ .container .order-1 {
        bottom: -120px;
    }
    .page_title_deco {
        flex-wrap: wrap;
    }
    .bn2.pl-5 {
        padding-left: 2rem !important;
    }
    .tag_main_title {
        font-size: 1.2rem !important;
        line-height: 1.1;
    }
    .recommended_img {
        max-width: 150px !important;
    }
    .tours_btns small {
        width: 120px;
        bottom: 12px;
        font-size: 7px;
        border-radius: 10px;
    }
    .tag_main_title:before {
        content: attr(data-storke);
        position: absolute;
        z-index: -1;
        -webkit-text-stroke: 10px #a6a7c0;
        text-stroke: 10px #a6a7c0;
    }
    .tours_content > div:nth-child(2) .tag_main_title:before {
        -webkit-text-stroke: 10px #ed6c00;
        text-stroke: 10px #ed6c00;
    }
    .tours_content > div:nth-child(3) .tag_main_title:before {
        -webkit-text-stroke: 10px #8fa17f;
        text-stroke: 10px #8fa17f;
    }
    .tours_content > div:nth-child(4) .tag_main_title:before {
        -webkit-text-stroke: 10px #6fa6c9;
        text-stroke: 10px #6fa6c9;
        font-size: 9px;
    }
    .tours_content > div:nth-child(4) .tours_btns {
        font-size: 9px;
        line-height: 1.3;
    }
    .tours_btns:before {
        height: calc(100% - 61px);
        top: 48px;
    }
    .tours_btns {
        font-size: 14px;
    }
    /* ---------- 
    輪播圖     
    ------------  */
    .rev_slider_wrapper {
        transform: translateY(0px);
        /* margin-top: -60px; */
    }
    .rev_slider .slide-overlay.yt {
        transform: translateY(-16px);
        overflow: visible !important;
    }
    .slide-overlay.yt {
        padding-bottom: 58.25% !important;
    }
    .slide-overlay.yt iframe {
        height: 110%;
    }
    .page-header.page-header-modern.page-header-background.page-header-background-md {
        padding: 70px 0 90px 0;
        margin-bottom: 15px;
    }
    /* ---------- 
    首頁     
  ------------  */
    .featured-boxes-full .featured-box-full {
        padding: 55px 20px;
    }
    /* .container.exhibition::before{
    content: '';
    width: calc(100% + 78px);
    height: 60px;
    background-color: #fff;
    position: absolute;
    top: -56px;
    left: -24px;
  } */
    .featured-boxes-full .featured-box-full:last-child {
        border-right: 0px;
    }
    /* ---------- 
      關於我們     
  ------------  */
    .main_about {
        transform: translate(0%, 20%);
    }
    .about_img {
        padding-bottom: 170%;
        width: 280%;
    }
    .team > .col-lg-4 {
        margin-top: 30px;
        padding-bottom: 30px;
    }
    /* ---------- 
    參觀指南     
  ------------  */
    .visitor_time {
        align-items: start;
    }
    /* ---------- 
    消息     
  ------------  */
    .blog-post {
        margin: 65px 0;
    }
    .exhibition .blog-post-content {
        width: 80%;
    }
    .exhibition .blog-post-content h3 {
        font-size: 18px;
    }
    .cate_list li.active::before {
        opacity: 0;
    }
    .news_item .col-lg-9 {
        background-color: #fff;
    }
    /* ---------- 
    服務     
  ------------  */
    .google_map {
        padding-bottom: 170%;
        width: 200%;
        background-position: 90%;
    }
    .pin {
        left: calc((166% - 147px) / 2);
        top: calc((81% - 196px) / 2);
    }
    /* ---------- 
    旅遊機關     
  ------------ */
    h1 {
        font-size: 2em;
    }
    h4 {
        font-size: 1.2em;
    }
    .wave-content {
        /*height: 3.6rem;*/
    }
    .top_bg [class^="theme"] {
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    #header .header-nav-top .nav > li > a,
    #header .header-nav-top .nav > li > span {
        padding: 6px;
    }
    .vote_btn {
        width: 100px;
        height: 100px;
    }
    .vote_btn:before {
        width: 90px;
        height: 90px;
        left: 3px;
        top: 3px;
    }
    .news_list .col-sm-7 p.title-2 {
        margin-bottom: 0px;
    }
    #newpage_side p.title-1 {
        -webkit-line-clamp: 2;
    }
    .links_style {
        height: 74px;
        vertical-align: middle;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .links_style::after {
        height: 70px;
        line-height: 60px;
        border-radius: 6px 0 0 6px;
    }
    /*.main{min-height: calc(100vh - 470px);}*/
    .top_bg.theme {
        padding-bottom: 20px;
    }
    #footer .logo {
        max-width: 400px;
    }
    .tours_btns {
        min-height: 150px;
    }
    .tag_line {
        font-size: 16px !important;
    }
}
@media (max-width: 769px) {
    .tours_btns {
        font-size: 14px;
        padding: 40px 10px 25px;
    }

    .tours_btns:before {
        top: 45px;
        height: calc(100% - 60px);
    }
    .page_title_deco .bn1:before {
        height: 50px;
        right: 20px;
        top: -5px;
    }
    .breadcrumb{
      padding-left: 20px;
    }
}

/*iphone plus*/
@media (max-width: 430px) {
    .header-container.container-xxl-custom {
        border-top: 1px solid #eee;
    }
    section.section {
        padding: 20px 0;
    }
    section.section.section-height-3 {
        padding: 1.6153846154rem 0;
    }
    .en_titleline {
        font-size: 50px;
    }
    .news_bg ~ .container-fluid .row .col-lg-6:first-child section.section-dark {
        background: url(../img/index/index_visitor.png) 60% / cover no-repeat !important;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .news_bg ~ .container-fluid .row .col-lg-6:first-child section.section-dark::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #212529, rgb(33 37 41 / 70%));
        top: 0;
        left: 0;
    }
    #header.header-effect-shrink .header-logo,
    #header .header-logo img {
        max-width: 200px !important;
        height: 54px !important;
    }
    .page_title {
        margin-top: 0;
    }
    .parallax-background ~ .container .order-1 {
        right: auto;
        padding: 10px;
        left: 0;
        max-width: 85vw;
        bottom: -99px;
    }
    .vr_side {
        display: none;
    }
    /* ---------- 
    輪播圖     
  ------------  */
    .rev_slider_wrapper {
        transform: translateY(0px);
        /* margin-top: -40px;  */
    }
    .rev_slider .slide-overlay.yt {
        transform: translateY(-16px);
        overflow: visible !important;
    }
    .slide-overlay.yt {
        padding-bottom: 60.25% !important;
    }
    .slide-overlay.yt iframe {
        height: 120%;
    }
    .tparrows:before {
        font-size: 30px;
    }
    /* ---------- 
      關於我們     
  ------------  */
    .main_about.shadow {
        transform: translate(0%, 10%);
        box-shadow: none !important;
    }
    .about_img {
        padding-bottom: 60%;
        width: 100%;
    }
    .row.team {
        padding-left: 30px;
    }
    .team > .col-lg-4 {
        margin-top: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #efefef;
    }
    .team > .col-lg-4::before {
        content: none;
    }
    .now_Pres {
        margin-top: 25px;
    }
    .now_Pres::before,
    .now_Pres::after {
        content: none;
    }
    /* ---------- 
      消息     
  ------------  */
    .cate_list li {
        min-width: auto;
    }
    .exhibition .col-sm-6,
    .exhibition .col-sm-6:nth-child(2n) {
        margin-top: 25px;
    }
    .blog-post {
        margin: 0;
    }
    .news_item {
        transform: translate(-10px, -20%);
        background: #fff;
        border: 1px solid #474646;
        width: calc(100% - 20px);
        margin: 0 10px;
    }
    .detail_page_title {
        padding: 10px;
    }
    .detail_page_title h2 {
        font-size: 24px;
    }
    /* ---------- 
      展覽     
  ------------  */
    .exib_data {
        border-left: 0;
    }
    /* ---------- 
      服務     
  ------------  */
    .table.table-download {
        min-width: 500px;
    }

    .table.table-download td:first-child {
        width: 70%;
    }
    .toggle.toggle-minimal .toggle > label,
    .toggle.toggle-minimal .toggle > .toggle-title {
        padding-right: 40px;
    }
    .toggle > .toggle-content > p,
    .toggle .toggle-content > ol li {
        font-size: 16px;
        line-height: 2;
    }
    .google_map {
        padding-bottom: 60%;
        width: 100%;
    }
    .pin {
        left: calc((100% - 147px) / 2);
        top: calc((114% - 196px) / 2);
    }
    /* ---------- 
    旅遊機關     
  ------------ */
    .dashed-theme1,
    .dashed-theme2,
    .dashed-theme3 {
        margin: 15px;
        padding: 15px;
    }
    .topic_title,
    .topic_title a {
        display: block;
    }
    .tours_btns {
        transform: translateY(0px);
        padding: 20px 10px 25px;
    }
    .tours_btns.active,
    .tours_btns:hover {
        box-shadow: 0px 4px 6px -2px rgb(65 65 65 / 10%);
        transform: translateY(0px);
    }
    .tours_btns.active,
    .tours_btns:hover,
    .tours_btns:hover span {
        color: #fff;
        border-color: #fff !important;
    }
    .tours_content .col-lg-2:nth-child(1) .tours_btns.active,
    .tours_content .col-lg-2:nth-child(1) .tours_btns:hover .tours_content .col-lg-2:nth-child(2) .tours_btns.active,
    .tours_content .col-lg-2:nth-child(2) .tours_btns:hover {
        background-color: #8bc34a;
        color: #fff;
    }
    .tours_content .col-lg-2:nth-child(3) .tours_btns.active,
    .tours_content .col-lg-2:nth-child(3) .tours_btns:hover .tours_content .col-lg-2:nth-child(4) .tours_btns.active,
    .tours_content .col-lg-2:nth-child(4) .tours_btns:hover {
        background-color: #61bdb2;
        color: #fff;
    }
    .tours_content .col-lg-2:nth-child(5) .tours_btns.active,
    .tours_content .col-lg-2:nth-child(5) .tours_btns:hover .tours_content .col-lg-2:nth-child(6) .tours_btns.active,
    .tours_content .col-lg-2:nth-child(6) .tours_btns:hover {
        background-color: #f27c6f;
        color: #fff;
    }
    /*.main{min-height: 100vh;}*/
    .links_style {
        height: 60px;
        vertical-align: middle;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .links_style::after {
        height: 100%;
        line-height: 28px;
    }

    .btn-xl.visible-xs.visible-sm {
        display: inline-block !important;
    }
    .rev_slider_wrapper .owl-carousel.nav-style-2 .owl-nav .owl-next:before,
    .rev_slider_wrapper .owl-carousel.nav-style-2 .owl-nav .owl-prev:before {
        width: 15px;
        height: 15px;
    }
    .rev_slider_wrapper .owl-carousel .owl-nav button.owl-prev {
        left: 10px;
    }
    .rev_slider_wrapper .owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }
    .tag_main_title {
        font-size: 1.4rem !important;
        border-radius: 10px;
    }
    .tours_btns:hover:before, 
    .tours_btns.active:before {
        background-color: #ffffff4d;
    }
    .tours_btns:before {
        top: 27px;
        height: calc(100% - 40px);
    }
    .page_title_deco .bn1:before {
        height: 45px;
        right: 0px;
        top: -5px;
    }
    .tag_main_title:before {
        content: none;
    }
    .top_bg h1 {
        line-height: 1;
        margin-bottom: 0;
    }
    .main-link.news_title:before {
        top: 0;
        width: 1px;
        height: 30px;
        right: -20px;
    }
    .top_bg {
        padding: 30px 0 60px;
    }
    .top_bg h1 + span.f24 {
        padding-left: 30px !important;
        font-size: 16px !important;
    }
    #header .header-nav-top .nav > li.nav-item:not(.dropdown) > a [class*="fa-"],
    #header .header-nav-top .nav > li.nav-item:not(.dropdown) > a .icons {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        margin-top: 0px;
    }
    .deco_lin {
        padding-right: 5px;
        margin-right: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .btn-xl.visible-xs.visible-sm {
        display: inline-block !important;
    }
}

/*iphone: 7px*/
@media (max-width: 400px) {
    #header.header-effect-shrink .header-logo,
    #header .header-logo img {
        max-width: 220px !important;
        height: 54px !important;
    }
    #header .header-nav-top .nav > li {
        margin-bottom: 0;
    }
    .header-btn-collapse-nav::before {
        left: -36px;
        top: 32%;
        font-size: 12px;
    }
    .tag_main_title {
        font-size: 1rem !important;
    }
    .tag_line {
        font-size: 16px !important;
    }
    .bn1.pr-5 {
        padding-right: 1rem !important;
    }
}

/*iphone 5*/
@media (max-width: 321px) {
}

/*iPhone XR*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
}

/*iPhone XS*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
}

/*iPhone XS Max*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
}
/*橫拿*/
@media screen and (orientation: landscape) {
}
/*縱拿*/
@media screen and (orientation: portrait) {
}
/*設備寬高比*/
@media screen and (device-aspect-ratio: 16/9) {
}
