@charset "utf-8";
@import url("reset.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&family=Noto+Serif+TC:wght@200..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

*{
    box-sizing: border-box;

    /*
    font-family: "Playfair Display", serif;
    font-family: "Crimson Pro", serif;
    */

    font-family:  "Noto Serif TC", serif;
    font-weight: 500;
}


#bttop {
  position: fixed;
  right: 60px;
  bottom: 60px;

  width:100px;
  height:100px;
  background-image: url(img/bttop.png);
  background-size:cover;
  background-position: center center;
  cursor: pointer;
  z-index:998;
}

#bttop:hover{
  background-image: url(img/bttop-1.png);
}


.VV{
  position: relative;
  padding-bottom: ;
  padding-top: 0px;
  height: 0;
  overflow: hidden;}
.VV iframe, .VV object, 
.VV video,
.VV embed {
  position: absolute;
  top: 0;left: 0;
  width: 100%;
  height: 100%;
}

.vp{
  font-size:15px;
  margin-block:5px;
  font-family:  "Noto Sans TC", sans-serif;
  color:#006284;
}


/* --------------------------

  　　N A V * N A V * N A V
  
-----------------------------*/

.logo h4{
  padding-left:37px;
  font-size:18px;
  height:25px;
  font-weight: normal;
  background-image: url(img/logo_w.svg);
  background-repeat: no-repeat;
  color: #ffffff;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {  scroll-behavior: smooth;}

.container {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0 30px;}

.bg-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 4rem;
  margin: 0 auto;
  padding-left:50px;}

.navbar li a{
  color:#ffffff;
  font-size:18px;
  text-shadow: 2px 2px 5px #000000;
  transition:0.5s ease;
  transform: translateX(0%);
  margin-right:20px;}

.navbar li a:hover{ 
  color:#FFC408;
  font-weight: bolder;}

.menu-item { display: inline-block;}

.burger {
  position: relative;
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 1.6rem;
  height: 1.15rem;
  opacity: 0;
  visibility: hidden;
  background: transparent;}
.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2.1px;
  opacity: 1;
  border: none;
  outline: none;
  border-radius: 1rem;
  background: #ffffff;}
.burger-line:nth-child(1) {  top: 0px;}
.burger-line:nth-child(2) {  top: 0.5rem;  width: 70%;}
.burger-line:nth-child(3) {  top: 1rem;}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 1200px) {

  .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .bg-nav {
    justify-content: space-between;
    padding-left:30px;
    height:50px;  }

  .navbar {
    position: fixed;
    top: 0;
    left: -400%;
    width: 350px;
    height: 100%;
    z-index: 10;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    box-shadow: var(--shadow-medium);
    background: rgba(30, 30, 30, 0.7);
    transition: all 0.5s ease;  }
  .navbar.active {
    left: 0rem;
    opacity: 1;
    visibility: visible;  }

  .menu {
    display: flex;
    flex-direction: column;
    align-items:space-around;
    text-align: center;
    width: 100%;
    height: 100vh;
    padding-top:2em;
    background-image: url(img/bg_nav.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;  }

  .menu-item{
    padding:20px 0;
  }
  .navbar li a{
    color:#ffffff;
    font-size:22px;
    line-height: 1.1;
    text-shadow: 2px 2px 5px #000000;
    transition:0.5s ease;
    transform: translateX(0%);
    margin-right:0;  }

    nav ul{
      display:flex;
      flex-wrap: wrap;
      padding-top:0;
      justify-content: center;
    }
    .navb{
      display: block;
    }
}

.ns{
  font-size:16px;
  color:#C18A26;}

.menu-item .nss{  }
.menu-item .nss a{
  color:#dddddd;
  display:inline-block;font-size:16px;}
.menu-item .nss a:hover{
  color:#ffffff;
  border:1px #ffffff solid;
  padding:5px 7px;}

/* --------------------------

　　　T O P  T O P  T O P

---------------------------- */

.OUTT{  width:100%;}

.top_bg {
  width:100%;
  background-image: url(img/top.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.top {
  max-width: 1200px;
  margin: 0 auto;
  padding:20px 40px;
}


.top h2{
  font-size: 40px;
  font-weight:600;
  line-height: 44px;
  padding-bottom:10px;
  font-style: ;
  color:#ffffff;
  text-shadow: 2px 2px 5px black;}
.top h3{
  font-family: "Playfair Display", serif;
  font-size:22px;
  line-height:1.2;
  font-weight:normal;
  text-shadow: 2px 2px 5px black;
  letter-spacing: .6px;
  color:#ffffff;
}


.hh1{
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  line-height:1.4;
  font-weight:normal;
  text-shadow: 1px 1px 3px black;
  letter-spacing: .6px;
  color:#ffffff;

  background-color:#a2a400;
  padding:3px 10px;


}


/* --------------------------
  
  　　　　M   A   I   N
  
-----------------------------*/
.MAIN{
  max-width: 1200px;
  margin: 0 auto;
  padding:40px 40px;
  
}

.MAIN h2{
  font-family:  "Noto Sans TC", sans-serif;
  font-size: 28px;
  font-weight:600;
  margin-bottom:10px;}
.c_db{color:#0D5661;}
.c_in{color:#616138;}
.c_op{color:#DB4D6D;}
.c_tan{color:#B35C37;}
.c_tah{color:#F7D94C;}

.MAIN h3{
  font-size: 16px;
  font-family: "Playfair Display", serif;
  font-weight: normal;
  line-height: 1.3;
  color:#333333;
}

.MAIN h4{
  display: inline-block;
  padding:10px 20px;
  border-radius: 5px;
  background-color: #222222;
  color:#ffffff;
  font-size:22px;
  font-weight: 600; 
  letter-spacing: 2px;
  text-shadow: 2px 2px 5px black;
  margin-bottom: 30px;}
.h4e{
  font-size: 18px;
  color:#C18A26;
}



.MAIN p{
  font-size:16px;
  line-height:1.8;
  padding-bottom:15px;
  text-align:left;
  font-family:  "Noto Sans TC", sans-serif;}
.pe p{
  color:#666666;
  font-size:13px;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;}

.year{
  background-color: #e5ddd6;
  padding:5px 15px;
  margin-top:20px;
  margin-bottom:40px;
  display: inline-block;
  border-radius: 3px;}
.year p{  font-size:18px;  padding:0;}
.yps{     font-size:14px;  color:#876633;}


.ww{  color:#ffffff;}
.bb{  font-weight:700;}
.gg{  color:#333333;font-size:13px;}
.gree{ font-weight:700;color:#876633;}


.MAIN ul{  margin-left:40px;}
.MAIN ul li{
  line-height: 1.1;
  padding-bottom:15px;
  font-size:18px;
  list-style-type:circle;
}

.MAIN ul li a{ 
  font-family:  "Noto Sans TC", sans-serif;
  color:#000000; }
.MAIN ul.ca a:hover{ 
  font-weight: 800;
  color:#838A2D;}
.MAIN ul.cb a:hover{ 
  font-weight: 800;
  color:#333333;}
.MAIN ul.cc a:hover{ 
  font-weight: 800;
  color:#ADA142;}
.MAIN ul.cd a:hover{ 
  font-weight: 800;
  color:#DB4D6D;}
.MAIN ul.ce a:hover{ 
  font-weight: 800;
  color:#B35C37;}
.MAIN ul.cf a:hover{ 
  font-weight: 800;
  color:#006284;
}

.col_list_e{
    font-family: 'Open Sans', sans-serif;
  font-size:13px;
  color:#666666;
}

/* --------------------------
  
  　　標　題　列 v 圖片展示
  
-----------------------------*/

.tt{
  display: block;
  width:100%;
  height:150px;

  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top:0;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 
  0 3px 5px 1px rgba(0, 0, 0, 0.7), 
  -5px -5px 3px 5px rgba(90, 90, 90, 0);
}

.t_ino{  background-image: url(img/t_ino.png);}
.t_rel{  background-image: url(img/t_relic.png);}
.t_tash{  background-image: url(img/t_tashiro.png);}
.t_ope{   background-image: url(img/t_opera.png);}
.t_tan{   background-image: url(img/t_tanhsin.png);}
.t_db{    background-image: url(img/t_db.png);}

.tt_ino{
  color:#ffffff;
  background-color: #616138;
  font-size:17px;

  display: inline-block;
  padding:5px 8px;
  border-radius: 3px;
  margin-bottom:15px;
  box-shadow: 
  0 3px 5px 1px rgba(0, 0, 0, 0.7), 
  -5px -5px 3px 5px rgba(90, 90, 90, 0);
}

.bg_ino{  background-image: url(img/pbg_ino.png);}
.bg_rel{  background-image: url(img/pbg_rel.png);}
.bg_tash{ background-image: url(img/pbg_tash.png);}
.bg_ope{  background-image: url(img/pbg_opera.png);}
.bg_tan{  background-image: url(img/pbg_tan.png)}
.bg_db{   background-image: url(img/pbg_db.png);}
.bg_ino,.bg_rel,.bg_tash,
.bg_ope,.bg_tan,.bg_db{
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

.DFf{
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.DFt{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

img { border-style: none; }
a img  {    border: none; } 

.imgbox{
  margin:10px;
  box-shadow: 2px 2px 5px #888888;
  overflow: hidden;}
.imgbox img{
  object-fit: cover;
  width:100%;
  height:100%;
}

.wid15{ width:15%;} 
.wid20{ width:18%;} 
.wid25{ width:23%;}
.wid30{ width:28%;}
.wid35{ width:35%;}
.wid40{ width:38%;}
.wid45{ width:43%;}
.wid50{ width:48%;}

.DFs{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fc{flex-direction: column;}

.wid_40{  width:43%;}
.wid_60{  width:55%;}

.wid_30{  width:25%;}
.wid_70{  width:73%;}


.col_banner{
  }
.col_banner img{
  object-fit: cover;
  width:100%;
  height:auto;
  box-shadow: 2px 2px 5px #888888;
  margin-bottom:20px;
}
.mt-2{margin-top: 20px;}
.lll{
  border-bottom:2px dotted #cccccc;
  padding-bottom:5px;
  margin-bottom:5px;
}



.square{
  display: block;
  width:100px;
  height:100px;
  overflow: hidden;
  border:10px solid #e5ddd6;
  box-shadow: none;
  transition-duration: .1s;
  transition: .2s ease-in-out;}
.square img,.imgbox img{
  transition-duration: .1s;
  -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.square:hover{
	border:solid 1px #ffffff;
  box-shadow: 1px 1px 6px #666666;	}
.square:hover img,.imgbox:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
/* --------------------------
  
  　      MAP 地圖瀏覽
  
-----------------------------*/

.map{
  width:80%;
  margin:0 auto;
}
.map img{
  object-fit: cover;
  width:100%;
  height:100%;}


.div_map_container{
  column-count: 2;
  column-gap: 50px;
}

.div_map{ 
  display:flex;
  justify-content: space-between;
  align-items: ;
  width:100%;
  margin:15px 0;}
.div_map h2{
  font-size:17px;
  line-height:20px;
  margin:0;
  font-family:  "Noto Serif TC", serif;
  color:#000000;
  text-decoration: none;
  margin-bottom:7px;}

.div_map h2 a{
  color:#000000;
  text-decoration: none;}
.div_map h2 a:hover{
  font-weight: 700;
  text-decoration: underline dotted #666666;
  text-underline-offset:4px;}

.mr{flex:1;}

/* --------------------------
  
  　  chronology 年代瀏覽
  
-----------------------------*/


.cho{
  display: inline-block;
  margin:5px;
}

.ct_in,.ct_rel,.ct_tah,.ct_op,.ct_tan,.ct_db{
  font-size:16px;
  padding:2px 7px;
  margin-right:5px;
  margin-bottom:5px;
  border-radius: 4px;
  text-shadow: black 2px 2px 5px;
  line-height:20px;
}

.ct_in{ background-color:#616138;color:#ffffff;}
.ct_rel{background-color:#222222;color:#ffffff;}
.ct_tah{background-color:#F7D94C;color:#222222;
  text-shadow: none; font-weight: bold;}
.ct_op{ background-color:#DB4D6D;color:#ffffff;}
.ct_tan{background-color:#B35C37;color:#ffffff;}
.ct_db{ background-color:#0D5661;color:#ffffff;}

.ct_in_,.ct_rel_,.ct_tah_,.ct_op_,.ct_tan_,.ct_db_{
  font-size:24px;
  padding:5px 7px;
  margin-right:8px;
  border-radius: 6px;
  text-shadow: black 2px 2px 5px;
  line-height:30px;
  display: block;
  width:70px;
  height:40px;
}
.ct_in_{ background-color:#616138;color:#ffffff;}
.ct_rel_{background-color:#222222;color:#ffffff;}
.ct_tah_{background-color:#F7D94C;color:#222222;
  text-shadow: none; font-weight: bold;}
.ct_op_{ background-color:#DB4D6D;color:#ffffff;}
.ct_tan_{background-color:#B35C37;color:#ffffff;}
.ct_db_{ background-color:#0D5661;color:#ffffff;}


.div_ch{  
  width:100%;
  border-bottom:5px solid #222222;
  margin-block:15px;
}
.div_ch h2{ 
  font-family:  "Noto Sans TC", sans-serif;
  font-size:18px;
  padding:0;}
.div_ch p,.div_cc p,.div_ct p,.div_ch .h2e,
.div_map p{
  font-family: 'Open Sans', sans-serif;
  font-size:13px;
  line-height: 1.2;
  color:#666666;
  padding:0;
}

.div_cy{
  font-family: 'Open Sans', sans-serif;
  font-size:30px;
  margin-right:5px;

  display: flex;
}
.div_cc{
  background-color: #eeeeee;
  border-radius:3px;
  padding:5px 7px;
  margin-inline:10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  }


.div_ct{  margin-top:5px;  flex:8;}



.div_cc h2 {
  font-size:15px;
  margin:0;
  font-weight:normal;}
.div_ct h2{
  font-size:17px;
  line-height:22px;
  margin:0;
  font-family:  "Noto Serif TC", serif;
  color:#000000;
  text-decoration: none;
  margin-bottom:7px;}

.div_ct h2 a{
  color:#000000;
  text-decoration: none;}
.div_ct h2 a:hover{
  font-weight: 700;
  text-decoration: underline dotted #666666;
  text-underline-offset: 7px;}

.ml25{
  margin-left:30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom:10px;
  margin-bottom:10px;
}

.l0{border:none;}



/* --------------------------
  
  　　　　F O O T E R
  
-----------------------------*/

footer{
  width:100%;
  background-color:#444444;
  padding:20px 0;
  text-align: center;
}

footer p{
  text-decoration: none;
  font-size:14px;
  line-height:1.6;
  color:#eeeeee;
  padding-bottom:5px;
}

footer a{
  color:#eeeeee;
}

footer a:hover{
  color:#c7c7ab;
  letter-spacing: 1px;
}  


/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  


  ★ ★ ★  --- RWD - 平 板  --- ★ ★ ★
  


■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/






/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■



 ★ ★ ★ --- Tablet & Desktop --- ★ ★  ★
  


■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

@media (max-width: 1200px) {

   .div_map_container{ column-count: 1;}

}

@media (max-width: 900px) {

  nav{
    justify-content: space-between;
    height:70px;
    padding:0 30px;
  }

  .navbar{
    width: 250px;
  }
  .nav-links{
    position: absolute;

    top:50px;
    min-height:92vh;
    background: rgba(30, 30, 30, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;   
    width: 230px;
    margin: 0;
    padding: 0;
    transform: translateX(100%);
    transition:All 0.5s ease-in;
  }
  .nav-links a{
    opacity: 0;
    padding:20px 0;
    font-size:20px;
    text-shadow: black 2px 2px 5px;
   }
  .burger{
    display: block;
  }

  .top{
    padding:20px 0;  
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   }

   .yps{    display: block;  }

   .wid_40,.wid_60,
   .wid_30,.wid_70
   {width:100%;}

   .lll{border: none;}
   .map{  width:100%;}

}


@media (max-width: 600px) {

  .logo {
    margin-right: auto;
    height:20px;
    width:auto;
  }

  #bttop {
    position: fixed;
    right: 40px;
    bottom: 40px;
  
    width:80px;
    height:80px;
  }
  
  .top h2{
    font-size: 30px;
    line-height:35px;
    text-align: center;}
  .top h3{
    font-size: 16px;
    text-align: center;
  }

    
  .MAIN{  padding:15px 15px;}

  .MAIN h4{margin-top:10px;}
  .tt{height:120px;}

  .MAIN h2{ font-size:22px;}
  .MAIN h3{ font-size:15px;}

  .wid10{width:18%;}
  .wid20,.wid25,.wid35,
  .wid40,.wid45  {width:47%;}

  .i100,.wid50{width:100%;}
  .imgbox{margin:7px;}


  .bg_ino,.bg_rel,.bg_tash,
  .bg_ope,.bg_tan,.bg_db{
    background-size: auto 240px;
  }
  .mb-2{margin-bottom:20px;}


  .div_cy{
  font-family: 'Open Sans', sans-serif;
  font-size:30px;}
  .div_cc{
    background-color: #eeeeee;
    display:inline-block;
    border-radius:5px;
    padding:2px 7px;
    margin-left:0;}

  .div_cc{  padding-right:0;  margin-left:10px;}

  .div_cc h2{
    font-size:15px;
    margin:0;
    font-weight:normal;}
  .div_ct h2,.div_map h2{
    font-size:17px;
    line-height:22px;
    margin:0;
    font-family:  "Noto Serif TC", serif;
    margin-bottom:7px;
    margin-top:10px;}

  .div_cy,.div_cc,.div_ct{
    flex:0 auto;
    width:100%;
  }
 .ml25{margin-left:15px;}

}



.nav-active{
  transform: translateX(0);
}

@keyframes navLinkFade{
  from{
    opacity: 0;
    transform: translateX(50px);
  }
  to{
    opacity: 1;
    transform: translateX(0);
  }
}
.toggle .line1{
   transform: rotate(-45deg) translate(-5px,6px );
}
.toggle .line2{
   opacity: 0;
}
.toggle .line3{
   transform: rotate(45deg) translate(-5px,-6px );
}