@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;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;
}
iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.f20{font-size: 20px;}
.bg-gary{background-color: #fbfbfb;}
.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: .6;
}
/* ---------- 
  輪播圖     
------------  */
.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{
  position: relative;
  margin-top: 40px;
  display: inline-block;

}
.index_title::before{
  content: '';
  width: 1px;
  height: 100px;
  transform: rotate(37deg);
  background-color: #e4e2e2;
  position: absolute;
  right: -30px;
  top: -20px;
}
.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;
  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: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50px;
    margin: 0 5px;
    opacity: .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 #666;
  right: -10px;
  top: 5px;

}
.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%);
}
.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 #474646;
}
.news_slider > div .image_title a{color:#474646;}
.news_slider > div  a:hover{color:var(--main);}
.news > div.row{border: 1px solid transparent;}
.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 .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.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;}
.container .row:nth-child(2){margin-top: 15px;}
.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;
    font-family: 'Noto Serif TC',var(--font);
    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: 1px;
    color: var(--maindark);
}
.list.list-ordened.work{min-height: 100px;}
.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: 5px 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 #eee;}
.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
}









:root{
    --font:'Noto Serif TC',-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:#d1af83;
    --maindark:#ab8566;
    --mainlink: #be9561;
/*   --maindlight:;
    --second:;
    --seconddark:;
    --seconddlight:; */
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 2px;
}

::-webkit-scrollbar:horizontal {
    height: 2px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(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) {}


@media (max-width: 821px) {
  #header.header-effect-shrink .header-logo,#header .header-logo img{
    max-width: 250px !important;
    height: 45px !important;
  }
  .mobile-menu-opened #header .header-nav-main nav{min-height: calc(100vh - 50px)}
  .header-btn-collapse-nav{
    transform: translateZ(0);
    transition: .3s;
  }
  .header-btn-collapse-nav span{
    position: relative;
    display: block;
    width: 30px;
    height: 1px;
    margin: 7px auto;
    border-top: 1px solid #4d4d4d;
    transition: .3s cubic-bezier(.45,0,.55,1);
  }
  .header-btn-collapse-nav::before{
    content: "MENU";
    position: absolute;
    left: -60px;
    top: 30%;
    font-size: 15px;
    letter-spacing: .75px;
    color: #4d4d4d;
    opacity: 1;
    transform: translateZ(0);
    transition: .3s;
  }
  .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;
  }
  /* ---------- 
    輪播圖     
  ------------  */
  .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);
  }
}


 /*iphone plus*/
@media (max-width: 430px) {
  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: 190px !important;
    height: 35px !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}
  #footer .footer-ribbon span{font-size: 1.2em;}
  /* ---------- 
    輪播圖     
  ------------  */
  .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);
  }
}


/*iphone: 7px*/
@media (max-width: 400px) {}



/*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) {}

